name space434 (5/19/2009 8:39:35 AM) comp.lang.c++ why we use namespace std;? and why we use ":";";"mean colon and double colon what it function. ... muhammadibraheem46(2)
Can we get line which caused an unhandled exception437 (5/19/2009 3:22:10 PM) comp.lang.c++ The exception that is being raised in one of my applications I can only catch by the unhlandled exception handler. But many functions could have caused this exception. Just knowing I have an unhandled excpeti... anguscomber(130)
std::sort (AGAIN)196 (5/22/2009 10:36:25 PM) comp.lang.c++ Hi, I know that std::sort() is a frequent topic here, and I know it is covered multiple times in the FAQ, but I can't find the answer to something that should be simple. It was trivial in C using qsort(), a... none22(324)
Data Type Size Question1014 (6/9/2009 3:22:22 PM) comp.lang.c++ C++ Compiler provides four data type sizes (char, short, long, and long long). Sometimes, programmers prefer 32 bit size over 16 bit size or 8 bit size. They say 16 bit size is slower than 8 bit size and 32 b... Immortal_Nephi(170)
Great Knowledge of C++ iostream library224 (6/12/2009 2:06:32 AM) comp.lang.c++ There are a lot of C++ books to learn C++ language, but it does not do enough. I have enough basic knowledge how to use cout, cin, etc. Do you know if there are excellent books which provide deep detail of al... Immortal_Nephi(170)
Error in Code executuion( Compile time)318 (6/13/2009 3:39:21 AM) comp.lang.c++ Hi i am getting error while executing the following code #include using namespace std; class Gaint { public : Gaint(){ id = next++; } void func1(){ cout*method)(); } private : Gaint * objec... singh.pallav(123)