C程序不能运行,解决给50分

来源:百度知道 编辑:UC知道 时间:2024/06/21 16:34:29
#include "stdio.h"
#include "vcl.h"
#pragma hdrstop
#include "main.h"
#include "newclient.h"
#include"newvideo.h"
#include "client.h"
#include "video.h"
包打不开,如何解决?
我用TC4.5

#include "stdio.h" //这个是标准c函数库的头文件
#include "vcl.h" //这两个是bcb定义的头文件
#pragma hdrstop //这个是bcb的预处理指令
#include "main.h" //这以下,应该是其他程序员写的文件
#include "newclient.h"
#include"newvideo.h"
#include "client.h"
#include "video.h"

其中BCB是Borland C++ Builder,一个集成开发环境,比TC高级多了
就算你有这些文件,也不能够用TC编译并运行的

是别人写的代码吧。。。你怎么会打开呢。

#include <stdio.h>
#include "vcl.h"
#pragma hdrstop
#include "main.h"
#include "newclient.h"
#include"newvideo.h"
#include "client.h"
#include "video.h"

#include "stdio.h"
#include "vcl.h"
#pragma hdrstop
#include "main.h"
#include "newclient.h"
#include"newvideo.h"
#include "client.h"
#include "video.h"
确认包含的文件代码的路径!