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

                      R Offline
                      R Offline
                      RoboTheToolMan
                      wrote on last edited by
                      #61

                      1. First introduced to computers back in 1989 when I trained in BASIC and COBOL programming at the same time. Both were very interesting languages and I like both very well. I went from BASIC all versions and finally to Visual Basic for DOS when it hit the market. Then got in on the beta release of VB for Windows and loved it. Have experienced all the version upgrades of VB to my present Enterprise development version of Visual Studio .NET 2003 2. I first found going from VB 16 to VB32 was difficult but have to say VB.NET and ASP.NET are very challenging for me. Until these upgrades I felt programming was fairly simple thing to do. 3. It would be VB6. :-D

                      1 Reply Last reply
                      0
                      • S stephen hazel

                        (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 Offline
                        K Offline
                        KreativeKai
                        wrote on last edited by
                        #62

                        Local County Government. The apps were running are, as you guessed, water/sewer billing, permits, tax collections, hr, and payroll. :-D Go COBOL Go... :laugh: Lost in the vast sea of .NET

                        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
                          Jeff Dickey
                          wrote on last edited by
                          #63

                          1. Forth - through a suitably bizarre set of circumstances. 2. Z80 assembler; fitting about 200K worth of compiler into a 45K allowable memory footprint. 3. Python, Ada and C++ (in that order). Open standards, clean interfaces and effective exploratory/prototype code support have saved my bacon more times than I care to think about. On the other hand, if I wanted to permanently frell a project and guarantee that it would go dramatically over budget, be behind schedule and have questionable future maintenance capability, I've yet to see anythihng with the power to obfuscate that Java has. I prefer to use languages as tools, not religious icons. -- Jeff Dickey jdickey@seven-sigma.com Seven Sigma Software and Services Phone/SMS: +6012 373 8513 FOAF: http://www.seven-sigma.com/foaf.rdf Yahoo! IM: jeff_dickey ICQ: 8053918 Tencent QQ: 30302349 -- If you can't reach me by any of these, one of us may be permanently offline -- I use and recommend GNU Privacy Guard to authenticate and secure email messages! Public key: Download from public servers - Key ID 27F20D92 Fingerprint: B6FB B5DB 9FB5 2ADE B4B3 AF6C 3467 5D64 27F2

                          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