查看完整版本: [-- 也来问个C编程的问题,编译时出错 --]

【 浮游城 - Castle in the Sky | 开放邀请注册,PS|SS|WII|DC下载研究中心 】 -> 【 幽幽茶馆 | Tea bar 】 -> 也来问个C编程的问题,编译时出错 [打印本页] 登录 -> 注册 -> 回复主题 -> 发表主题

神秘游侠 2006-02-10 23:33

#include"iostream.h"
#include"graphics.h"
void main(){
   int driver,mode;
   detectgraph(&driver,&mode);
   if(driver==-2)
   cout<<"Error!"<<endl;
   cout<<driver<<mode<<endl;
   }
以上写在n.cpp中
TURBO编译时出这么一句
Linker Error:Unfined symbol _detectgraph in module N.CPP

大概意思是模块N.CPP中标识符_detectgraph未声明?头文件不可能有问题啊-_-b
就是这些……鄙人的英文实在是………   ⊙_⊙

longgun 2006-02-11 04:23
大概是在编译连接时出错了,不一定是代码的问题。 _detectgraph应该是定义的一个别名。


查看完整版本: [-- 也来问个C编程的问题,编译时出错 --] [-- top --]


Powered by PHPWind Code © 2003-08 PHPWind
Gzip enabled

You can contact us