C++ "Hello World" Program



User Rating:  / 3
PoorBest 
Details

Γράφοντας "Hello World" με C++

View source
#include "stdafx.h"
#include "conio.h"
using namespace std;
 
void main(){
    cout << "Hello World" << endl;
    getch();
}
 


You have no rights to post comments

   

Login  

   

     

© Developerpages