Hi
The following both codes work the same way. But I have seen codes which most of the time use the first version. What do you have to say on this? Please let me know. Thanks.
Code:if (a == 0) { cout << "\'a\' shouldn' be zero\n"; exit(0); }Code:if (a == 0) { cout << "'a' shouldn' be zero\n"; exit(0); }



LinkBack URL
About LinkBacks



