0

Which one did you write First Programming language
https://aprogrammerlife.com/top-rat...

Comments
  • 1
    Weird to say i started with c++ as my first ever language and I'll never touch it again
  • 2
    ' VB6 was a blast!

    Module Hello
    Sub Main()
    MsgBox("Hello, World!")
    End Sub
    End Module

    https://en.wikipedia.org/wiki/...
  • 0
    If I could remember that...

    Geez
  • 1
    @C0D4 agree! So much fun and the IDE was great with dem gui editor (Vb6)
  • 1
    I never do the hello world thingies
  • 2
    @retoor same, always thought, they are just for demonstration and not for actually writing down.

    It's also kinda tricky to say what my first programming language was, without acknowledging, that i was using Scripting Languages first.
    But if we take the question seriously, i think it was C.
  • 1
    I don't see Basic or Pascal so....
  • 0
    @ojt-rant epic fail
  • 2
    @retoor respect your elders
  • 1
    I think VB6 was my first "serious" language.

    But first code I ever written was on ActionScript 1.0
  • 0
  • 1
    @Hazarth kinda same here. Flash freaking rocked
  • 1
    C++ back in the day where you would still do
    #include "iostream.h"
  • 2
    @hjk101 don't you mean #include <iostream.h> ?

    Want to search the lib directories :)
  • 2
    @thebiochemic could be, don't think that syntax existed yet (in the book and compiler that I used) but I could be wrong.

    It was a terribly long time ago before the first standardisation of C++ in 98.
  • 0
    @hjk101 yeah that could be actually, the earlierst docs i found about this, was around 2001 in the GCC 2.95.3 docs.
Add Comment