Topic awaiting preservation: Programming |
|
---|---|
Author | Thread |
Obsessive-Compulsive (I) Inmate From: Lowestoft,Suffolk,United Kingdom |
posted 01-13-2004 17:09
Hi im new at Programming and not quite sure where to start, |
Bipolar (III) Inmate From: the uterus |
posted 01-13-2004 19:34
Books. Some are free and some are not, but those are what I would recommend for C++. However, if you're just starting to learn programming please consider that there are options other than C/C++. When I first started learning programming I actually thought C/C++ was the only language available; how incredibly wrong I was. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 01-13-2004 19:37
Not really the right forum for this, but I don't think there is one. |
Obsessive-Compulsive (I) Inmate From: Lowestoft,Suffolk,United Kingdom |
posted 01-13-2004 21:41
I know my operating system is windows me but as i said before i am only a begginner and i am still learning the big words so i can't tell you what the graphics programming or the system programming is as i am not sure what these mean. if you tell me then i could let you know what they are also if there is anythin else you think i should know then could you please let me know. |
Bipolar (III) Inmate From: the uterus |
posted 01-13-2004 22:48
Graphics programming would be along the lines of low level game programming (at least the "graphical" part of games). System programming would be along the lines of writing device drivers, operating systems, interpreters, compilers, and software that is usually used to create more software. |
Paranoid (IV) Inmate From: A graveyard of dreams |
posted 01-14-2004 00:43
I agree with Rooster. If you've never programmed before (or done anything like it) you should not start with C/C++. They are both very good languages, but not something I would recommend for the beginner. I've barely looked at python, but it seems like a nice language to start with. Another good language for the beginner is Java. The Thinking in Java book is also available online, and if you're going to try Java I recommend the book. |
Paranoid (IV) Inmate From: France |
posted 01-14-2004 01:00
To get the grasps of programming, and see if you want to go further, you can even start with JavaScript. It's a between a "real" language and a script language but it's free and solid enough to tease you to try something "bigger". |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 01-14-2004 03:15
Lets start at the beginning. You are running windows and you simply want to learn how to program, which is an admirable goal. I am going to start off like you don't know anything about computers so if I repeat things you already know just ignore it. I am also going to reccomend that you begin with Java as that is the first experience with programming I had that allowed me to program largish applications. I will also give you some information on Python if you are feeling you would like to go that way. I have not done much python programming, but I have to say that what I have done was enjoyable, and from what I have been hearing is being used a lot in open source game programming as well as large application prototyping. code: public class MyFirstProgram{
code: print "My First Program"
|
Obsessive-Compulsive (I) Inmate From: Lowestoft,Suffolk,United Kingdom |
posted 01-19-2004 16:17
Hi thanks for all your help but my modem is really slow and cuts off within 2 hours and i cant download the program you recommended, is there any way to stop the pc from going offline or is it hopeless? |
Bipolar (III) Inmate From: Brisbane |
posted 02-02-2004 17:45
You can get a download manager (google for it) which will be able to save parts of a downlaod file. When your modem goes offline it'll save where it was up to and resume download next time you connect. |