Thread: How many of you actually work with C++?

  1. #1
    Registered User CompiledMonkey's Avatar
    Join Date
    Feb 2002
    Location
    Richmond, VA
    Posts
    438

    How many of you actually work with C++?

    I know many people use C++ for University, but I'm curious how many people here use it as your primary language at work. What sort of applications do you work on that use C++? Windows application? Console applications? Banking software, etc...

  2. #2
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398

    Mostly C

    Most of our products have an embeded microprocessor or microcontroller which runs programs written in C. These are neither console or Windows applications. There is no keyboard or terminal, and no operating system... just a single special-purpose program running continuously.

    We production-test these products with programs running on a pc. Most of our test programs are written in command-line Basic. We have a few command-line C test programs and a few Visual Basic test programs.

    I play-around with C++ Windows programing at home. (I'm an electronics engineer and I only program at work occasionally.)

    I believe that C/C++ are the most widely used languages in industry.

  3. #3
    Registered User jlou's Avatar
    Join Date
    Jul 2003
    Posts
    1,090
    I use C++ almost exclusively at work. I am currently working on both a Windows application (with GUI) and a client/server application that uses a database to store data. Windows GUI, client/server communication, database communication, and all other application logic are currently implemented through C++.

  4. #4
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    C and C++

    for MS OS's

    To display data from our hardware devices. We analyse digital images for train safety systems.
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. strcmp returning 1...
    By Axel in forum C Programming
    Replies: 12
    Last Post: 09-08-2006, 07:48 PM
  2. getline() don't want to work anymore...
    By mikahell in forum C++ Programming
    Replies: 7
    Last Post: 07-31-2006, 10:50 AM
  3. Why don't the tutorials on this site work on my computer?
    By jsrig88 in forum C++ Programming
    Replies: 3
    Last Post: 05-15-2006, 10:39 PM
  4. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM
  5. DLL __cdecl doesnt seem to work?
    By Xei in forum C++ Programming
    Replies: 6
    Last Post: 08-21-2002, 04:36 PM