intmain(){ std::cout<<"HelloWorld!";}//myfirstprograminC++#includeintmain(){ std::cout<<"HelloWorld!";}//myfirstprograminC++#includeintmain(){ std::cout<<"HelloWorld!";}//myfirstprograminC++#includeintmain(){ std::cout<<"HelloWorld!";}//myfirstprograminC++#includeintmain(){ std::cout<<"HelloWorld!";}-IMDN开发者社群-imdn.cn"> intmain(){ std::cout<<"HelloWorld!";}//myfirstprograminC++#includeintmain(){ std::cout<<"HelloWorld!";}//myfirstprograminC++#includeintmain(){ std::cout<<"HelloWorld!";}//myfirstprograminC++#includeintmain(){ std::cout<<"HelloWorld!";}//myfirstprograminC++#includeintmain(){ std::cout<<"HelloWorld!";} - IMDN开发者社群-imdn.cn">
登录
首页 » C++ » hello world

hello world

于 2022-03-10 发布 文件大小:2.25 kB
0 56
下载积分: 2 下载次数: 1

代码说明:

// my first program in C++ #include int main() {   std::cout

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • stm32f103vet6实现printf重载
    stm32f103vet6实现printf重载(printf function about stm32f103vet6)
    2020-06-22 03:00:01下载
    积分:1
  • assess
    用MFC开发的一个综合测评自动计算软件,对于学习入门MFC有很好的引导作用。(MFC developed a comprehensive evaluation of automatic calculation software for the learning portal MFC good guide.)
    2012-08-29 00:05:54下载
    积分:1
  • 密码学基于RCB和CBC的RSA实现(c++)
    密码学基于RCB和CBC的RSA实现,一次实验作业
    2019-12-28下载
    积分:1
  • 股票分析小工具
            通过sina网获取数据源,C#股票分析小工具,可以查看指定代码的股票数据、及k线图形等
    2022-05-01 02:00:23下载
    积分:1
  • fish_full
    实现鱼眼图 圆形视场和全视场的校正、分为2幅图像、4幅图像、任意角度、任意位置的校正、全景图拼接等(Fish eye diagram of a circular field of view and full field calibration is divided into two images, four images at any angle, any position of the correction, and panoramic stitching.)
    2012-07-11 11:01:10下载
    积分:1
  • uCOS-II-MSP-EXP430F5438
    ucosii在msp430 5438A上的应用。(An aplication of ucosii on msp430 5438A board。)
    2015-06-17 22:57:47下载
    积分:1
  • 1602
    1602液晶静态显示,核心芯片51单片机,C语言编写(1602 LCD static display, 51 core chip microcontroller, C language)
    2016-04-13 09:43:59下载
    积分:1
  • photocp
    批量文件复制改名 因需要把大量照片批量复制然后改名,但是搜索了半天没有找到合适的软件,于是搬出来N年没有写过的vc 6.0 ,寥寥草草几十行,做了一个简单的不能再简单的小程序。通过在程序的当前目录下建立复制文件和目标文件的对应列表,执行程序实现文件复制。代码可以再丰富。很简单,但是不好找,bat文件我又没玩过,还是用c简单写写,放上来有用到的可以参考,可以使用。(Batch rename files because of the need to bulk copy a lot of photos and then renamed, but the search for a long time did not find the right software, then move out to N years did not write vc 6.0, only a handful of hastily dozens of lines, made a simple no longer simple applet. Through the program created under the current directory to copy files and object files corresponding list, perform file copy program. Code can be abundant. Very simple, but not easy to find, bat file I did not played, or c simple writing, Fangshanglai useful to refer to, can be used.)
    2013-06-20 15:49:36下载
    积分:1
  • C# 在程序中使用指针、十字光标、浮动窗口等不安全代码
    C# 在程序中使用指针、十字光标、浮动窗口等不安全代码的实例,单击以下按钮会演示出对应功能:   在程序中显示一个浮动帮助窗口   显示等待光标   显示十字光标   对于功能实现,逐一分享源代码如下:在程序中使用指针等不安全代码:   var MyFileName = "C:atlog.txt";   var MyReader = new MyReaderClass(MyFileName);   const int MyBuffSize = 128;   byte[] MyBuffer = new byte[MyBuffSize];   ASCIIEncoding MyEncoder = new ASCIIEncoding();   var MyInfo = MyFileName + "的内容如下:";   while (MyReader.Read(MyBuffer, 0, MyBuffSize) != 0)    MyInfo += " " + MyEncoder.GetString(MyBuffer);   MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);   private void button2_Click(object sender, EventArgs e)   {//在程序中显示一个浮动帮助窗口    Help.ShowPopup(this, "提高程序开发效率、拓展软件应用领域", new Point(300, 350));   }   private void button3_Click(object sender, EventArgs e)   {//显示等待光标    this.Cursor = Cursors.WaitCursor;   }   private void button4_Click(object sender, EventArgs e)   {//显示十字光标    this.Cursor = Cursors.Cross;   }
    2023-05-20 08:40:02下载
    积分:1
  • DBHelper类(连接SQL数据库)
    与数据库进行连接的DB方法,是C#,ASP.net,.net可选的连接方式(连接的数据库是MySql  SQLServer数据库)
    2022-01-28 16:34:32下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 70今日下载