Go Back   Forums > Community Chatterbox > Tech Corner > Programming
Memberlist Forum Rules Search Today's Posts Mark Forums Read
Search Forums:
Click here to use Advanced Search

Reply
 
Thread Tools Display Modes
Old 03-11-2006, 10:17 AM   #1
Mighty Midget
Pox Vobiscum
 
Mighty Midget's Avatar


 
Join Date: Mar 2006
Location: Krakeroy, Norway
Posts: 3,014
Default

I have been curious about programming for some time, but never got down to actually starting. Now I wonder: What language would be a nice portal into general programming, just to get the idea of how languages in general work? I'm looking for a language that is easy to get into, but is powerful enough to allow me to later on create "whatever I want" or thereabout (relax, I don't ask for The Ultimate Language). So: A language that is easy for beginners, powerful and will teach me as much as possible that I can use in other languages.

Also, are there any on-line tutorials, docs and so on on that particular language?

TiA
__________________
Je Suis Charlie
Mighty Midget is offline                         Send a private message to Mighty Midget
Reply With Quote
Old 03-11-2006, 03:06 PM   #2
Abi79
Home Sweet Abandonia

 
Join Date: May 2005
Location: Oradea, Romania
Posts: 829
Send a message via Yahoo to Abi79
Default

I recommend you C++ (I only tried the DOS version made in 1992), since I managed to learn how to work in it at the age of 13 with the help of a teacher, and there are also children at my school who can work in it and are 9, so I guess that this one is pretty easy. As for guides, just search the net. Google is your friend. Also, try to get the Windows version, not the DOS one. Still, if you want the DOS one, assuming that it is not warez (I don't have a clue), I can send it to you.
Abi79 is offline                         Send a private message to Abi79
Reply With Quote
Old 03-11-2006, 03:25 PM   #3
Mighty Midget
Pox Vobiscum
 
Mighty Midget's Avatar


 
Join Date: Mar 2006
Location: Krakeroy, Norway
Posts: 3,014
Default

Thanks mate! I got a C++ visual (whatever that means?) and a hefty turorial. Let's see if I got the brains for this. "Hello world."
__________________
Je Suis Charlie
Mighty Midget is offline                         Send a private message to Mighty Midget
Reply With Quote
Old 03-11-2006, 04:32 PM   #4
Eagg
Forum hobbit

 
Join Date: May 2006
Location: ,
Posts: 29
Default

C++ is quite a complex programming language, but if you are serious about programming and are especially interested in game programming then it would be a good one to know.
C and C++ requires knowledge not only about syntax but also quite a bit about data structures, memory allocations, pointers ect.


Java and Python would be an easier introduction to programming I think, but it really doesn't matter where you start, the first programming language will be the most difficult to learn because you will have to adapt to the way of thinking you need to solve problems with it.

Quote:
...there are also children at my school who can work in it and are 9, so I guess that this one is pretty easy.[/b]
Hehe, well there are 9 year olds that could beat most of us in chess, that doesn't mean chess is an easy game (neither that we are just stupid :blink: ). A 9 year old could certainly program in any language given some intelligence and hard work, though he will in no case be good at it at that age, since with a language like C++ it really takes 10+ years to master it (meaning not mastering the language, but mastering the process of creating effective and good code with that language).
Eagg is offline                         Send a private message to Eagg
Reply With Quote
Old 04-11-2006, 12:51 AM   #5
guesst
Abandonia Homie
 
guesst's Avatar

 
Join Date: May 2005
Location: Aurora, United States
Posts: 606
Default

He he, get to plug my thread.

First of all, there's a free complier for C++ called DevC++, which you can get here.

Second, and this one should be easy to find becasue it's pinned (gloat) but "Guesst's Games" has several fine examples of C programs, if I do say so myself.
guesst is offline                         Send a private message to guesst
Reply With Quote
Old 04-11-2006, 07:22 AM   #6
Mighty Midget
Pox Vobiscum
 
Mighty Midget's Avatar


 
Join Date: Mar 2006
Location: Krakeroy, Norway
Posts: 3,014
Default

I read that thread , but without enough explaination on the stuff, a newbie like me is rather lost in all that. I'm currently reading some basic stuff (I think) just so I can see what, for instance, your examples are all about. Don't worry. I will probably use that thread in my studies k:
__________________
Je Suis Charlie
Mighty Midget is offline                         Send a private message to Mighty Midget
Reply With Quote
Old 04-11-2006, 12:00 PM   #7
velik_m
Game Wizzard

 
Join Date: Sep 2005
Location: Agalli, Albania
Posts: 271
Default

more free compilers:

Open Watcom (http://www.openwatcom.org/)

GCC - gnu compiler collection (http://gcc.gnu.org/)
(also take a look at Code::Blocks at http://www.codeblocks.org/ as a free alternative to visual studio)
__________________
To the east, always to the east...
velik_m is offline                         Send a private message to velik_m
Reply With Quote
Old 04-11-2006, 02:14 PM   #8
Eagg
Forum hobbit

 
Join Date: May 2006
Location: ,
Posts: 29
Default

And the probably best IDE today and one of the best compilers, also in a free edition: Microsoft Visual Studio Express.
Eagg is offline                         Send a private message to Eagg
Reply With Quote
Old 04-11-2006, 06:53 PM   #9
Gottfried
Forum hobbit

 
Join Date: Oct 2006
Location: ,
Posts: 32
Default

although not much used, Visual Basic is quite simple (i wrote down two text games in old dos Qbasic) and HTML code, although it's not what you wanted to hear, is it?
Gottfried is offline                         Send a private message to Gottfried
Reply With Quote
Old 05-11-2006, 08:54 AM   #10
Koen
Game Wizzard
 
Koen's Avatar

 
Join Date: Nov 2004
Location: Nootdorp, Netherlands
Posts: 226
Default

Visual Basic is easy to learn and has enough functionality to write complex applications (I'm currently writing a RTS game in it, using an 3d engine that was written in vb6, works great! ). Also it has an easy interface to design forms with.

Although, the release of vb.net (2003 / 2005 / etc) ruins the language in my opinion, and makes VB look more like Java. And VB is slower in doing cpu intensive stuff.

If you never programmed in the past, I wouldn't start with C++. It's 'unfriendly' as in it doesn't warn you when things go wrong (writing to memory places where your application shouldn't be etc), and I found it hard to learn. Java and VB are much more helpful in that.
Koen is offline                         Send a private message to Koen
Reply With Quote
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Site With Complete Game Manuals DOS-NOSTALGY Gaming Zone 2 24-02-2006 07:49 AM
Civilization Iii Complete... Eagle of Fire Gaming Zone 30 15-02-2005 11:28 AM
Heroes 3 Complete Loki Gaming Zone 27 28-12-2004 12:37 PM

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
Forum Jump
 


The current time is 07:29 PM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.