Question. menu

Shout-Out

User Tag List

Thread: Question.

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    MLT's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2006
    Posts
    627
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question.

    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.

    Question.
  2. #2
    Puff's Avatar Member
    Reputation
    655
    Join Date
    Jul 2007
    Posts
    700
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question.

    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.

    Art

  3. #3
    MaXe L3G3ND's Avatar Member
    Reputation
    108
    Join Date
    Nov 2007
    Posts
    100
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question.

    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..

  4. #4
    MLT's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2006
    Posts
    627
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question.

    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

  5. #5
    Dragon[Sky]'s Avatar Anti-social Engineer
    Reputation
    847
    Join Date
    Apr 2007
    Posts
    1,416
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question.

    Personally I would say Python, then Javascript.
    I started with C++, made a mistake but oh well. Good luck. : )


  6. #6
    Adrenalin3's Avatar Banned
    Reputation
    219
    Join Date
    Dec 2006
    Posts
    656
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question.

    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.

  7. #7
    Troys's Avatar Contributor
    Reputation
    122
    Join Date
    Oct 2006
    Posts
    601
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question.

    yep vb all teh way i say it is the easiest programming youl get your hands on
    Pals 4 Life

  8. #8
    Puff's Avatar Member
    Reputation
    655
    Join Date
    Jul 2007
    Posts
    700
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question.

    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...

    Art

  9. #9
    MLT's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2006
    Posts
    627
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question.

    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.

  10. #10
    Puff's Avatar Member
    Reputation
    655
    Join Date
    Jul 2007
    Posts
    700
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question.

    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.

    Art

  11. #11
    MLT's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2006
    Posts
    627
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question.

    I'll definitly start it when I get the hang of programming.

  12. #12
    darbdavys's Avatar Member
    Reputation
    23
    Join Date
    Apr 2007
    Posts
    399
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question.

    Pascal is easiest after html i suppose ^.^




  13. #13
    ReidE96's Avatar Archer Authenticator enabled
    Reputation
    470
    Join Date
    Dec 2006
    Posts
    1,625
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question.

    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.
    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)
    You type that in and run the program. You get a spinning cube.

  14. #14
    Adrenalin3's Avatar Banned
    Reputation
    219
    Join Date
    Dec 2006
    Posts
    656
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question.

    Originally Posted by ReidE96 View Post
    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.
    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)
    You type that in and run the program. You get a spinning cube.
    Yea I'd recommend this for games but theres still nothing easier then VB6 or VB.NET for just making programs .

  15. #15
    Hallowsend's Avatar 滚开! 大声笑。I 是令人敬畏的。
    Reputation
    366
    Join Date
    Sep 2007
    Posts
    720
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question.

    Hmm... sorry to be late, but i found C# easiest. Sorry, since no one agries lol

Page 1 of 2 12 LastLast

Similar Threads

  1. Model Changing Question
    By MasterYuke in forum World of Warcraft General
    Replies: 6
    Last Post: 09-17-2006, 09:56 PM
  2. Couple Private Server questions
    By Jboz in forum World of Warcraft General
    Replies: 21
    Last Post: 07-26-2006, 07:37 PM
  3. Sorry..newb mail question
    By nolbishop in forum World of Warcraft General
    Replies: 2
    Last Post: 06-07-2006, 07:21 PM
  4. Question..
    By janzi9 in forum Community Chat
    Replies: 3
    Last Post: 04-02-2006, 10:20 AM
  5. A GALB question
    By bassman in forum World of Warcraft General
    Replies: 4
    Last Post: 03-28-2006, 09:49 AM
All times are GMT -5. The time now is 03:28 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search