View Single Post
ישן 30-06-06, 12:11   # 19
Matchs
תודה על תרומתך.
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: מרכז.
הודעות: 935

Matchs לא מחובר  

C++ פשוט, מה הבעיה?
PHP קוד:
#include   <iostream.h>
#include   <conio.h>

// This program By Rotem.
// All copy-right to me © 2006.
 
int main()
{
    
cout<<"The Text...";  
    
getch();
    return 
0;

__________________
לפניות, אנא השאירו לי הודעה פרטית.
Matchs.
  Reply With Quote