Stroustrup - Programming: Principles and Practice Using C++ - If Statement WeirdnessGanado, 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 WeirdnessHere 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 gccThank 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 gccI seem to be the perennial newbie here, but I have set myself the goal of working through this book....