Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7854921
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T20:14:08+00:00 2026-06-02T20:14:08+00:00

I have a problem with the substr() command, I’m trying to get two different

  • 0

I have a problem with the substr() command, I’m trying to get two different addresses split from one address in an example memory management simulator. In the example below: The LoadParameters function obtains a set of values for VirtualMemSize and PageFrameLength which are used to calculate where the bit string should be split from.

In the example, LoadParameters() stores values for VirtualMemSize and PageFrameLength (20 and 8 respectively.) which are global values. The problem is that the code only works if I type in numbers in place of the parameters. I’ve tried casting the variables to type size_t but with no luck:

int main(void) {
    unsigned int VirtPageAddress;                                       
    unsigned int PhysPageAddress;                                       
    unsigned int OffsetAddress;                                         

    LoadParameters();                                           
    int VirtualAddress = 0xCAFEF00D;
    string pagestring;

    // Convert the hex address into a binary string and then
    // split it into page index and offset.

    string bitstring = bitset<sizeof(VirtualAddress) * 8>
                        (VirtualAddress).to_string();       

    cout << dec << VirtualMemSize << endl;
    cout << dec << PageFrameLength << endl;
    cout << bitstring << endl;

    // (Reports: 20, 8 and "11001010111111101111000000001101"

    // Extract relevant bits for the Page Index.

    pagestring = bitstring.substr((32-VirtualMemSize),PageFrameLength);

    // Convert the split string back into a number so that it
    // can be manipulated.

    VirtPageAddress = bitset<sizeof(pagestring)>
                        (pagestring).to_ulong();                          
    cout << "0x" << hex << VirtPageAddress << endl;
    return 0;
}

Expected value: “0xef”

Output value: “0x0”

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T20:14:09+00:00Added an answer on June 2, 2026 at 8:14 pm

    The code works as expected when compiled with g++ (after adding a few includes and definitions you left out). What compiler are you using?

    Bear in mind that sizeof(pagestring) returns the size of the class, not of the string it contains; I doubt that is what you intended, and will definitely change depending on your compiler/STL implementation. What do you really mean in that template instantiation?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have problem creating new instance of excel 2007 using VBA (from Access 2002).
i have a problem. I have made a PHP proxy to get json data
I have a fairly simple problem. I'm trying to make a function that accepts
I'm trying to call object properties dynamically. I have solved the problem with eval()
I have a website that uses the jQuery Address plugin from Asual for navigation.
I have a problem here with the php function substr Let's say I have
I have a problem where I am trying to search for a substring in
I have problem with fancybox. I want to write a function that will run
i have problem with autorotate on iphone i set up in all classes -
I have problem with cakephp's Session->write method. If I set a value like $_SESSION['..']

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.