传统的错误处理方法


#include 
#include 

using namespace std;

class Rainbow{
	public:
		Rainbow(){
			cout<<"Rainbow()"<

XXXX:XXXXX$ g++ nonloacl.cpp
XXXX:XXXXX$ ./a.out
输出结果如下所示:
tornao, with munchkins ..
Rainbow()
there's no place like home
there's no place like home
there's no place like home
Anutie Em! I had the strangest dream...




关于程序设计基石与实践更多讨论与交流,敬请关注本博客和新浪微博songzi_tea.

你可能感兴趣的:(【Thinking,C/C++】,程序设计基石与实践)