如何在Visual Studio 2008中创建C ++或C#项目?

时间:2022-09-01 18:28:51

How do I create a C++ or C# project, in Visual Studio 2008?

如何在Visual Studio 2008中创建C ++或C#项目?

5 个解决方案

#1


Click on File -> New -> Project and select the type of project you want to create. Then, give it a name. Then click OK!

单击文件 - >新建 - >项目,然后选择要创建的项目类型。然后,给它一个名字。然后单击确定!

#2


Which version do you have? Does it have C# on the loading screen?

你有哪个版本?它在加载屏幕上有C#吗?

File > New > Choose your C# project type and away you go

文件>新建>选择您的C#项目类型,然后离开

#3


To create a c++ project:

要创建一个c ++项目:

File > New > Project > Other Languages > Visual C++ and pick the type you need.

文件>新建>项目>其他语言> Visual C ++并选择您需要的类型。

C#

File > New > Project > Visual C# and pick the type you need.

文件>新建>项目> Visual C#并选择您需要的类型。

The Express editions are hardwired for C# or C++.

Express版本是硬连线的C#或C ++。

#4


Note that you need to have selected the C# and C++ components at the time you installed Visual Studio. If you only selected VB, you first need to re-run the setup to add these features.

请注意,您需要在安装Visual Studio时选择C#和C ++组件。如果您只选择了VB,则首先需要重新运行设置以添加这些功能。

#5


To find-out what is installed, check the about dialog, Help -> About, this tells you want components are installed. If you have C# or C++ installed, then you can create a new project via the File menu as other have pointed out.

要查找已安装的内容,请查看about对话框,Help - > About,这表示您希望安装组件。如果您安装了C#或C ++,那么您可以通过File菜单创建一个新项目,正如其他人所指出的那样。

If you have an existing solution, then right click on the solution title in Solution Explorer and Add New project.

如果您有现有解决方案,请在解决方案资源管理器中右键单击解决方案标题并添加新项目。

#1


Click on File -> New -> Project and select the type of project you want to create. Then, give it a name. Then click OK!

单击文件 - >新建 - >项目,然后选择要创建的项目类型。然后,给它一个名字。然后单击确定!

#2


Which version do you have? Does it have C# on the loading screen?

你有哪个版本?它在加载屏幕上有C#吗?

File > New > Choose your C# project type and away you go

文件>新建>选择您的C#项目类型,然后离开

#3


To create a c++ project:

要创建一个c ++项目:

File > New > Project > Other Languages > Visual C++ and pick the type you need.

文件>新建>项目>其他语言> Visual C ++并选择您需要的类型。

C#

File > New > Project > Visual C# and pick the type you need.

文件>新建>项目> Visual C#并选择您需要的类型。

The Express editions are hardwired for C# or C++.

Express版本是硬连线的C#或C ++。

#4


Note that you need to have selected the C# and C++ components at the time you installed Visual Studio. If you only selected VB, you first need to re-run the setup to add these features.

请注意,您需要在安装Visual Studio时选择C#和C ++组件。如果您只选择了VB,则首先需要重新运行设置以添加这些功能。

#5


To find-out what is installed, check the about dialog, Help -> About, this tells you want components are installed. If you have C# or C++ installed, then you can create a new project via the File menu as other have pointed out.

要查找已安装的内容,请查看about对话框,Help - > About,这表示您希望安装组件。如果您安装了C#或C ++,那么您可以通过File菜单创建一个新项目,正如其他人所指出的那样。

If you have an existing solution, then right click on the solution title in Solution Explorer and Add New project.

如果您有现有解决方案,请在解决方案资源管理器中右键单击解决方案标题并添加新项目。