User: sm2345110

  • Public profile

User profile: sm2345110

User info
User name:sm2345110
Name:sharon Maxwell
Location:India
Website:http://www.cetpainfotech.com/
Bio:Hello , I am working in CETPA Infotech with designation of SEO executive.
History
Joined:
Number of posts:16
Latest posts:

How to convert an integer to a char array at compile time?
Use snprintf() and be sure allocate the proper amount of space to hold numbers up to 2^(sizeof(int)*...

Eclipse can't find includes, looking in the wrong place
The problem may be that you are trying to use a relative path. It would have to be relative to the d...

read a file line by line
In your readLine function, you return a pointer to the line array (Strictly speaking, a pointer to i...

division in C++
Remember, floating-point constants are type double by default. In Listing 3.11, the division operato...

Does money_get<> work correctly?
As mentioned on cppreference page for std::money_get::get, std::showbase is necessary to make the cu...

This user does not accept Private Messages