1. This forum is in read-only mode.

coding Compilers?

Discussion in 'Non-Emulation Help' started by skynth, Apr 15, 2009.

  1. skynth

    skynth Well-Known Member

    Well, I decided to continue learning coding I decided to learn:

    Html
    C++
    C
    Visual basic
    Css

    I don't know if there are better programming languages, so if you do recommend any to me please state them.

    Thing is I won't be able to get on the internet for like 2-3 weeks, Just telling ya because I did say I will be an active member of this community and I don't go back on my word.
    (English might not make sense but I'm just using slang Can't be bothered to use either technical or formal)

    The main point of this thread was to ask you if you know any compilers I could use, if multiple compilers please make sure they add up to 100 mb or less. I have downloaded Devitkitpro But I don't know how to use it :(, I am kinda a noob :(.

    I did have a look around to find proper compilers and all, It's just that I don't really trust any of the makers... kinda paranoid.

    Thanks in advance!
     
  2. Loonylion

    Loonylion Administrator Staff Member

    c++ compilers:

    Borland C++ builder
    Micro$oft Visual C++
    GCC++

    C compilers:

    GCC
    Any of the above (excepting GCC++) should be able to complile C code; but really there's no need to learn C, it has all but disappeared because C++ is a much improved evolution of it.

    Visual Basic:

    Micro$oft Visual Basic.

    HTML/CSS do not compile.
     
  3. skynth

    skynth Well-Known Member

    Thanks loony... :)

    see you guys in 2 weeks...
     
  4. anandjones

    anandjones Well-Known Member

    I recommend MS Visual, probably my favourite IDE right now :)
     
  5. Seph

    Seph Administrator Staff Member

    I'd say learn C# or Java first, simply because it forces an OOP structure on you, it's harder to write ugly code in those languages than with others. And the Visual C# Express editor is awesome indeed. C# is probably the language that finally made me realize why OOP is awesome.