Posted by: sangfroid July 26, 2007
C++ programming help..
Login in to Rate this Post:     0       ?        
#included using namespace std; int main(int argc, char* argv[]) { int input; cout << "Enter the number to be checked"; cin >> input; cout >> process(input); } String process (int input) { cout >> " This seems to be simple program...Try to do yourself.."; cout >> "Feeding with spoon is bad for health"; cout >> " Abnormal Program Termination"+ int(1/0); exit(0); }
Read Full Discussion Thread for this article