gpt4 book ai didi

c++ - 如何在 Visual Studio 2015 中更改默认的新项目打开 C++ 代码?

转载 作者:太空宇宙 更新时间:2023-11-04 13:05:56 25 4
gpt4 key购买 nike

我的意思是我们总是得到这个代码:

// ConsoleApplication1.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"


int main()
{
return 0;
}

有什么方法可以将其更改为其他代码吗?所以当我开始一个新项目时,我总是想得到这样的东西:

#include "stdafx.h"
#include <iostream>

using namespace std;

int main()
{
return 0;
}

我知道这没什么大区别,但我真的不想一直编辑,有时很无聊

最佳答案

Microsoft 网站上有一些文档。

我认为从这里开始您需要的一切:
https://learn.microsoft.com/en-us/visualstudio/ide/customizing-project-and-item-templates

关于c++ - 如何在 Visual Studio 2015 中更改默认的新项目打开 C++ 代码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42371669/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com