多下2个 用 百度 多找找
不行
用 FREEC 3.5 我用这个感觉蛮好的
#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!\");
}