int main()
{
int a=15, b=20;
printf ("a=15?n b=20?n");
printf ("a+b=%d?n",a+b);
printf ("NANIKAkeyWOOSITE"?n");
getch();
printf("end");
return 0;
}
猫でもわかるプログラミングを参考にして書いたんですが
何故かエラーがでます OSXではできないのでしょうか?
エラー内容は
test.c:2:19: error: conio.h: No such file or directory
test.c: In function 'main':
test.c:10: error: stray '?' in program
test.c:10: error: parse error before "n"
test.c:10: error: missing terminating " character
です
ソースも間違ってないはずです
どなたか教えて下さい!