Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 09-28-2006, 04:16 PM   #11 (permalink)
 
Super Techie

Join Date: Sep 2005

Posts: 341

hillbillybob

Default

touche(spelling?!?)

I guess what I should have illustrated was the difference between Java and C++

Like our earlier discussion, you said Java bytecode was interpreted by the JVM. After C/C++ is compiled, it's pretty much processor instructions. If I understood correctly.
__________________
The greatest measure of a nation is not it\'s army or economy, but by how many people are trying to get in, and how many people are staying!!
Guns, Guts, and Alcohol made America free.
Born American, Die American
Ubuntu - it\'s all about the bun\'s baby!!!
hillbillybob is offline  
Old 09-28-2006, 07:28 PM   #12 (permalink)
 
Monster Techie

Join Date: Apr 2005

Posts: 1,909

jcortes is on a distinguished road

Send a message via AIM to jcortes
Default

c++ is by far the fastest and best for programming a game. but if its just like a little game in a browser or something it really doesnt matter.
__________________

AIM = jcortestechhelp
jcortes is offline  
Old 09-28-2006, 11:51 PM   #13 (permalink)
 
Newb Techie

Join Date: Sep 2006

Posts: 14

LordV

Default

Thanks guys, i'll have to give C++ a shot soon and maybe pick up a book on it
LordV is offline  
Old 09-29-2006, 06:03 AM   #14 (permalink)
baronvongogo's Avatar
 
Master Techie

Join Date: May 2005

Location: UK

Posts: 2,749

baronvongogo is on a distinguished road

Default

Also download microsoft platform SDK and directx SDK
__________________
baronvongogo is offline  
Old 09-29-2006, 09:17 AM   #15 (permalink)
 
Super Techie

Join Date: Sep 2005

Posts: 341

hillbillybob

Default

ewwwww.....Microsoft

Those SDK's will make your life easier. yesss.....course, I haven't messed with the directx yet....should be fun
__________________
The greatest measure of a nation is not it\'s army or economy, but by how many people are trying to get in, and how many people are staying!!
Guns, Guts, and Alcohol made America free.
Born American, Die American
Ubuntu - it\'s all about the bun\'s baby!!!
hillbillybob is offline  
Old 09-29-2006, 09:21 AM   #16 (permalink)
 
Newb Techie

Join Date: Sep 2006

Posts: 14

LordV

Default

SDK? Those are software developer kits right? But why would i need those?
LordV is offline  
Old 09-29-2006, 09:31 AM   #17 (permalink)
baronvongogo's Avatar
 
Master Techie

Join Date: May 2005

Location: UK

Posts: 2,749

baronvongogo is on a distinguished road

Default

They include the libraries to use directx when you use c++ for making games their made with openGL or directx.

When you install the directx SDK you can link to its libraries so can access all its 3d utilities. OpenGL can be a pain to install but i found this website with all its libraries:

http://www.swiftless.cdadc.com/tutor...gldrivers.html

It also depends what version of visual studio you use, with 2005 I don't think the Microsoft SDK will be needed but anything earlier then you might need to install it. Also note there's bloodshed dev which is a c++ compiler and free which is good but I don't use that so you`ll have to google around for how to include libraries and use openGL.

Although to start of slow, do some command line games text based they don't require directx or openGL. Once you understand the basics move onto the graphical stuff. I started making command line RPG`s you know the type "you enter a room and see 2 doors which will you go through" option1: left option2:right etc etc
__________________
baronvongogo is offline  
Old 09-29-2006, 12:05 PM   #18 (permalink)
 
Super Techie

Join Date: Sep 2005

Posts: 341

hillbillybob

Default

Any more, you can use or code anything with out an API or SDK. If you want to program in Java, you have to download the SDK.
__________________
The greatest measure of a nation is not it\'s army or economy, but by how many people are trying to get in, and how many people are staying!!
Guns, Guts, and Alcohol made America free.
Born American, Die American
Ubuntu - it\'s all about the bun\'s baby!!!
hillbillybob is offline  
Old 09-29-2006, 02:28 PM   #19 (permalink)
 
Newb Techie

Join Date: Sep 2006

Posts: 14

LordV

Default

I have the visual studio 05 i think, so i dont need the libraries then?
LordV is offline  
Old 09-29-2006, 02:37 PM   #20 (permalink)
baronvongogo's Avatar
 
Master Techie

Join Date: May 2005

Location: UK

Posts: 2,749

baronvongogo is on a distinguished road

Default

you dont need the microsoft SDK i think , but if you want to do 3d applications you will still need directx SDK and openGL files.
__________________
baronvongogo is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On