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. How many people here still develop apps in Win32 with C/C++?

How many people here still develop apps in Win32 with C/C++?

Scheduled Pinned Locked Moved The Lounge
c++jsonquestion
56 Posts 44 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.
  • Steve EcholsS Steve Echols

    Sometimes I feel like I am, but then I realize it's just ATL/WTL. :)


    - S 50 cups of coffee and you know it's on!

    K Offline
    K Offline
    Kuroro Rucilful
    wrote on last edited by
    #45

    Count me in. I'm currently writing an Emulator that links USB to the Screen buffer. I do it for speed (I think). It's quite painful though.:zzz:

    "You have to be in a situation where you see just how fast things fail to make you take it seriously, I guess. " Bruce Eckel

    1 Reply Last reply
    0
    • A Andrew Glina

      Does MASM32 Assembly count? Structurally it is very similar to C.

      K Offline
      K Offline
      Kuroro Rucilful
      wrote on last edited by
      #46

      I dunno if it counts but i agree to you that its very similar to C/C++.:zzz:

      "You have to be in a situation where you see just how fast things fail to make you take it seriously, I guess. " Bruce Eckel

      1 Reply Last reply
      0
      • J Jeremy Falcon

        All right, we're at 4 now! :laugh::laugh:

        Jeremy Falcon

        G Offline
        G Offline
        Gopala
        wrote on last edited by
        #47

        Some of my friends do it. i can count atleast 3 of them. Including me, it becomes 4 and the total count is 8!!:)

        J M 2 Replies Last reply
        0
        • L Link2600

          Just curious, how many people here still develop apps in Win32 with C/C++? Not WinForm or even MFC, I mean good old fashion WIN32 API with C/C++. Anyone?

          ======================================= A goal without a plan remains a dream. =======================================

          T Offline
          T Offline
          tannalein
          wrote on last edited by
          #48

          Count me in. In fact, count my whole office. We're a bit lost in time, we still work in VS6, mostly C and a bit of VB. Making a GUI in C is a nightmare, but hey, what boss wants, boss gets :sigh: And it's fun, in a masochistic kind of way :mad:

          1 Reply Last reply
          0
          • L Link2600

            Just curious, how many people here still develop apps in Win32 with C/C++? Not WinForm or even MFC, I mean good old fashion WIN32 API with C/C++. Anyone?

            ======================================= A goal without a plan remains a dream. =======================================

            S Offline
            S Offline
            SailingJohn
            wrote on last edited by
            #49

            I still use C++. My projects have to maintain a "common code base" across UNIX, Linux, and Win32 (and Win64...), and Java is out of the question, for various reasons (like I hate it...) There are some platform-specific modules, etc., but as much as possible is "vanilla" C++ objects.

            1 Reply Last reply
            0
            • D doug4350

              Christian Graus wrote:

              For *real* old fashioned, you should have said 'just C'.

              ditto... There's a big angry nest of us over here :) ! Aloha, Doug

              R Offline
              R Offline
              Rfauth
              wrote on last edited by
              #50

              I work at an engineering firm that mainly develops embedded applications. I have no need for C++ in an embedded device. Our software is written entirely in C (either Visual C 6.0 or GNU) For our internal GUI apps we use VB6

              1 Reply Last reply
              0
              • G Gopala

                Some of my friends do it. i can count atleast 3 of them. Including me, it becomes 4 and the total count is 8!!:)

                J Offline
                J Offline
                Jeremy Falcon
                wrote on last edited by
                #51

                Wow, all this is just too much. :laugh: Glad it's not completely dead yet.

                Jeremy Falcon

                1 Reply Last reply
                0
                • R robasmith

                  Do you use some fancy tool to build your gui and write all of the database interface code and the communications layer between your clients and servers??? Have you ever written your own memory allocator??? or forgone standard library calls for file access and wrote the code to read the disk sectors yourself??? Have you ever done any serious work using COBOL, RPGII, PASCAL, C ??? If you answered Yes, No, No, No, do you seriously consider yourself to be a programmer!!!???? Perhaps the dev tools of today have replaced the need for behind the scenes, hardcore programming. But is it really programming???

                  A Offline
                  A Offline
                  AntiSilence
                  wrote on last edited by
                  #52

                  Yes, I consider myself to be a programmer (I don't work in programming though). I use Visual Studio to design my GUIs in, as I don't really see the need to code it (since this takes away time to work on the actual application) and I write my own database & communications code. I haven't had the need to write my own code to read disk sectors myself yet, so I use the standard library calls. If I ever need to, however, I'm sure I'll figure it out. I've never used COBOL, never heard of RPGII and I didn't like Pascal. I learned C years ago, and before that I learned Z80 Assembly language on my old Amstrad CPC. So, I've done quite a bit of in-depth programming, so, even though I now use VCS 2005 I don't think that makes me any less of a programmer.

                  1 Reply Last reply
                  0
                  • L Link2600

                    Just curious, how many people here still develop apps in Win32 with C/C++? Not WinForm or even MFC, I mean good old fashion WIN32 API with C/C++. Anyone?

                    ======================================= A goal without a plan remains a dream. =======================================

                    D Offline
                    D Offline
                    derry755
                    wrote on last edited by
                    #53

                    maybe, god is doing so:P

                    Doing is better than saying.

                    1 Reply Last reply
                    0
                    • L Link2600

                      Just curious, how many people here still develop apps in Win32 with C/C++? Not WinForm or even MFC, I mean good old fashion WIN32 API with C/C++. Anyone?

                      ======================================= A goal without a plan remains a dream. =======================================

                      T Offline
                      T Offline
                      thangnvhl
                      wrote on last edited by
                      #54

                      Why did all of you forget me? :-D I and 1 my closed friend are 10. Nice to meet you

                      Sincerely Thangnvhl

                      1 Reply Last reply
                      0
                      • G Gopala

                        Some of my friends do it. i can count atleast 3 of them. Including me, it becomes 4 and the total count is 8!!:)

                        M Offline
                        M Offline
                        michael f becker
                        wrote on last edited by
                        #55

                        I'm actually working on learning how to right now. :)

                        1 Reply Last reply
                        0
                        • L Link2600

                          Just curious, how many people here still develop apps in Win32 with C/C++? Not WinForm or even MFC, I mean good old fashion WIN32 API with C/C++. Anyone?

                          ======================================= A goal without a plan remains a dream. =======================================

                          G Offline
                          G Offline
                          GianniGP
                          wrote on last edited by
                          #56

                          Hi. Me too. In all my 20 years of programming, I built my own "framework" and "functions library" in C and Win32. Why have I to throw them away? We can help each other? :omg: GianniGP. Bye.

                          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