The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
To cut to the chase, i want to learn a language where i can set my teeth into and have fun learning it whilst it not being 'easy' to learn the basics.
I realise I need a compiler - Which one should i use.
I need some Source-code/Tuts - Could someone point me in the direction.
I need general advice.
C or C++, which one.
Thankyou,
James
Some of the tutorials on GameTutorials use this.
http://csjava.occ.cccd.edu/~gilberts/devcpp5/
http://www.gametutorials.com/
and for OpenGL graphics nehe.gamedev.net
Depends on what you want it for though, C++ has more object-oriented facilities and is a much better language to plearn for designing software.
I decided to take up Delphi, seeing as it is similiar in looks with VB it should be quite simple for me to pick up the basics.
Well i have already picked up the basics, i just thought it would be easier for me to recode one of my projects that i started writing in VB. A Remote Admin Tool, seems to be coming along alright...
To the OP, the most important thing is not learning how to program, but learning how to program well, as there are a myriad of bad practises that must be avoided. I would recommend you start with learning Java - it is syntactically quite similar to C/C++, and it's structure lends heavy emphasis to object-oriented programming, while avoiding the brainf&*! of memory management in C and C++.
Garin wrote:
> You are entitled to your opinion of course, but it is a strange thing
> to say. Originality is limited by you, not by the programming
> language. I cant really imagine what you can do in C/C++ that you
> cant do in VB especially in a windows environment.
Go ahead and write anything multi-platform in VB. Or anything efficient.
[URL]http://www.amazon.co.uk/exec/obidos/ASIN/157231995X/ref=ord_cart_shr/202-1367620-5780602?%5Fencoding=UTF8&m=A3P5ROKL5A1OLE[/URL]
Making console apps is simple, but moving up in the chain to Windows-programming and it becomes a tad complicated.
I'm currently learning PHP, and it's quite fun and rewarding!
> I got that last night, i have been using it this morning. Works
> well, made a stupid little concole program that divides any number
> you enter by 12.
>
> :-\
>
> Ive got a long way to go.
hehe, don't worry mate, you're still ahead of me :)
> Bloodshed Dev-C++ programmign environment:
>
> [URL]http://www.bloodshed.net/devcpp.html[/URL]
>
> see if that's any good for you, it's free and from the little
> experience i had with it, it seemed fairly user friendly...
I got that last night, i have been using it this morning. Works well, made a stupid little concole program that divides any number you enter by 12.
:-\
Ive got a long way to go.
[URL]http://www.bloodshed.net/devcpp.html[/URL]
see if that's any good for you, it's free and from the little experience i had with it, it seemed fairly user friendly...