what is a good program language for game programing

For beginners, flames not allowed...(just by the staff :P)
bubzuru
.net coder
.net coder
Posts: 700
Joined: 17 Apr 2007, 16:00
17
Contact:

Post by bubzuru »

its a bit... "basic".
in vb's defence the new .net framework is a lot more advanced than all the last ones :P

ebrizzlez
Kage
Kage
Posts: 732
Joined: 31 Mar 2007, 16:00
17
Location: Hidden in a Buffer Protection.
Contact:

Post by ebrizzlez »

I wasnt talking bout Visual Basic but BASIC. I have a book on VB and BASIC programming for teens. Big diffrence.

And yes, VB .net framework made the whole Basic part a step further. Its mainly cause C programmers most likely made it and dragged there traditional knownledge into VB.
[img]http://i81.photobucket.com/albums/j205/ebrizzlez/4lsint1.jpg[/img]

shamir
Computer Manager
Computer Manager
Posts: 853
Joined: 01 Mar 2007, 17:00
17
Location: NY
Contact:

Post by shamir »

whats Visual Basic hm?

ebrizzlez
Kage
Kage
Posts: 732
Joined: 31 Mar 2007, 16:00
17
Location: Hidden in a Buffer Protection.
Contact:

Post by ebrizzlez »

[img]http://i81.photobucket.com/albums/j205/ebrizzlez/4lsint1.jpg[/img]

User avatar
F4LSE
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 236
Joined: 02 Jul 2007, 16:00
16
Location: My Lab
Contact:

Post by F4LSE »

C++ is def the way to go. But once u start to learn it ull need to get a good compiler. i suggest "Devhook"

User avatar
BluePass
On the way to fame!
On the way to fame!
Posts: 40
Joined: 02 Jul 2007, 16:00
16

Post by BluePass »

May I recommend... assembly? :lol:

User avatar
RNA
suck-o-fied!
suck-o-fied!
Posts: 95
Joined: 23 Nov 2006, 17:00
17
Location: A bit to the right of null
Contact:

Post by RNA »

neo130 wrote:
bubzuru wrote:c++ is just better
Not really.... =/
Yeah it is, especially for game program. Java is good for small thigns that should never crash, car systems etc.

Pass by reference. Thats why I hate Java. It doesn't have it.

User avatar
liquidmetal
Newbie
Newbie
Posts: 2
Joined: 14 May 2007, 16:00
16

Post by liquidmetal »

Well... I don't know much abt hacking... but i do know abt game developemt...

C++ is the better choice because:
1) Its faster than Java
2) You don't need a VM installed on the computer
3) You can do memory related things with C/C++ (this is what really speeds up todays 3D games)

And as for "which language has better graphics", neither has. Usually, u'll most probably use something like OpenGL or DirectX for graphics. The quality does not depend on which language you choose.

And... you can easily access DirectX or OpenGL from either language. :)

Post Reply