User profile: killingthemonkey

User info
User name:killingthemonkey
History
Joined:
Number of posts:58
Latest posts:

Stroustrup - Programming: Principles and Practice Using C++ - If Statement Weirdness
Ganado, Thank you. That made it work. I was trying to stay with what has been covered so far in the ...

Stroustrup - Programming: Principles and Practice Using C++ - If Statement Weirdness
Here is my code: [code] // form letter #include "std_lib_facilities.h" int main() { co...

Stroustrup - Programming: Principles and Practice Using C++ - std_lib_facilities.h Works With IDE but Not gcc
@mbozzi - These early programs are really short and compile time is negligible. It does make for a f...

Stroustrup - Programming: Principles and Practice Using C++ - std_lib_facilities.h Works With IDE but Not gcc
Thank you all for replying. @mbozzi - You nailed it dead on the nose. Wrong compiler. *** I missed...

Stroustrup - Programming: Principles and Practice Using C++ - std_lib_facilities.h Works With IDE but Not gcc
I seem to be the perennial newbie here, but I have set myself the goal of working through this book....