AndroidOS said:I know Python. 🙂 I'd suggest learning either Python or C++ though, don't try to do both at the same time as you will become confused (or at least I do 😛 ). If you can remember the fundamentals of Python, you should find C++ reasonably easy, however.
/* my second program in C++
with more comments */
#include <iostream>
using namespace std;
int main ()
{
cout << "Hello World!"; // prints hello world
cout << "I'm a C++ program"; // prints I'm a C++ program
return 0;
}
ZINC said:I'm having to learn Python next year, dreading it. I would've wanted to use a more productive language, but ohh well.
Since 2007, Forum Promotion has specialized in providing advertising solutions to webmasters looking to promote their communities. We pride ourselves in being the bridge that connects forum administrators, bloggers, and more.
We use essential cookies to make this site work, and optional cookies to enhance your experience.