vìsualstudìo2010初涉级使用的的教程.pptVIP

  • 4
  • 0
  • 约3.06千字
  • 约 24页
  • 2017-03-28 发布于四川
  • 举报
vìsualstudìo2010初涉级使用的的教程

Visual Studio 2010简捷入门 Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile 5.2.0.0. Copyright 2004-2011 Aspose Pty Ltd. 启动 vs2010 开始菜单 所有程序 找到文件夹 Microsoft Visual Studio 2010 找到程序 Microsoft Visual Studio 2010 运行该命令 一、Visual Studio 2010 图形界面 Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile 5.2.0.0. Copyright 2004-2011 Aspose Pty Ltd. 启动界面 Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile 5.2.0.0. Copyright 2004-2011 Aspose Pty Ltd. 主菜单: File ?New?Project 或者使用快捷键:Ctrl+Shift+N 即同时按住:Ctrl, Shift 和字母N三个键 新建工程 Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile 5.2.0.0. Copyright 2004-2011 Aspose Pty Ltd. 在弹出的对话框中,选择: Vsual C++,Win32 Win32 Console App… 取一个工程名字,例如test 选择工程放置的目录,例如C:\myc\ 点击OK按钮,创建工程 新建工程 Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile 5.2.0.0. Copyright 2004-2011 Aspose Pty Ltd. 创建工程之后,弹出新的对话框 点击Application Settings按钮,进行设置 新建工程 Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile 5.2.0.0. Copyright 2004-2011 Aspose Pty Ltd. 如红框所示: 先取消Precompiled header前的勾勾 然后在Empty project前面打勾 最后点击Finish按钮 新建工程 Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile 5.2.0.0. Copyright 2004-2011 Aspose Pty Ltd. 左边栏是工程文件的树状浏览器 SourceFiles节点中放置c/c++源程序 工程test创建完成 可以开始软件开发了 Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile 5.2.0.0. Copyright 2004-2011 Aspose Pty Ltd. 主菜单:Project?Add New Item 或者使用组合快捷键:Ctrl+Shift+A 1. 在工程中创建新的源程序 Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile 5.2.0.0. Copyright 2004-2011 Aspose Pty Ltd. 在弹出的对话框中,选择 C++ File 给新建的源程序取一个文件名字,例如main.c 点击Add按钮 1.1 创建源程序main.c Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile 5.2.0.0. Copyright 2004-2011 Aspose Pty Ltd. 1.2 创建源程序main.c 这里看到main.c程序文件 这里可以编辑main.c 程序文件,输入: #include stdio.h void main() { printf(Hello World\n); } Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Pr

文档评论(0)

1亿VIP精品文档

相关文档