Where should i start with programming?

Started by
13 comments, last by Honchkrow 9 years, 3 months ago
I can't say I recommend C++ as a first language or not but if you do want to learn it then :

www.learncpp.com
www.cplusplus.com

are excellent resources.
I learnt from there + lots of google searches, stack exchange answers and gamedev.net answers. Good luck to you.
Advertisement

Also do you recommend any C# books i can start off with?

I can recommend two. Head First C# I suggest the second edition as the third focuses on Windows XAML apps but the principles are still the same. This book is not highly academic and dull which is why I get on with it.

Yellow Book I didn't find it as interesting as you mainly do console apps but still a good and free resource.

No way of deciding to wait for the VS2013 version or get the VS2012 version... HMMMM

No way of deciding to wait for the VS2013 version or get the VS2012 version... HMMMM

I don't think you need to worry about that. Just get the current community edition, it will cover all your needs. http://www.visualstudio.com/en-us/products/free-developer-offers-vs

Ok, thanks for the help guys!

This topic is closed to new replies.

Advertisement