Programming Help?
welcome to Game-Tuts.com - Register
Results 1 to 10 of 10
  1. #1
    Basic Member
    Join Date
    Oct 2010
    Location
    Scotland
    Age
    16
    Posts
    10
    Thanks
    0
    Gamertag
    xiCHoCo

    Default Programming Help?

    I am just starting Programming in School as i Just Started the 3rd Year of HighSchool.
    ( Im a 14yearsOld )

    I got in the highest class for Computing ( Intermediate 2 )

    I was wondering what would be the best/easiest software to use until i get the hang of it and if anyone could give me some help to start making some basic modding programs and so on.

    PM to get my MSN. It Will be easier to talk on that

    Thanks if anyone can help me
    Spoiler:

  2. #2
    VIP
    Join Date
    Dec 2009
    Location
    UK
    Posts
    5,977
    Thanks
    692

    Default Re: Programming Help?

    ill say VB.net
    but some people tthink C#
    if you clear c# it can go on to C and C++
    Quote Originally Posted by Bran View Post
    We're also announcing that Modio will now follow a strict weekly update schedule where we will guarantee a new release on a weekly basis to keep Modio fresh and working perfectly.

  3. #3
    Modio Tool Developer

    Join Date
    Mar 2010
    Location
    UK
    Age
    20
    Posts
    1,828
    Thanks
    430
    Gamertag
    MrJoshuaT

    Default Re: Programming Help?

    What language you learn is ultimately up to you but it depends on if you want to go further in programming like as a job

    If just for fun than VB.net is the easiest place to start

    If wanting to learn to go into a job C# / C++ are the best
    Server / Desktop / Mobile Device developer. I use a Mac . Typos are my speciality.

    Taylor Gang or die.

    Prison Break is the best TV show ever.

    If you require quick help, and are able to fit the query in 140 characters, tweet at me @Joshua_M_Turner
    I'll do my best in 140 characters to help you :)

  4. #4
    Clan Vv3
    Join Date
    Jun 2009
    Location
    Michigan
    Posts
    1,614
    Thanks
    47

    Default Re: Programming Help?

    Learn Java (You'll learn how to dim things in different ways, and strictness of languages with this) or PHP (You'll learn basicly how languages are so you'll understand them when you learn others with PHP.).

    Don't get into a language that is crowded like VB.NET or C#. You could try C++ if you wanted, but that's really advanced, and to even begin to start understanding the whole C++ will take years.
    AIM:Nigger - MSN:[email protected]
    Twitter:@Welfare
    Transfer it to the cloud.

  5. #5
    Modio Tool Developer

    Join Date
    Mar 2010
    Location
    UK
    Age
    20
    Posts
    1,828
    Thanks
    430
    Gamertag
    MrJoshuaT

    Default Re: Programming Help?

    Quote Originally Posted by vv3asone View Post
    Learn Java (You'll learn how to dim things in different ways, and strictness of languages with this) or PHP (You'll learn basicly how languages are so you'll understand them when you learn others with PHP.).

    Don't get into a language that is crowded like VB.NET or C#. You could try C++ if you wanted, but that's really advanced, and to even begin to start understanding the whole C++ will take years.
    For starting out I would not say learn Java as its very advanced and it would be a lot to handle on your first time coding

    For first time coders I would say learn VB.net or C# as they are easier to use and are based on the .NET framwork
    Server / Desktop / Mobile Device developer. I use a Mac . Typos are my speciality.

    Taylor Gang or die.

    Prison Break is the best TV show ever.

    If you require quick help, and are able to fit the query in 140 characters, tweet at me @Joshua_M_Turner
    I'll do my best in 140 characters to help you :)

  6. #6
    Clan Vv3
    Join Date
    Jun 2009
    Location
    Michigan
    Posts
    1,614
    Thanks
    47

    Default Re: Programming Help?

    Quote Originally Posted by JoshuaT View Post
    For starting out I would not say learn Java as its very advanced and it would be a lot to handle on your first time coding

    For first time coders I would say learn VB.net or C# as they are easier to use and are based on the .NET framwork
    So, atleast he'll understand that the big languages aren't just here's an example click it. Programming is meant to be strict to get a decent output.
    AIM:Nigger - MSN:[email protected]
    Twitter:@Welfare
    Transfer it to the cloud.

  7. #7
    Web Designer & Developer
    Join Date
    Oct 2009
    Location
    Leeds, England
    Age
    20
    Posts
    1,508
    Thanks
    386

    Default Re: Programming Help?

    Quote Originally Posted by vv3asone View Post
    So, atleast he'll understand that the big languages aren't just here's an example click it. Programming is meant to be strict to get a decent output.
    Java is an OOP language. Nobody should start out with an OOP based language. OOP is an abstract concept which should only be studied when the programmer is familiar with the fundamentals of programming in general. It's also advised that you become familiar with a standard procedural language before progressing to OOP in that language. This is simply so that you have a good foundation to learn upon. For example, I'm primarily a PHP developer so switching to Java before having a good knowledge of the OOP concept would be foolish. The smart route would be to learn OOP in PHP and then move to Java. However Java isn't all that great anyway imo.


    @OP - If you're planning to go software development as a career then I would suggest C#. However even if you aren't I would still suggest C# since its syntax is C-based as are most other widely used languages. I would also suggest looking into web programming since you may find it more your sort of thing. Personally I started out planning to be a software developer but now find programming the web much better. Web development communities are usually more friendly imo as well :)

  8. #8
    New Member
    Join Date
    Aug 2010
    Location
    the middle of nowhere
    Age
    20
    Posts
    9
    Thanks
    3
    Gamertag
    Nu Metal Sable

    Default Re: Programming Help?

    You could try C++ if you wanted, but that's really advanced, and to even begin to start understanding the whole C++ will take years.
    C++ is actually relatively easy. I mean I'm learning it therefore it is, by default, easy +:confused: wish I was better at this stuff! Anyway to learn C++ you can just go here. It's free and has a link to download a compiler.
    BTW if you don't believe me when I say it's really helpful and is not all just reading pages of boring theory, then just think about this...


    IT'S FREE!!!

  9. #9
    Mocha
    Guest

    Default Re: Programming Help?

    Quote Originally Posted by Sable Shinigami View Post
    C++ is actually relatively easy. I mean I'm learning it therefore it is, by default, easy +:confused: wish I was better at this stuff! Anyway to learn C++ you can just go here. It's free and has a link to download a compiler.
    BTW if you don't believe me when I say it's really helpful and is not all just reading pages of boring theory, then just think about this...


    IT'S FREE!!!
    Nice bump... -_____-

  10. #10
    Modio Tool Developer

    Join Date
    Mar 2010
    Location
    UK
    Age
    20
    Posts
    1,828
    Thanks
    430
    Gamertag
    MrJoshuaT

    Default Re: Programming Help?

    ~Locked
    Server / Desktop / Mobile Device developer. I use a Mac . Typos are my speciality.

    Taylor Gang or die.

    Prison Break is the best TV show ever.

    If you require quick help, and are able to fit the query in 140 characters, tweet at me @Joshua_M_Turner
    I'll do my best in 140 characters to help you :)


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
visit GameTuts on these social networking sites