Hey everyone. I have a (simple) question, wich programming language is the easiest to start out with? I'm starting soon, and just need some feedback.
Thanks in advance.![]()
Hey everyone. I have a (simple) question, wich programming language is the easiest to start out with? I'm starting soon, and just need some feedback.
Thanks in advance.![]()
C++ i believe, Not too sure but its the prime to to start off with because its used for every game engine in some way or another.
Delphi cause it's easy to use and easyere to get as well lol :P
C is a very basic component in programming as well.
You should also learn a little website programming as that wouldn't
be bad for you at all, infact if you don't know, you should go start
learn html, then javascript and php (and css).
But yes you can also start right from scratch and just start with a not
real coding language like AutoIt, or start with C or Delphi i would say.
Has retired and might return..
Thanks to both of you, I heard c++ was like the hardest one to learn. Delphi I havn't heard much of, but definitly sparks my intrests. +rep to both of you for your replies , if you have anything to add please do!
Edit;; can't give rep to either of you, need to spread it around. Remind me later![]()
Personally I would say Python, then Javascript.
I started with C++, made a mistake but oh well. Good luck. : )
VB because that is the easiest language ever. You should really consider trying it. I created my Fire Math program with it actualy. Its codes are easy to understand and apply. Ever heard of WoWMapEditor? That was made completely through VB6. You wont be doing things like that right off but as you get better you will be able to do lots of things.
yep vb all teh way i say it is the easiest programming youl get your hands on
Pals 4 Life
I wouldnt suggest starting with Html code if you wanna code games, Html isn't really related.
I would personally learn C++ You'll get one of the best results with practise, but easiest i spose it isn't...
Thanks everyone for the comments! I might actually make a poll if I can, lol.
Anyway, I heard Vb6 and Delphi are basicly a virtual envoirement, so kind of doing the same thing.
Gave rep to who i could.
Lol not me then xD Hehe i don't mind. But seriously Perfection, in the future i really recommend C++ ^^ i know i go on about it but its what the game Crysis is script with, the leading Engines are script with and so on.
I'll definitly start it when I get the hang of programming.
Pascal is easiest after html i suppose ^.^
Um.....for games, mind if I suggest dark basic? or dark basic pro, it's about the same with some slight changes and more networking capability. It's designed from the ground up to make games. Example:
C++ requires 300+ lines of code to put a spinning cube on the screen until you click a key.
Dark Basic requires 3.
You type that in and run the program. You get a spinning cube.Code:DRAW OBJECT CUBE 1, 500 (1 is the object number to refer to it, 500 is the length of all the sides, seeing as it's a cube) XROTATE OBJECT 1, 100 (spins object 1 on its x axis at speed 100) WAIT KEY (waits till a key is pressed)
Hmm... sorry to be late, but i found C# easiest. Sorry, since no one agries lol