1, who can tell me the defference between "cerr" and "cout"?
2, if I will handle these operations, how can I do?
cout << 7/2 << " " << 7/0<<" " << 7/3;
7/0 is wrong,but I will let the codes continue, that is , let the result of 7/3 output.
3, who can tell me the defference between exit(0) and exit(1), and what about abort()?
(I can't quite understand what the explaination on MSDN)