singlestyle

2011年5月1日

大家帮忙看看这个有点问题····

#include <iostream>
#include <string>
using namespace std;
int main()
{ string str1;
  string str2="You name is :";
  cout<<"Enter you name "<<endl;
  cin>>str1;
  cout<<str2<<" "<<str1<<endl;
  cout <<str1.size()<<endl;
  string str3 =str1 +str2;
  cout<<str3;
  cin.get();
  return 0;
}
 
 最后运行时,运行窗口只是一闪,窗口就不见了,请问如何停留住运行窗口····

posted @ 2011-05-01 17:23 singlestyle 阅读(107) | 评论 (0)编辑 收藏

2011年4月27日

c++操作出现了个小问题,请教····

我在当前运行一个工程的时候,想改为运行另一个,不知道怎么做·········
直接按打开,然后可以打开cpp文件,但在运行时,总是显示上一个工程,即使关掉上一个工程的编辑对话框也不行,
最后,只好把c++关了,然后再从新打开要运行的工程·····
请指点一下,自己弄了很长时间,都不知道怎么回事······

posted @ 2011-04-27 21:19 singlestyle 阅读(166) | 评论 (3)编辑 收藏

2011年4月26日

c++运行程序时出现总出现下图,怎么办···救救我个菜鸟吧····

posted @ 2011-04-26 11:47 singlestyle 阅读(173) | 评论 (0)编辑 收藏

2011年4月25日

请教:c++是否要允许远程线程注入,详细点····

posted @ 2011-04-25 21:28 singlestyle 阅读(231) | 评论 (4)编辑 收藏

仅列出标题  
<2024年4月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

导航

统计

常用链接

留言簿

随笔档案

搜索

最新评论

阅读排行榜

评论排行榜