Our server costs ~$56 per month to run. Please consider donating or becoming a Patron to help keep the site running. Help us gain new members by following us on Twitter and liking our page on Facebook!
Current time: April 28, 2024, 9:29 pm

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
C++
#11
RE: C++
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
Reply
#12
RE: C++
(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.
Reply
#13
RE: C++
(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.




 








Reply
#14
RE: C++
(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 Big Grin
[Image: cinjin_banner_border.jpg]
Reply
#15
RE: C++
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.




 








Reply
#16
RE: C++
Heh, making a galaxian in C++ is a nice training idea Big Grin

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.
Reply
#17
RE: C++
(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.
Reply
#18
RE: C++
(March 22, 2012 at 2:34 pm)LastPoet Wrote: C++ is a very deep programming language for newbie game programming

My university sucks arse.

Nothing to add
Reply
#19
RE: C++
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.
Reply
#20
RE: C++
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++

Reply





Users browsing this thread: 1 Guest(s)