magicMaster
Active Member
To ask questions about C++; c#;c visual basic and other programming languages and get feedback on your code.
C++ example
#include<iostream>
using namespace std;
int main()
{
cout << "Hello world" << endl;
return 0;
}
C++ example
#include<iostream>
using namespace std;
int main()
{
cout << "Hello world" << endl;
return 0;
}