你学C就用TC 2.0吧`` 3.0我记得我下了看看好像是C++ 要说错了让大家见笑
还有个 C-FREE 3.5 可以用``
不错的东西 就是 在最基本的 printf scanf时别忘加
stdio.h头就好

#include \"stdio.h\"
main()
{FILE *myMind;
printf(\"Life is A rollercoaster\"); /*生活就像过山车*/
if(myMind=fopen(\"My Heart\",\"w+\")==NULL)
printf(\"tomorrow never comes\");
fputs(\"YOU\",myMind);
printf(\"U\'R the last things on my mind!\");
}