Name:
Anonymous
2010-06-29 15:55
Can someone teach me C++? I already know a bit of it but I would like to learn more, thanks.
Name:
Anonymous
2010-06-30 21:48
I dunno why you guys are using C functions when he wants to learn C++ !
#include <iostream>
int main(int argc, char** argv)
{
std::cout << "Hallo, Werld" << std::endl;
return 0;
}