gpt4 book ai didi

c - 如何使用 Visual Studio 2017( Debug模式)将输入 txt 文件(而不是自己输入)设置为参数?

转载 作者:行者123 更新时间:2023-11-30 16:17:52 27 4
gpt4 key购买 nike

在 Visual Studio 2017 上编写 C 代码,我想从 txt 文件自动设置参数,而不是自己输入。

我的项目在调试命令参数上的属性可能不起作用 - 也许我做错了。

scanf ("%d",&N,&T,&F,&L); 

是代码行的示例,我希望从已创建的 txt 文件中扫描这些变量等等许多其他行。

最佳答案

您需要 fopen() 函数来打开指向文本文件的指针。看这个tutorial on fopen() 。如果您想在每次运行程序时更改文件名,可以将文件名作为参数传递给程序。看这个tutorial on using arguments in C++/C

关于c - 如何使用 Visual Studio 2017( Debug模式)将输入 txt 文件(而不是自己输入)设置为参数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56138232/

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