C++ sample code, for the book: C++ black book, including templates, exceptional handling.

源代码在线查看: fourwords.cpp

软件大小: 94 K
上传用户: hqq
关键词: book exceptional including templates
下载地址: 免注册下载 普通下载 VIP

相关代码

				#include 
				#include 
				using namespace std;
				
				// Read and display data.
				
				int main()
				{
				    string input1, input2, input3, input4;
				
				    cout 				
				    cin >> input1 >> input2 >> input3 >> input4;
				
				    cout 				    cout 				
				    return 0;
				}			

相关资源