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

    C Offline
    C Offline
    cmk
    wrote on last edited by
    #22

    For PDA dev i use a mix of Win32 and MFC. For desktop/server i use a framework i developed years ago that wraps Win32. ...cmk Save the whales - collect the whole set

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

      C Offline
      C Offline
      curt powell
      wrote on last edited by
      #23

      Absolutely! Low-level code (drivers, services).

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

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

        I still use a lot of raw Win32 API and C, but I'm also becoming a game programmer using OpenGL and a multimedia library I'm working on. For normal, data-driven apps, I'd probably use something higher level though, but for games, I have the need for speed. :cool: Also, I do like being able to make the occasional app with no dependencies either.

        Jeremy Falcon

        1 Reply Last reply
        0
        • C Christian Graus

          For *real* old fashioned, you should have said 'just C'. Either way, looks like you found the only guy. Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

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

          Christian Graus wrote:

          Either way, looks like you found the only guy.

          I'm in the same crowd. That makes three! Woo Hoo. :laugh:

          Jeremy Falcon

          E 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. =======================================

            J Offline
            J Offline
            jewell
            wrote on last edited by
            #26

            I use the correct tool to solve the problem. So yes, if the problem calls for C/C++ and Win32, then that is what I use.

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

              J Offline
              J Offline
              Jason J Neigh
              wrote on last edited by
              #27

              Me too. And I know 4 others not reading this.

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

                C Offline
                C Offline
                Christopher Lloyd
                wrote on last edited by
                #28

                It's all I use, even for big apps. But then all my work involves real time image manipulation and for a lot of that I use assembler - so C++ and Win32 feels really high-level to me! Also I like the total lack of dependency. All my apps run on all 32 bit versions of Windows using a single exe (OK, I do use delayload so I can take advantage of new features). Finally, maybe I'm just too old and stuck in my ways. (I started my progamming career writing a GUI for the PC in C, this was a long time ago - before Windows even existed). And somehow I can never find the time to learn all the new libraries - but then it seems to me you finished learning one and 3 new ones come out!

                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
                  stephen hazel
                  wrote on last edited by
                  #29

                  me too! working on a midi sequencer (song editor) http://shazware.com/ditty/ And a few utility apps and such. That's home programming though. Not at work. But exclusively Win32 API and C++ at home. ...Steve

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

                    A Offline
                    A Offline
                    ajdiaz
                    wrote on last edited by
                    #30

                    Only to write viruses and hacking tools. Win32 C++ is the best!

                    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
                      Todd Smith
                      wrote on last edited by
                      #31

                      Me ... unfortunately.

                      Todd Smith

                      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
                        schaffs
                        wrote on last edited by
                        #32

                        I have but recently graduated to a broader audience and usability found in java servlets! I still can and will if needed. There's alot less need for custom Win32 C apps where I am these days.

                        1 Reply Last reply
                        0
                        • C Christian Graus

                          For *real* old fashioned, you should have said 'just C'. Either way, looks like you found the only guy. Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

                          D Offline
                          D Offline
                          doug4350
                          wrote on last edited by
                          #33

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

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

                            I used to make DOS programs using Borland Turbo C 2.0, then in Borland C++ 3.1 (but I only used C since I didn't know C++) but gave that up about 1995. I switched to Visual Basic (go ahead, laugh!) because I didn't want to waste time coding forms, so VB was good for me because I could design my forms easily, and then concentrate on my program. Now though, I've given VB up, and I'm now doing Visual C# 2005 which is fantastic because it's back to a the C-like syntax that I loved (I prefered it over VB). So now I'm really happy :)

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

                              R Offline
                              R Offline
                              robasmith
                              wrote on last edited by
                              #35

                              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???

                              I A 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. =======================================

                                I Offline
                                I Offline
                                InOut NET
                                wrote on last edited by
                                #36

                                Ever heard abount XBase++ (Clipper)? My partner wrote a IDE and framework for it to work in windows ages ago (Win3.1 days). If he try to go to a more modern language, he commits himself to the project, but then fails to deliver and always fall back to developing the software in his XBase framework. He can't program in C++ and XBase is te only thing that he knows and feel comortable with. So, the question is How many people still program in languages designed before the 80's?....

                                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???

                                  I Offline
                                  I Offline
                                  InOut NET
                                  wrote on last edited by
                                  #37

                                  robasmith wrote:

                                  Yes, No, No, No, do you seriously consider yourself to be a programmer!!!????

                                  YES i do. You get tecnical programmers that do the proramming for the behind the scenes, and you get business programmers (if i could call them that) that program to deliver the final product - doing so in a framework developed by the techical coders. The need for prorammers to do last 3 tasks you listed are obsolete. Why waste time redesigning the wheel? Just put on a goodyear tyre and chrome it.

                                  1 Reply Last reply
                                  0
                                  • J Jeremy Falcon

                                    Christian Graus wrote:

                                    Either way, looks like you found the only guy.

                                    I'm in the same crowd. That makes three! Woo Hoo. :laugh:

                                    Jeremy Falcon

                                    E Offline
                                    E Offline
                                    eldar_2001
                                    wrote on last edited by
                                    #38

                                    I'm in the same crowd too, so take me into account:)

                                    J 1 Reply Last reply
                                    0
                                    • E eldar_2001

                                      I'm in the same crowd too, so take me into account:)

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

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

                                      Jeremy Falcon

                                      G 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. =======================================

                                        M Offline
                                        M Offline
                                        Majesty Of Schizophrenia
                                        wrote on last edited by
                                        #40

                                        I learnt C/C++ basically and I studied C#. But .NET is nothing against "WIN32 & C". I will develop my every application with C and C++ with MFC than .NET, is it good? :confused:

                                        Majesty Of Schizophrenia Sönmez Kartal

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

                                          I Offline
                                          I Offline
                                          I_am_achilles
                                          wrote on last edited by
                                          #41

                                          Count me in! Sometimes it's not required to do it, so you do it as fun! and sometimes you need to do it; and this is the time you prefer the dentist's torture!!! but it's fun making the wheel!!! Yeah, count_me_in++:cool:

                                          Signature? what signature!? This is me!!

                                          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