Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 08-06-2004, 03:58 PM   #1 (permalink)
wizz
Registered User
 
wizz's Avatar
 
Join Date: Aug 2004
Posts: 4
wizz is on a distinguished road
Im new

help, im new to programming. I want to start learning game programming for fun. where do i start??? i was thinking C++?? is that good? i donno, please write back, thanks
wizz is offline   Reply With Quote
Old 08-06-2004, 07:05 PM   #2 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,713
redhead is on a distinguished road
You start with the basics, find out what you want to program, what your program should do, then find out what programming language is best suitable for it, then you start to learn that language, and finaly you start programming your orriginal program.
But for starters I would learn the basics of programming, for that almost any language would do, altho I would prefere starting out with one that has C/C++ like syntax.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote
Old 08-06-2004, 11:22 PM   #3 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
Thinking in C++ part 1 and 2 aren't exactly entry level primers.
Get Sams Learn C++ In 21 Days. It's a very nice starter.
__________________
Valmont is offline   Reply With Quote
Old 08-07-2004, 08:05 AM   #4 (permalink)
wizz
Registered User
 
wizz's Avatar
 
Join Date: Aug 2004
Posts: 4
wizz is on a distinguished road
thanks for the info. are you people game programmers???? Maybe not professional, but can you make a game? like tetris
wizz is offline   Reply With Quote
Old 08-08-2004, 12:52 AM   #5 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,713
redhead is on a distinguished road
Quote:
Originally posted by wizz
thanks for the info. are you people game programmers???? Maybe not professional, but can you make a game? like tetris
We here at codenewbie are widespred across the entire concept of programming, some are working as program managers/designers others as coders.
Some have been working with gaming programming others with applikation programming.

We take pride in beeing there and helping out where ever it's needed, altho we're not excatly newbies ourselves, we feel that a good start is what is needed in order to eventualy make a good programmer.

It is very likely that what problem you might encounter, we've seen it, or have an idear how to solve it. If you have put an effort into finding a solution, but nonetheless find yourself stuck, then we'll help, just show what you've tried and some description of what failed.

However we're not that helpfull if the question smells like some home assignment, that is due tomorrow, and you're trying to find the easy way out.

Anyway welcome to the community, feel free to throw anything at us, we're more than happy to help you getting started.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote
Old 08-08-2004, 10:17 PM   #6 (permalink)
wizz
Registered User
 
wizz's Avatar
 
Join Date: Aug 2004
Posts: 4
wizz is on a distinguished road
thanks for the help. OK, this is my goal:
LEARN C++ in and out

can anyone help?
wizz is offline   Reply With Quote
Old 08-09-2004, 06:38 AM   #7 (permalink)
Sybase
Registered User
 
Join Date: Aug 2004
Posts: 2
Sybase is on a distinguished road
Send a message via ICQ to Sybase Send a message via AIM to Sybase
you probably want to go to your local library or bookstore and pick up the books/tutorials on C++. there is also a vass amount of documentation online that you can lookup on C++ programming. use google to search for that info if you'd like.
Sybase is offline   Reply With Quote
Old 08-09-2004, 11:21 AM   #8 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
Quote:
Originally posted by wizz
thanks for the help. OK, this is my goal:
LEARN C++ in and out

can anyone help?
Yes. Start.
__________________
Valmont is offline   Reply With Quote
Old 08-11-2004, 10:02 PM   #9 (permalink)
wizz
Registered User
 
wizz's Avatar
 
Join Date: Aug 2004
Posts: 4
wizz is on a distinguished road
ok, what C++ version should i get? i can get visual basic fast and easy
wizz is offline   Reply With Quote
Old 08-11-2004, 10:22 PM   #10 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,713
redhead is on a distinguished road
Visual Basic is NOT C++, all I ever found out about it, is it practices bad programming ethics for a novice.

Go get a Free compiler Or if you're into M$ things get the Free resources for them, I prefere Cygwin on windows platforms, here is a quick installation guide, but thats up to you.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote
Old 08-12-2004, 12:03 AM   #11 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
Red, in this stage I don't think he'll be able to combine various modules into a working programming environment.
My proposal would be:
1) To download Dev-C++ 4
2) Then download the Insight 5 visual debugger from my webspace.
3) Install Dev-C++ 4.
4) To install Insight 5 debugger, run the program ( choose a path to where you want to unzip the files), copy the contents of the mingw folder to C:\Dev-C++\ (or whatever your install path is).
5) Enable debugging symbols in your Dev-C++ environment.
6) You're good to go now.

WARNING: *** Do NOT download Dev-C++ version 5 ***
That is a buggy version and the visual debugger won't work with it. And the integrated debugger won't work either.
__________________
Valmont is offline   Reply With Quote
Old 10-13-2004, 06:39 PM   #12 (permalink)
aisyaville
Registered User
 
aisyaville's Avatar
 
Join Date: Oct 2004
Location: Kuala Lumpur Malaysia
Posts: 1
aisyaville is on a distinguished road
Send a message via Yahoo to aisyaville
SAMS Learn C++ in 24 hours is good enough for a start? I'm junior in my college and HELL I cant catch up with my Indian lecture..!
aisyaville is offline   Reply With Quote
Reply

Bookmarks

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



All times are GMT -8. The time now is 06:31 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting