ex21.cpp
资源名称:VC6.0.rar [点击查看]
上传用户:qdhmjx
上传日期:2022-07-11
资源大小:2226k
文件大小:0k
源码类别:
书籍源码
开发平台:
Visual C++
- #include <iostream.h>
- void main( )
- {
- cout<<"Hello,World!n";
- cout<<"this is the first C++ program."<<endl;
- int x=5;
- cout<<x<<endl;
- }