C程序不能运行,解决给50分
#include"stdio.h"#include"vcl.h"#pragmahdrstop#include"main.h"#include"newclient.h"#i...
#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 "vcl.h"
#pragma hdrstop
#include "main.h"
#include "newclient.h"
#include"newvideo.h"
#include "client.h"
#include "video.h"
包打不开,如何解决?
我用TC4.5 展开
4个回答
展开全部
#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 "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 "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"
确认包含的文件代码的路径!
是不是放到include 文件下或者你tc默认的文件下的
#include "vcl.h"
#pragma hdrstop
#include "main.h"
#include "newclient.h"
#include"newvideo.h"
#include "client.h"
#include "video.h"
确认包含的文件代码的路径!
是不是放到include 文件下或者你tc默认的文件下的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询