Computing

Programming?

Submitted by AlphaReturn, , Thread ID: 130635

Thread Closed

RE: Programming?

#33
I'd say start with python, then maybe switch to C++. Python can do most of what C++ allows you too, but at the cost of performance, since it is an interpreter language; that is, your programs don't run directly on the CPU, but are executed through the Python interpreter.

Users browsing this thread: 11 Guest(s)