Posts: 18503
Threads: 79
Joined: May 29, 2010
Reputation:
125
RE: C++
March 22, 2012 at 11:47 am
C++ is my favorite language, I started by doing some online tutorials, but in order to move towards more advanced stuff I bought some books about it. Most of them are in portuguese though. Look up in this forum thread for some good pointers on books, etc:
http://www.cpp-home.com/forum/viewtopic.php?f=4&t=10587
Posts: 30974
Threads: 204
Joined: July 19, 2011
Reputation:
141
RE: C++
March 22, 2012 at 11:59 am
(March 22, 2012 at 10:13 am)Tiberius Wrote: The benefits you get with Java are that it is very easy to learn, and the same code can be compiled to work on multiple different platforms. It's also very popular in the industry.
Download the NetBeans IDE and have a play around: http://netbeans.org
All true.
I'm in the 'learn multiple languages' camp. Where I live and work, Java programmers are a dime a dozen. There's tons of legacy code out there that still needs to be worked on, and that gives the multi-lingual an advantage.
Unfortunately, having either a degree or years of experience is almost a requirement.
Posts: 13901
Threads: 263
Joined: January 11, 2009
Reputation:
82
RE: C++
March 22, 2012 at 2:10 pm
(March 22, 2012 at 11:59 am)Cthulhu Dreaming Wrote: Unfortunately, having either a degree or years of experience is almost a requirement.
Bugger, I have neither.
I did some quite decent programming 'back in the day' writing versions of space inavders and gallaxians and the like but I havent touched a keyboard for that sort of thing for many moons, I shall give Java a look if that is what the mighty Tiberious recomends.
You can fix ignorance, you can't fix stupid.
Tinkety Tonk and down with the Nazis.
Posts: 4349
Threads: 385
Joined: August 25, 2008
Reputation:
57
RE: C++
March 22, 2012 at 2:13 pm
(March 22, 2012 at 2:10 pm)downbeatplumb Wrote: (March 22, 2012 at 11:59 am)Cthulhu Dreaming Wrote: Unfortunately, having either a degree or years of experience is almost a requirement.
Bugger, I have neither.
I did some quite decent programming 'back in the day' writing versions of space inavders and gallaxians and the like but I havent touched a keyboard for that sort of thing for many moons, I shall give Java a look if that is what the mighty Tiberious recomends.
You forgot to mention that 'back in the day' was the era of the ZX Spectrum
Posts: 13901
Threads: 263
Joined: January 11, 2009
Reputation:
82
RE: C++
March 22, 2012 at 2:17 pm
SHUT UP SHUT UP SHUT UP!!!!!
I is an old fart.
You can fix ignorance, you can't fix stupid.
Tinkety Tonk and down with the Nazis.
Posts: 18503
Threads: 79
Joined: May 29, 2010
Reputation:
125
RE: C++
March 22, 2012 at 2:34 pm
Heh, making a galaxian in C++ is a nice training idea
But if it is a simple game like that, yeah, java will be much easier to do so. C++ is a very deep programming language for newbie game programming, it can get confusing since it can be used in almost all the programming paradigms (procedural, Abstract data types, Object oriented programming). But if you can proficiently program in C++, you can program in any language that exist today. Infact, most of the Java language syntax is based on C++, minus all the trouble with pointers, memory handling and stuff.
Posts: 14932
Threads: 684
Joined: August 25, 2008
Reputation:
143
RE: C++
March 22, 2012 at 2:51 pm
(March 22, 2012 at 2:10 pm)downbeatplumb Wrote: Bugger, I have neither.
I did some quite decent programming 'back in the day' writing versions of space inavders and gallaxians and the like but I havent touched a keyboard for that sort of thing for many moons, I shall give Java a look if that is what the mighty Tiberious recomends.
Of course, nowadays you can develop programs yourself and sell them online without having to have a degree or experience in the industry. Quite a lot of programmers make a living this way. If you want help with Java, let me know and we can have a few chat sessions or something. I'm not a Java guru, but I've been using it for 5 years now so I know a lot of the language.
Posts: 12231
Threads: 324
Joined: April 14, 2011
Reputation:
140
RE: C++
March 22, 2012 at 3:08 pm
(This post was last modified: March 22, 2012 at 3:09 pm by Napoléon.)
(March 22, 2012 at 2:34 pm)LastPoet Wrote: C++ is a very deep programming language for newbie game programming
My university sucks arse.
Posts: 558
Threads: 79
Joined: November 26, 2011
Reputation:
8
RE: C++
March 23, 2012 at 6:29 am
(This post was last modified: March 23, 2012 at 6:30 am by Forsaken.)
If you are looking for a career in development, I suggest you take up C#. The Microsoft.NET development platform is really popular and expected to really dominate in the next few years. I have to disagree with some comments in this thread urging you to learn multiple languages. First of all, it will be simply impossible to master all major platforms if you want to do some serious development work. You need to take a pick and dive deep into that language. Secondly, once you master one of the language, others will come naturally to you with minimal training. The structured of major programming languages are similar, be it Java, C, C++, C#, PLSQL, etc.
I suggest pluralsight.com for your training needs. The instructors are simply awesome.
Posts: 271
Threads: 27
Joined: February 8, 2012
Reputation:
6
RE: C++
March 23, 2012 at 7:39 am
I would also recommend Java or C#.Net, both are in big demand.
I have been doing this for 8 years and its very rare indeed that we get asked for people with C++
|