Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. What language???

What language???

Scheduled Pinned Locked Moved The Lounge
c++question
63 Posts 41 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C code frog 0

    So here's one I was just reflecting on.

    1. Which language did you first learn programming in?
    2. Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
    3. If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.

    For me:

    1. The answer is C. My college even used K & R.
    2. SAP R/3 & Abap 4. Had to work in it and C++/ATL.
    3. C. I just like C. It's fun and simple. Frameworks take a long time to learn.

    I only read CP for the articles. Code-frog System Architects, Inc.

    S Offline
    S Offline
    stephen hazel
    wrote on last edited by
    #41

    code-frog wrote:

    Which language did you first learn programming in?

    Timex Sinclair ZX81 basic, then Z80 assembly, then Commodore64 basic, then 6502 assembly, then TurboPascal on DOS, then C on DOS, then 8086 assembly, then C on Amiga, then 68000 assembly on Amiga,

    code-frog wrote:

    Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)

    For my first REAL job, I needed to learn SQL, FORTRAN and COBOL on an IBM VM/CMS machine. Learned to like it :( At least it was networked unlike the PCs of the time. Learned C++ on my own and in a class. Oh yeah - learned IBM assembler, too X|

    code-frog wrote:

    If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.

    C++ on windows with Win32 API, without MFC. I've learned Java. Tasted C#. I don't like em better than C++/Win32 yet. ...Steve

    B S 2 Replies Last reply
    0
    • C code frog 0

      So here's one I was just reflecting on.

      1. Which language did you first learn programming in?
      2. Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
      3. If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.

      For me:

      1. The answer is C. My college even used K & R.
      2. SAP R/3 & Abap 4. Had to work in it and C++/ATL.
      3. C. I just like C. It's fun and simple. Frameworks take a long time to learn.

      I only read CP for the articles. Code-frog System Architects, Inc.

      B Offline
      B Offline
      Blake Miller
      wrote on last edited by
      #42

      1. Texas Intruments handheld calculator - like BASIC 2. C-Language - Mac-C for the Apple 512KE Macintosh 3. C++ People that start writing code immediately are programmers (or hackers), people that ask questions first are Software Engineers - Graham Shanks

      1 Reply Last reply
      0
      • C code frog 0

        So here's one I was just reflecting on.

        1. Which language did you first learn programming in?
        2. Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
        3. If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.

        For me:

        1. The answer is C. My college even used K & R.
        2. SAP R/3 & Abap 4. Had to work in it and C++/ATL.
        3. C. I just like C. It's fun and simple. Frameworks take a long time to learn.

        I only read CP for the articles. Code-frog System Architects, Inc.

        D Offline
        D Offline
        David Veeneman
        wrote on last edited by
        #43

        code-frog wrote:

        Which language did you first learn programming in?

        Cobol, on a Honeywell 32, circa 1968.

        code-frog wrote:

        Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)

        Fortran, on a Xerox Sigma 7, circa 1973. Only computer class I ever took.

        code-frog wrote:

        If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.

        C#, hands down. David Veeneman www.veeneman.com

        S 1 Reply Last reply
        0
        • R Ryan Binns

          Jeremy Falcon wrote:

          I've been an WinAPI programmer for over a decade now.

          I just realised I can almost say the same thing. Only a couple of months to go! :cool: And I'm only 25... :~

          Ryan

          "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

          B Offline
          B Offline
          Blake Miller
          wrote on last edited by
          #44

          The first computer I programmed was a Commodore PET. Then an Apple II (BASIC), then Vax 11-780 (FORTRAN), then Apple Macintosh (BASIC and C), then IBM PC (DOS) (ASSEMBLY, BASIC, C), then DEC MicroVAX II (C OPS5), then generic Intel PC (Windows - C, BASIC, C++). Been writing Windows software since 1992 - C and C++. Some BASIC, when forced X| People that start writing code immediately are programmers (or hackers), people that ask questions first are Software Engineers - Graham Shanks

          1 Reply Last reply
          0
          • S stephen hazel

            code-frog wrote:

            Which language did you first learn programming in?

            Timex Sinclair ZX81 basic, then Z80 assembly, then Commodore64 basic, then 6502 assembly, then TurboPascal on DOS, then C on DOS, then 8086 assembly, then C on Amiga, then 68000 assembly on Amiga,

            code-frog wrote:

            Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)

            For my first REAL job, I needed to learn SQL, FORTRAN and COBOL on an IBM VM/CMS machine. Learned to like it :( At least it was networked unlike the PCs of the time. Learned C++ on my own and in a class. Oh yeah - learned IBM assembler, too X|

            code-frog wrote:

            If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.

            C++ on windows with Win32 API, without MFC. I've learned Java. Tasted C#. I don't like em better than C++/Win32 yet. ...Steve

            B Offline
            B Offline
            Blake Miller
            wrote on last edited by
            #45

            I used to pass C-Code through the Aztec-C compiler on the Commodore Amiga to see what the 68000 assembly language looked like. People that start writing code immediately are programmers (or hackers), people that ask questions first are Software Engineers - Graham Shanks

            S 1 Reply Last reply
            0
            • D David Veeneman

              code-frog wrote:

              Which language did you first learn programming in?

              Cobol, on a Honeywell 32, circa 1968.

              code-frog wrote:

              Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)

              Fortran, on a Xerox Sigma 7, circa 1973. Only computer class I ever took.

              code-frog wrote:

              If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.

              C#, hands down. David Veeneman www.veeneman.com

              S Offline
              S Offline
              SoftDevVB
              wrote on last edited by
              #46

              VB VB.Net VB.Net I can program in C or C++ but why bother.:cool:

              1 Reply Last reply
              0
              • C code frog 0

                So here's one I was just reflecting on.

                1. Which language did you first learn programming in?
                2. Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
                3. If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.

                For me:

                1. The answer is C. My college even used K & R.
                2. SAP R/3 & Abap 4. Had to work in it and C++/ATL.
                3. C. I just like C. It's fun and simple. Frameworks take a long time to learn.

                I only read CP for the articles. Code-frog System Architects, Inc.

                E Offline
                E Offline
                edeloye
                wrote on last edited by
                #47
                1. Fortran on a 16K, yes 16K :omg:, IBM 1130 2) Toss up between PL/1 and IBM 360 Assembler 3) PERL
                1 Reply Last reply
                0
                • C code frog 0

                  So here's one I was just reflecting on.

                  1. Which language did you first learn programming in?
                  2. Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
                  3. If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.

                  For me:

                  1. The answer is C. My college even used K & R.
                  2. SAP R/3 & Abap 4. Had to work in it and C++/ATL.
                  3. C. I just like C. It's fun and simple. Frameworks take a long time to learn.

                  I only read CP for the articles. Code-frog System Architects, Inc.

                  K Offline
                  K Offline
                  KreativeKai
                  wrote on last edited by
                  #48

                  Ok, I hope no one falls off their chair with this answer: 1)COBOL 2)COBOL 3)COBOL :omg: I've been coding COBOL for 17 years and to this day, my job still requires about 80 percent of my time in COBOL. I've been coding in VB.NET since the day .NET came out and VB6 a very small amount prior to that. Our shop is converting from a HP 3000 Image database environment to a Microsoft Server environment, but still at least 90 percent of our applications still reside on the HP 3000. I have to say that as my experience with VB.NET grows, I'm hoping my answer for 3 will change to VB.NET. Don't laugh too hard! :laugh: Lost in the vast sea of .NET

                  S 1 Reply Last reply
                  0
                  • B Blake Miller

                    I used to pass C-Code through the Aztec-C compiler on the Commodore Amiga to see what the 68000 assembly language looked like. People that start writing code immediately are programmers (or hackers), people that ask questions first are Software Engineers - Graham Shanks

                    S Offline
                    S Offline
                    stephen hazel
                    wrote on last edited by
                    #49

                    Ha haaa... WRONG compiler to use :) The Lattice C compiler ruled! Ok. I guess it wouldn't really matter. But MAN i loved that ole Amiga. What were you using asm for on the thing? I was using it for Midi I/O - fast interrupt code to mess with the midi adapter. For your amusement: :)

                    ; MidiIOx.a - asm midi i/o stuph

                         INCLUDE "exec/types.i"
                         INCLUDE "hardware/cia.i"
                         INCLUDE "hardware/custom.i"
                         INCLUDE "hardware/dmabits.i"
                         INCLUDE "hardware/intbits.i"
                    

                    EXECBASE equ 4 ; base fer ole exec.library
                    CIAB equ $BFD000 ; base fer CIAB hardware registers
                    CUSTOM equ $DFF000 ; base fer custom chips
                    MAXIBUF equ 512

                         XREF    \_LVOSignal
                    
                         XDEF    \_TimerBgn
                         XDEF    \_TimerEnd
                         XDEF    \_TimerICR
                    
                         XDEF    \_MidiOBgn
                         XDEF    \_MidiOEnd
                         XDEF    \_MidiOGo
                         XDEF    \_MidiOICR
                    
                         XDEF    \_MidiIBgn
                         XDEF    \_MidiIEnd
                         XDEF    \_MidiIICR
                    
                         STRUCTURE MidiDef,0           ; MAKE SURE this guy syncs w C
                         APTR      MTask               ; ...who to signal (me)
                         ULONG     TMask               ; ...signals to use for dif msgs
                         ULONG     OMask
                         ULONG     IMask
                         ULONG     XMask
                    
                         ULONG     Time                ; ...Timer stuff
                         ULONG     SigTime
                         UWORD     TErr
                         UWORD     Tempo
                    
                         APTR      OBuf                ; ...MidiO stuff
                         ULONG     OLen
                    
                         ULONG     IErrHard            ; ...MidiI+X stuff
                         ULONG     IErrSoft
                         ULONG     Add
                         ULONG     Rem
                         APTR      xBuf
                         ULONG     xMax
                         ULONG     xLen
                         UBYTE     pCmd
                         UBYTE     dLen
                         UWORD     alignit2
                         APTR      tAdd
                         UBYTE     IBuf
                         LABEL     MidiDef\_SIZEOF
                    
                         MACRO
                         SIGNAL  who,how
                         movem.l A0-A1/A6,-(SP)
                         move.l  how,D0                ; signal mask to set
                         move.l  who,A1                ; task pointer
                         move.l  EXECBASE,A6
                         jsr     \_LVOSignal(A6)
                         movem.l (SP)+,A0-A1/A6
                         ENDM
                    
                         csect   text,0,,1,2
                    

                    ;-----------------------------------------------------------------------------
                    _TimerBgn:
                    movea.l #(CIAB),A0
                    move.b #(204),ciatalo(A0) ; magic countdown value for 1-ms timer
                    move.b #(002),ciatahi(A0)
                    move.b

                    B 1 Reply Last reply
                    0
                    • S stephen hazel

                      Ha haaa... WRONG compiler to use :) The Lattice C compiler ruled! Ok. I guess it wouldn't really matter. But MAN i loved that ole Amiga. What were you using asm for on the thing? I was using it for Midi I/O - fast interrupt code to mess with the midi adapter. For your amusement: :)

                      ; MidiIOx.a - asm midi i/o stuph

                           INCLUDE "exec/types.i"
                           INCLUDE "hardware/cia.i"
                           INCLUDE "hardware/custom.i"
                           INCLUDE "hardware/dmabits.i"
                           INCLUDE "hardware/intbits.i"
                      

                      EXECBASE equ 4 ; base fer ole exec.library
                      CIAB equ $BFD000 ; base fer CIAB hardware registers
                      CUSTOM equ $DFF000 ; base fer custom chips
                      MAXIBUF equ 512

                           XREF    \_LVOSignal
                      
                           XDEF    \_TimerBgn
                           XDEF    \_TimerEnd
                           XDEF    \_TimerICR
                      
                           XDEF    \_MidiOBgn
                           XDEF    \_MidiOEnd
                           XDEF    \_MidiOGo
                           XDEF    \_MidiOICR
                      
                           XDEF    \_MidiIBgn
                           XDEF    \_MidiIEnd
                           XDEF    \_MidiIICR
                      
                           STRUCTURE MidiDef,0           ; MAKE SURE this guy syncs w C
                           APTR      MTask               ; ...who to signal (me)
                           ULONG     TMask               ; ...signals to use for dif msgs
                           ULONG     OMask
                           ULONG     IMask
                           ULONG     XMask
                      
                           ULONG     Time                ; ...Timer stuff
                           ULONG     SigTime
                           UWORD     TErr
                           UWORD     Tempo
                      
                           APTR      OBuf                ; ...MidiO stuff
                           ULONG     OLen
                      
                           ULONG     IErrHard            ; ...MidiI+X stuff
                           ULONG     IErrSoft
                           ULONG     Add
                           ULONG     Rem
                           APTR      xBuf
                           ULONG     xMax
                           ULONG     xLen
                           UBYTE     pCmd
                           UBYTE     dLen
                           UWORD     alignit2
                           APTR      tAdd
                           UBYTE     IBuf
                           LABEL     MidiDef\_SIZEOF
                      
                           MACRO
                           SIGNAL  who,how
                           movem.l A0-A1/A6,-(SP)
                           move.l  how,D0                ; signal mask to set
                           move.l  who,A1                ; task pointer
                           move.l  EXECBASE,A6
                           jsr     \_LVOSignal(A6)
                           movem.l (SP)+,A0-A1/A6
                           ENDM
                      
                           csect   text,0,,1,2
                      

                      ;-----------------------------------------------------------------------------
                      _TimerBgn:
                      movea.l #(CIAB),A0
                      move.b #(204),ciatalo(A0) ; magic countdown value for 1-ms timer
                      move.b #(002),ciatahi(A0)
                      move.b

                      B Offline
                      B Offline
                      Blake Miller
                      wrote on last edited by
                      #50

                      We had a hand-built 68000 'computer' (breadboard, circuit wrap, etc.) in our lab that was containing a PID controller to control a motor's speed. It was easier to write the PID control code in C and use the Amiga C-compiler to convert the C to 68000 ASM that we then burned into an EEPROM that ran on the 68000 custom 'computer'. The Amiga was just the middle-man in this entire operation. I would tune and debug the PID code written in standard C on an IBM PC using version 4.0 of Microsoft C. Then the source would be uploaded to a Prime 5350. Then the source would be downlaoded into the Amiga and 'assembled'. We would remove any extra ASM commands from the assembly listing. Then the listing would be uploaded back into the Prime and then burned from there onto the EEPROM. The EEPROM would be snapped into the socket on the custom computer and we would boot it - hopefully the motor would work correctly after all that, or else it was another round trip ... :rolleyes: People that start writing code immediately are programmers (or hackers), people that ask questions first are Software Engineers - Graham Shanks

                      S 1 Reply Last reply
                      0
                      • C code frog 0

                        So here's one I was just reflecting on.

                        1. Which language did you first learn programming in?
                        2. Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
                        3. If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.

                        For me:

                        1. The answer is C. My college even used K & R.
                        2. SAP R/3 & Abap 4. Had to work in it and C++/ATL.
                        3. C. I just like C. It's fun and simple. Frameworks take a long time to learn.

                        I only read CP for the articles. Code-frog System Architects, Inc.

                        S Offline
                        S Offline
                        stephenbayer
                        wrote on last edited by
                        #51

                        1. Z80 Assembly 2. C++, for some reason the transition from C to C++ was particularly difficult for me.. Tutorials at relisoft.com way back in the day was the only thing that pulled me through. Now, after a decade, I'm better than 99% of the developers out there. 3. C++ (despite the bad transition, it is now the language I am most proficiant in) or possibly C#

                        1 Reply Last reply
                        0
                        • S stephen hazel

                          code-frog wrote:

                          Which language did you first learn programming in?

                          Timex Sinclair ZX81 basic, then Z80 assembly, then Commodore64 basic, then 6502 assembly, then TurboPascal on DOS, then C on DOS, then 8086 assembly, then C on Amiga, then 68000 assembly on Amiga,

                          code-frog wrote:

                          Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)

                          For my first REAL job, I needed to learn SQL, FORTRAN and COBOL on an IBM VM/CMS machine. Learned to like it :( At least it was networked unlike the PCs of the time. Learned C++ on my own and in a class. Oh yeah - learned IBM assembler, too X|

                          code-frog wrote:

                          If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.

                          C++ on windows with Win32 API, without MFC. I've learned Java. Tasted C#. I don't like em better than C++/Win32 yet. ...Steve

                          S Offline
                          S Offline
                          stephenbayer
                          wrote on last edited by
                          #52

                          wow.. I'm amazed that another person started out with Z80 Assembly. That's what a started out in many, many years ago.

                          S 1 Reply Last reply
                          0
                          • C code frog 0

                            So here's one I was just reflecting on.

                            1. Which language did you first learn programming in?
                            2. Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
                            3. If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.

                            For me:

                            1. The answer is C. My college even used K & R.
                            2. SAP R/3 & Abap 4. Had to work in it and C++/ATL.
                            3. C. I just like C. It's fun and simple. Frameworks take a long time to learn.

                            I only read CP for the articles. Code-frog System Architects, Inc.

                            H Offline
                            H Offline
                            Hugh S Myers
                            wrote on last edited by
                            #53

                            IBM 360 assembler Lisp C To be fair, I'd point out that the reason the 'Lisp' is the answer to 2. is that it took me a while to wrap my head around the difference between procedural languages versus functional languages, not because of 'Crunch Time' or the like... --hsm

                            1 Reply Last reply
                            0
                            • S stephenbayer

                              wow.. I'm amazed that another person started out with Z80 Assembly. That's what a started out in many, many years ago.

                              S Offline
                              S Offline
                              stephen hazel
                              wrote on last edited by
                              #54

                              Yep. 6502 was kind of a let down after learning Z80 :) But the C64's graphics n sound hardware MORE than made up for it! ...Steve

                              1 Reply Last reply
                              0
                              • B Blake Miller

                                We had a hand-built 68000 'computer' (breadboard, circuit wrap, etc.) in our lab that was containing a PID controller to control a motor's speed. It was easier to write the PID control code in C and use the Amiga C-compiler to convert the C to 68000 ASM that we then burned into an EEPROM that ran on the 68000 custom 'computer'. The Amiga was just the middle-man in this entire operation. I would tune and debug the PID code written in standard C on an IBM PC using version 4.0 of Microsoft C. Then the source would be uploaded to a Prime 5350. Then the source would be downlaoded into the Amiga and 'assembled'. We would remove any extra ASM commands from the assembly listing. Then the listing would be uploaded back into the Prime and then burned from there onto the EEPROM. The EEPROM would be snapped into the socket on the custom computer and we would boot it - hopefully the motor would work correctly after all that, or else it was another round trip ... :rolleyes: People that start writing code immediately are programmers (or hackers), people that ask questions first are Software Engineers - Graham Shanks

                                S Offline
                                S Offline
                                stephen hazel
                                wrote on last edited by
                                #55

                                I would kill to do that kinda stuff and get paid... I am gettin SOOOOOOOOOOO sick of SQL and perl X| I'm close to microsoft, but not close enough. The commute would just suck. So i do the fun programmin at home (and sometimes a BIT at work if the contract is a slowww one). But so far all of my experience is with oracle pl/sql and perl and billing systems :doh: Why did i do this to myself ??? ...Steve

                                1 Reply Last reply
                                0
                                • K KreativeKai

                                  Ok, I hope no one falls off their chair with this answer: 1)COBOL 2)COBOL 3)COBOL :omg: I've been coding COBOL for 17 years and to this day, my job still requires about 80 percent of my time in COBOL. I've been coding in VB.NET since the day .NET came out and VB6 a very small amount prior to that. Our shop is converting from a HP 3000 Image database environment to a Microsoft Server environment, but still at least 90 percent of our applications still reside on the HP 3000. I have to say that as my experience with VB.NET grows, I'm hoping my answer for 3 will change to VB.NET. Don't laugh too hard! :laugh: Lost in the vast sea of .NET

                                  S Offline
                                  S Offline
                                  stephen hazel
                                  wrote on last edited by
                                  #56

                                  (falls off chair) WOW! Guess there's someone else out there worse off than me :) JUUUST kiddin. You must work on a billing system or somethin I'm guessin? Amdocs? ...Steve

                                  K 1 Reply Last reply
                                  0
                                  • C code frog 0

                                    So here's one I was just reflecting on.

                                    1. Which language did you first learn programming in?
                                    2. Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
                                    3. If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.

                                    For me:

                                    1. The answer is C. My college even used K & R.
                                    2. SAP R/3 & Abap 4. Had to work in it and C++/ATL.
                                    3. C. I just like C. It's fun and simple. Frameworks take a long time to learn.

                                    I only read CP for the articles. Code-frog System Architects, Inc.

                                    J Offline
                                    J Offline
                                    JGonzalezGUS
                                    wrote on last edited by
                                    #57

                                    1. Autocoder (old, old, old mainframe back in mid-60s) 2. PL/I (still mainframe early 80s - I had to get it done if I wanted to keep my temporary job) 3. C++ (have forgotten everything else!) :) Jose

                                    1 Reply Last reply
                                    0
                                    • C code frog 0

                                      So here's one I was just reflecting on.

                                      1. Which language did you first learn programming in?
                                      2. Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
                                      3. If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.

                                      For me:

                                      1. The answer is C. My college even used K & R.
                                      2. SAP R/3 & Abap 4. Had to work in it and C++/ATL.
                                      3. C. I just like C. It's fun and simple. Frameworks take a long time to learn.

                                      I only read CP for the articles. Code-frog System Architects, Inc.

                                      X Offline
                                      X Offline
                                      Xoy
                                      wrote on last edited by
                                      #58

                                      code-frog wrote:

                                      Which language did you first learn programming in?

                                      Turbobasic

                                      code-frog wrote:

                                      Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)

                                      C++. objects never worked well in that language :( too much of a hack job. plain C is much better :sigh:

                                      code-frog wrote:

                                      If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.

                                      VB.NET (currently 2005) - works expectedly, can make relatively complicated programs in a short amount of time. if its not too big, asm is pretty good too :D but if time is an issue... defintely vb :)

                                      1 Reply Last reply
                                      0
                                      • J Jeremy Falcon

                                        Ryan Binns wrote:

                                        I just realised I can almost say the same thing. Only a couple of months to go!

                                        You old fart.

                                        Ryan Binns wrote:

                                        And I'm only 25...

                                        Ok maybe not. :laugh: Jeremy Falcon

                                        R Offline
                                        R Offline
                                        Ryan Binns
                                        wrote on last edited by
                                        #59

                                        Jeremy Falcon wrote:

                                        You old fart.

                                        :rolleyes: Thanks

                                        Ryan

                                        "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

                                        1 Reply Last reply
                                        0
                                        • C code frog 0

                                          So here's one I was just reflecting on.

                                          1. Which language did you first learn programming in?
                                          2. Which language did you sweat bullets in for the first time? (What language was your trial by fire? Your very first maximum stress experience...)
                                          3. If you knew pressure was coming which language would you be more inclined to have at your back? Not necessarily your favorite but the one you know best.

                                          For me:

                                          1. The answer is C. My college even used K & R.
                                          2. SAP R/3 & Abap 4. Had to work in it and C++/ATL.
                                          3. C. I just like C. It's fun and simple. Frameworks take a long time to learn.

                                          I only read CP for the articles. Code-frog System Architects, Inc.

                                          N Offline
                                          N Offline
                                          Neil_In_Wales
                                          wrote on last edited by
                                          #60

                                          Good question! 1st was a Commodore Pet, but can't really class it as 'learning', as I was 10! Would say Basic then Pascal as a 'taught' language. Real pain came with assembler - some low level routines we were writing to catch keyboard interrupts on an obscure piece of kit. Fallback nowadays, based on the projects we build, would be Visual Foxpro as long as nothing too esoteric was involved Neil

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups