Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 01-11-2005, 11:02 PM   #1 (permalink)
 
Newb Techie

Join Date: Jan 2005

Posts: 10

BradSk88

Send a message via AIM to BradSk88 Send a message via Yahoo to BradSk88
Smile Where do I start (C)

Hey guys, I'm planning on going into Programming, hopefully for games or at least something that will bring nice profit. I'm currently in grade 11. I'm going into a 4+ year course at University for Computer Programming.

The thing is, I know it's kinda hard to find a job in this business. With that said I'd like to get ahead of the game and make myself look good to employers.

I'm already quite good at building simple games in ActionScript(Flash) and I have taken a year on visual basic, I'm not sure what my Computer Science class will be teaching next semester.

I know that C is one of the big languages out there, but I'm not sure where to start. I'd like to learn how to make graphical applications, and one of my goals is to create a working 3d engine.

So basically if you can tell me where to start and show me the way you'd be doing me a big favour,

If anyone can help me I'd be forever in debt to you.
BradSk88 is offline  
Old 01-12-2005, 10:28 AM   #2 (permalink)
 
True Techie

Join Date: Jan 2005

Posts: 113

RedRecon2004

Default

Start with C++

After C++ you can branch off into several paths. If you are looking into 3d game design, after learning alot of C++ (the most you can possibly put into your head), study OpenGL or DirectX programming.

If you are wanting to learn several programming languages, I'd recommend first hitting Java , then C programming after that.

If you are definetely wanting games, though, you can't go wrong with the first option, but keep in mind that no matter what path you take, there is always a solution to everything.
__________________
I\'m not a vegetable!
RedRecon2004 is offline  
Old 01-12-2005, 02:34 PM   #3 (permalink)
 
True Techie

Join Date: Aug 2004

Posts: 223

KornNut

Default

C is the same exact thing as C++ (its the predecessor of C++... its the same but without the Object orientated part).

So, in essence, when you learn C++, you are learning C as well.

I suggest programming in the following order:

C++
Java
C# (a mix between C++ and Java)

Then I would program under Linux to understand the Linux environment. Programming in C++ under linux is a great way to learn networking with programming.
__________________
3.0 GHz P4 w/ Hyper Threading
1 Gig DDR RAM
9800 Pro ATI Radeon
7.1 Soundblaster
DVD Burners are a must!
19\'\' Samsung LCD
______________________________

In this world gone mad, we won\'t spank the monkey. The monkey will spank us!
KornNut is offline  
Old 01-12-2005, 04:00 PM   #4 (permalink)
 
True Techie

Join Date: Jan 2005

Posts: 113

RedRecon2004

Default

Yeah, KornNut has got you covered.
__________________
I\'m not a vegetable!
RedRecon2004 is offline  
Old 01-12-2005, 06:30 PM   #5 (permalink)
 
Newb Techie

Join Date: Jan 2005

Posts: 10

BradSk88

Send a message via AIM to BradSk88 Send a message via Yahoo to BradSk88
Default

Hooray, thanks. I guess I'll go dig up some tut's
BradSk88 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