⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 microsoft visual c++ for beginners.htm

📁 Microsoft Visual C++ for Beginners
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0054)http://msdn.microsoft.com/library/techart/vc4begin.htm -->
<HTML><HEAD><TITLE>Microsoft Visual C++ for Beginners</TITLE>
<META content="text/html; charset=iso8859-1" http-equiv=Content-Type>
<META content=EN-US name=MS.LOCALE>
<META 
content=" This article has been written for people who are new to C/C++ programming and Visual C++. It is not intended to teach you C/C++ programming. It is intended to introduce you to the Visual C++ (VC++) environment and help you to create a simple Win32 console-based program using the AppWizards,.understand the organization of projects and workspaces and troubleshoot compiler/linker errors." 
name=description>
<META 
content="Visual C++, Win32 console-based program, AppWizards in Visual C++, projects and workspaces in Visual C++, build errors in Visual C_++" 
name=keywords><!--CSS_START-->
<STYLE>@import url( Microsoft Visual C++ for Beginners_files/msdn_ie4.css );
</STYLE>
<LINK disabled href="Microsoft Visual C++ for Beginners_files/msdn_ie3.css" 
rel=stylesheet><!--CSS_END-->
<META content="Visual C++ for beginners" name=MS-HKWD>
<META content="AppWizards, in Visual C++" name=MS-HKWD>
<META content="Visual C++, using AppWizards" name=MS-HKWD>
<META content="Win32 console-based program, creating with AppWizards" 
name=MS-HKWD>
<META content="Visual C++, organizing projects and workspaces" name=MS-HKWD>
<META content="projects, organizing in Visual C++" name=MS-HKWD>
<META content="workspaces, organizing in Visual C++" name=MS-HKWD>
<META content="troubleshooting, build errors" name=MS-HKWD>
<META content="Visual C++ AppWizards, how to display" name=MS-HKWD>
<META content="Visual C++, console vs. Windows projects" name=MS-HKWD>
<META content="console vs. Windows projects in Visual C++" name=MS-HKWD>
<META content="Visual C++, organizing programs" name=MS-HKWD>
<META content="workspace and project organization in Visual C++" name=MS-HKWD>
<META content="Win32 console-based application, creating in Visual C++" 
name=MS-HKWD>
<META content="Visual C++, adding files to a project" name=MS-HKWD>
<META content="projects, adding files in Visual C++" name=MS-HKWD>
<META content="Visual C++, navigation using the Workspace window" name=MS-HKWD>
<META content="Workspace window in Visual C++" name=MS-HKWD>
<META content="compiling and linking in Visual C++" name=MS-HKWD>
<META content="cleaning and copying a project in Visual C++" name=MS-HKWD>
<META content="Visual C++, cleaning and copying a project" name=MS-HKWD>
<META content="projects in Visual C++, cleaning and copying" name=MS-HKWD>
<META content="troubleshooting, build errors in Visual C++" name=MS-HKWD>
<META content="build errors in Visual C++, troubleshooting" name=MS-HKWD>
<META content="MSHTML 5.00.2014.210" name=GENERATOR></HEAD>
<BODY><!--TOOLBAR_START--><!--TOOLBAR_EXEMPT--><!--TOOLBAR_END--><!--SYNC_START-->
<SCRIPT language=JavaScript 
src="Microsoft Visual C++ for Beginners_files/synch.js"></SCRIPT>
<!--SYNC_END-->
<H1><A name=vc4begin></A>Microsoft Visual C++ for Beginners</H1>
<P>Ranga Narasimhan<BR>Microsoft Corporation<BR>November 30, 1999</P>
<P>Applies to: Microsoft Visual C++ Version 6.0</P>
<H4>Contents</H4>
<P><A 
href="http://msdn.microsoft.com/library/techart/vc4begin.htm#vc4begin_about">About 
Visual C++</A><BR><A 
href="http://msdn.microsoft.com/library/techart/vc4begin.htm#vc4begin_appw">Visual 
C++ AppWizards</A><BR><A 
href="http://msdn.microsoft.com/library/techart/vc4begin.htm#vc4begin_cvwp">Console 
vs. Windows Projects</A><BR><A 
href="http://msdn.microsoft.com/library/techart/vc4begin.htm#vc4begin_wandp">Workspace 
and Projects</A><BR><A 
href="http://msdn.microsoft.com/library/techart/vc4begin.htm#vc4begin_crwin">Creating 
a Win32 Console Application</A><BR><A 
href="http://msdn.microsoft.com/library/techart/vc4begin.htm#vc4begin_addfile">Adding 
Files to a Project</A><BR><A 
href="http://msdn.microsoft.com/library/techart/vc4begin.htm#vc4begin_nav">Navigation</A><BR><A 
href="http://msdn.microsoft.com/library/techart/vc4begin.htm#vc4begin_candl">Compiling 
and Linking</A><BR><A 
href="http://msdn.microsoft.com/library/techart/vc4begin.htm#vc4begin_clandc">Cleaning 
and Copying a Project</A><BR><A 
href="http://msdn.microsoft.com/library/techart/vc4begin.htm#vc4begin_trbl">Troubleshooting 
Build Errors</A><BR><A 
href="http://msdn.microsoft.com/library/techart/vc4begin.htm#vc4begin_addnewex">Adding 
New and Existing Projects to a Workspace</A><BR><A 
href="http://msdn.microsoft.com/library/techart/vc4begin.htm#vc4begin_tip">Tips</A><BR><A 
href="http://msdn.microsoft.com/library/techart/vc4begin.htm#vc4begin_conc">Conclusion</A><BR><A 
href="http://msdn.microsoft.com/library/techart/vc4begin.htm#vc4begin_fmi">For 
More Information</A></P>
<P><B>Summary:</B>&nbsp;&nbsp;&nbsp;This article has been written for people who 
are new to C/C++ programming and Visual C++. It is not intended to teach you 
C/C++ programming. It is intended to introduce you to the Visual C++ (VC++) 
environment and help you to: 
<UL type=disc>
  <LI>Create a simple Win32 console-based program using the AppWizards.<BR><BR>
  <LI>Understand the organization of projects and workspaces.<BR><BR>
  <LI>Troubleshoot compiler/linker errors. </LI></UL>
<P>(16 printed pages)</P>
<H2><A name=vc4begin_about></A>About Visual C++</H2>
<P>Microsoft

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -