以下是我的第一個c語言作品(??) 但好像無法正確顯示(都參考書寫的阿)#include "iostream.h"main(){printf("What is it?\n")systeam("pause")return0;}
victorlin11 wrote:因為你拼錯了.......(恕刪) 後來改成 還是不行#include "iostream.h"main(){printf("What is it?\n")system("pause");return 0;}
shiaopaul wrote:後來改成 還是不行#...(恕刪) 還有你的main必須是int type另外怎麼會用自製的h file? "iostream.h"?學C語言的基礎都是從Library的<stdio.h>開始的