View Single Post
ישן 30-06-06, 11:36   # 17
link
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 36
הודעות: 191

link לא מחובר  

בC:
קוד:
#include <stdio.h>
int main(int)
{
     printf("hello");
     return 0;
}
בC++:

קוד:
#include <iostrem.h>
void main(void)
{
     cout << "hello";
}
הקודים עובדים היטב ב Microsoft Visual C++ 6.0
  Reply With Quote