gpt4 book ai didi

c - 当 C 头文件位于闪存驱动器中时运行函数类型的程序?

转载 作者:行者123 更新时间:2023-11-30 20:31:05 25 4
gpt4 key购买 nike

我目前正在研究 C,并且想知道当用户制作的头文件位于闪存驱动器中时是否可以运行程序。如果文件位于 PC 上,则可以使用,但不确定如果是外部文件是否可以。

代码看起来像这样:

#include <stdio.h>
#include<Conio.h>
#include"headerfilewhichcontainsintcheck.h"
void main(){
int a,g,c;
printf("Input age: ");
scanf("%d", &a);
printf("Input gender: ");
scanf("%d", &g);
c=check(a,g)//the function which will process the variables below, which is, contained in the header file//
getch();
}

同样,当头文件位于 PC 中时,它会运行,但当头文件位于闪存驱动器上时,它会停止。我这里缺少什么吗?非常感谢!

最佳答案

事实证明我所要做的就是打开 DOSBOX 并挂载目录,或者设置路径。

挂载 b: e:\

无论如何,感谢您的帮助,我感谢您的所有帮助......!

关于c - 当 C 头文件位于闪存驱动器中时运行函数类型的程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52515371/

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