Hello everyone, I'm new here and I joined this forums because I find it to be interesting. I'm from California, USA and I'm about to begin learning C++ then learn programming languages of the Game Engines. I will be blunt here. The main reason why I joined is that I am planning to be buying services from people in the Buy, Sell, & Trade Section. Another reason why I'm here is gain more knowledge on businesses, and such from other members. Also, I do hope I'm not violating any terms by announcing my main plans. There were a lot to go through and I have to be honest and say that I somewhat zoned out after 5 minutes of reading... I'll be looking forward to meeting more people on here!
#include <iostream> using namespace std; int main() { cout << "Welcome aboard!"; return 0; } Code (markup):