码迷,mamicode.com
首页 > 编程语言 > 详细

C语言常见错误

时间:2017-12-14 23:50:15      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:post   log   declare   include   pos   语言   std   提示   clu   

1、提示‘getch’:undeclared identifier时,需加上#include<conio.h>

2、提示‘exit’:undeclared identifier时,需加上#include<stdlib.h>

3、提示‘system’:undeclared identifier时,需加上#include<stdlib.h>

C语言常见错误

标签:post   log   declare   include   pos   语言   std   提示   clu   

原文地址:http://www.cnblogs.com/jdp-5/p/8040496.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!