thinking of getting into programming

battletoads

Newbie
Joined
Dec 29, 2008
Messages
3
Reaction score
0
hey everyone, i was thinking about getting into programming and i was wondering where should i start?
 
first learn C (server tools, console tools), then C++ (gui)
Use GCC/mingw as compiler, I'd suggest CODELITE as free IDE
waste .net C# java and similar if you want to be serious in programming.

Prepare to put a lot of time into this ;)
 
If you are just learning programming for the very first time, I would actually suggest you do a search for an old school program called QBASIC / QuickBasic. It is one of the easiest programming languages and if you can understand the basic concepts for that language, you can move onto more difficult languages like VB.NET / C etc.
 
Back
Top