אלוהים1980
New member
שאלה בקימפול ב C
אני מנסה לקמפל תוכנית פשוטה בסי
אני מנסה לקמפל תוכנית פשוטה בסי
#include <stdio.h> int main (void); { printf ("\nShe sells sea shells by the sea shore."); printf ("\nShe\nsells\nsea\nshells\nby\nthe\nsea\nshore."); printf ("\n*****************************************"); printf ("\n* She sells sea shells by the sea shore *"); printf ("\n*****************************************"); return 0; }
אולם אני מקבל הודעת שגיאה כזאת: Cpp1.cpp(3) : error C2447: missing function header (old-style formal list?) האם זה בגלל שאני משתמש בקומפיילר microsoft visual c++? אם כן, ואם לא, מה עלי לעשות כדי לפתור את הבעיה?