《用VS2005创建c++工程教程-SRW.docx》由会员分享,可在线阅读,更多相关《用VS2005创建c++工程教程-SRW.docx(3页珍藏版)》请在优知文库上搜索。
1、如何用VS2010创建C/C+工程以下示范生成一个没有多余文件的C/C+工程。1、菜单File,选择New-Project2、在弹出的对话框中,左边的PrOjeCIIyDeS选择Win32,右边的TemDlateS选择Win32ConsoleApplicationName编辑栏输入你想给你的工程取的名字,LOCatiOn是工程的目录。填好然后QK。CreatedirecloryforSoIUtion勾选会生成一个工程同名的文件夹目录。3、NeXtin32ApplicationWizard-ExalOveivtevrThesearethecurrentprojectsettings:Appkat
2、oonSettingsConsoleappkationOkkHnKhfromanyrrtndowtoaccepttheOJrrentsettings.Afteryoueatetheproject,seetheprojectsreadme.txtfteforInfbnndt)Onabouttheprojectfeaturesandfilesthataregenerated.:,c,.iousINeXtFirsh:CanCei4接下来的对话框,APDliCaIionIyPe选择ConSOIeaDDlicalion,AdditiOnalOPtiOnS选择EmDIyDrojeCl,然后点击FiniSh
3、Win32ApplicationWizard-Exa1Appfication SettingsOverviewAppkation SettingsAppkation type:Q Windows application您 Console applicationODLLO Static libraryAddtonal options:0 Empty project Ejgxirt symbolsM Precompiled headerAdd COmm header files for:LJATLIAdd-NeWIIem8 a1 - Microsoft Vul StudioInStaIITemPl
4、aIeS选择代码),右边选择C+File(.cpt),再在Nan给编辑栏里填上文件名,Addc(如果添加.h头文件,则选取HeaderFile(h)AddNewItem-ExalInstalledTemplates/VUUalC*UlCodeDataResourceWebUtiKtyPropertySheetsCFUeUpp)VisualC*HeaderKle(.h)MidiFile(JdI)Module-DefinitionRle(.def)ComponentClassInstallerClassVisualC+VisualCf*VisualC+*VisualC*VuaJ?SearXhImtalledTemplatesQType:VisualC*+CreatesafilecontainingC+*sourcecode6、直接编辑main.cpp,然后运行。OO