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. General Programming
  3. C / C++ / MFC
  4. Want to Do This for a Living

Want to Do This for a Living

Scheduled Pinned Locked Moved C / C++ / MFC
questionlearningcsharpc++debugging
17 Posts 5 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.
  • D DragonHeart335

    Hi, I am new to this forum, but have been messing with programming for years. I have worked only a couple of computer jobs over the years, one after I completed a Novell Netware cert course (yeah, I know, dinosaur. lol) and one for a fella who wrote billing software code in C. My main employ has been in the remodeling trades and that has been why I have been in and out of this. (had to take care of my family, of course). But now I really want to get serious about this as it is really what I love. I have spent more time learning C than anything else. I dont know C++ very well yet and I really haven't written any apps in either langs as yet. I see that C# is the hot language now unless I am mistaken and my main question is: what should I concentrate my efforts on? Should I just write and debug as much as I can in what I know to hone my skills? Should I abandon C altogether and concentrate on C# specifically? And as far as finding work, should I frequent the bidding sites and post myself if I think I can do the job? I know you all have 'been there' so any advice would be welcome. THanks! Dave

    CPalliniC Offline
    CPalliniC Offline
    CPallini
    wrote on last edited by
    #2

    Why didn't you write apps? You should do it. The following is just my own personal opinion: I think you may find C jobs only if you wish to program for microcontrollers and C++ jobs are usually harder to find than C# ones. If you really love native programming languages then, study (and master) C/C++ but you should know you'll have to deal with a rather niche market.

    If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
    This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
    [My articles]

    In testa che avete, signor di Ceprano?

    D 1 Reply Last reply
    0
    • CPalliniC CPallini

      Why didn't you write apps? You should do it. The following is just my own personal opinion: I think you may find C jobs only if you wish to program for microcontrollers and C++ jobs are usually harder to find than C# ones. If you really love native programming languages then, study (and master) C/C++ but you should know you'll have to deal with a rather niche market.

      If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
      This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
      [My articles]

      D Offline
      D Offline
      DragonHeart335
      wrote on last edited by
      #3

      Thanks for the quick reply. Yeah, that is about what I thought. But should I just move to C# to make myself more marketable? Or do I need to master C++ first? And to writing apps, I guess I haven't done it due to a combination of laziness and lack of commitment. But that is going to change...after all, it IS the New Year!

      CPalliniC 1 Reply Last reply
      0
      • D DragonHeart335

        Thanks for the quick reply. Yeah, that is about what I thought. But should I just move to C# to make myself more marketable? Or do I need to master C++ first? And to writing apps, I guess I haven't done it due to a combination of laziness and lack of commitment. But that is going to change...after all, it IS the New Year!

        CPalliniC Offline
        CPalliniC Offline
        CPallini
        wrote on last edited by
        #4

        In my opinion you don't need to master C++ for moving to C# (moreover if you master C++ then probably you won't move to C#). So if you really like native languages then go on with C++. If you want to be 'more marketable' (or simply because you wish to learn a more 'evolving' language) go on with C#. And, of course, good luck!

        If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
        This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
        [My articles]

        In testa che avete, signor di Ceprano?

        L J 2 Replies Last reply
        0
        • CPalliniC CPallini

          In my opinion you don't need to master C++ for moving to C# (moreover if you master C++ then probably you won't move to C#). So if you really like native languages then go on with C++. If you want to be 'more marketable' (or simply because you wish to learn a more 'evolving' language) go on with C#. And, of course, good luck!

          If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
          This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
          [My articles]

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #5

          Hmmm, Any idea where all of these managed applications are? I have about 1500 software packages installed on various PC workstations/servers... (13 workstations and 3 servers) and only a small fraction (about 7%) of them are .NET managed applications. Its not like I am downloading native applications on purpose... its just that nearly everything I have seems to be implemented in a native language. (I perform routine security scans and collect PE image metrics from all workstations/servers.) Not really looking to enter a debate...Recently I've just been curious which large software companies are developing and distributing .NET managed software applications. Most of the major software I have from Adobe, Google, Apple, IBM, Qualcomm, Intel, VMware... is all native code. I replaced the Adobe PDF Reader on all of the workstations with the Foxit PDF reader... and it turns out to be native too. Even most of the day-to-day tools I am using like Putty,Immunity Debugger,WinDbg,Wireshark/WinPcap, Textpad, notepad++,Nero,VMware, OpenVPN and Subversion... are all native code. Of the small fraction of managed applications that I do I find on my network... many of them are actually from Microsoft Corporation. Best Wishes, -David Delaune

          CPalliniC D 2 Replies Last reply
          0
          • L Lost User

            Hmmm, Any idea where all of these managed applications are? I have about 1500 software packages installed on various PC workstations/servers... (13 workstations and 3 servers) and only a small fraction (about 7%) of them are .NET managed applications. Its not like I am downloading native applications on purpose... its just that nearly everything I have seems to be implemented in a native language. (I perform routine security scans and collect PE image metrics from all workstations/servers.) Not really looking to enter a debate...Recently I've just been curious which large software companies are developing and distributing .NET managed software applications. Most of the major software I have from Adobe, Google, Apple, IBM, Qualcomm, Intel, VMware... is all native code. I replaced the Adobe PDF Reader on all of the workstations with the Foxit PDF reader... and it turns out to be native too. Even most of the day-to-day tools I am using like Putty,Immunity Debugger,WinDbg,Wireshark/WinPcap, Textpad, notepad++,Nero,VMware, OpenVPN and Subversion... are all native code. Of the small fraction of managed applications that I do I find on my network... many of them are actually from Microsoft Corporation. Best Wishes, -David Delaune

            CPalliniC Offline
            CPalliniC Offline
            CPallini
            wrote on last edited by
            #6

            Randor wrote:

            Any idea where all of these managed applications are?

            I really don't know. But, at least here in Italy, it is far more easy to find a .NET job than a C++ one. So that was my personal two-cents bet about finding a job. :)

            If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
            This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
            [My articles]

            In testa che avete, signor di Ceprano?

            L 1 Reply Last reply
            0
            • CPalliniC CPallini

              Randor wrote:

              Any idea where all of these managed applications are?

              I really don't know. But, at least here in Italy, it is far more easy to find a .NET job than a C++ one. So that was my personal two-cents bet about finding a job. :)

              If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
              This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
              [My articles]

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #7

              Yeah, I am guessing that there must be hundreds of thousands of small businesses around the world that create in-house database software and other types of managed applications for their internal requirements. I have also noticed that there seems to be more managed jobs being listed these days. Best Wishes, -David Delaune

              CPalliniC 1 Reply Last reply
              0
              • L Lost User

                Yeah, I am guessing that there must be hundreds of thousands of small businesses around the world that create in-house database software and other types of managed applications for their internal requirements. I have also noticed that there seems to be more managed jobs being listed these days. Best Wishes, -David Delaune

                CPalliniC Offline
                CPalliniC Offline
                CPallini
                wrote on last edited by
                #8

                That was exactly my point. In any case it would be an advantage for him if other people, like you, give more enlighting. :)

                If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
                [My articles]

                In testa che avete, signor di Ceprano?

                1 Reply Last reply
                0
                • D DragonHeart335

                  Hi, I am new to this forum, but have been messing with programming for years. I have worked only a couple of computer jobs over the years, one after I completed a Novell Netware cert course (yeah, I know, dinosaur. lol) and one for a fella who wrote billing software code in C. My main employ has been in the remodeling trades and that has been why I have been in and out of this. (had to take care of my family, of course). But now I really want to get serious about this as it is really what I love. I have spent more time learning C than anything else. I dont know C++ very well yet and I really haven't written any apps in either langs as yet. I see that C# is the hot language now unless I am mistaken and my main question is: what should I concentrate my efforts on? Should I just write and debug as much as I can in what I know to hone my skills? Should I abandon C altogether and concentrate on C# specifically? And as far as finding work, should I frequent the bidding sites and post myself if I think I can do the job? I know you all have 'been there' so any advice would be welcome. THanks! Dave

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #9

                  Your first mistake is to ask the question in this forum, as all the answers will be based on our personal experiences and locality. What you really should spend time doing is looking at the job market in your local area to see what the requirements are. Employment agencies will sometimes also have some useful information to help you. Forget worrying about what is the latest hot language and concentrate on what employers are looking for.

                  Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

                  D 1 Reply Last reply
                  0
                  • L Lost User

                    Your first mistake is to ask the question in this forum, as all the answers will be based on our personal experiences and locality. What you really should spend time doing is looking at the job market in your local area to see what the requirements are. Employment agencies will sometimes also have some useful information to help you. Forget worrying about what is the latest hot language and concentrate on what employers are looking for.

                    Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

                    D Offline
                    D Offline
                    DragonHeart335
                    wrote on last edited by
                    #10

                    Well, that is actually my goal. The job boards for this area show a variety of requirements from SQL, C++ to PHP, etc. for web design. It seems like alot of the government-related jobs require .NET experience. I know everyone's experiences are unique to them, but I have been 'out of the game' for a long time and asking questions of people who are obviously doing it for a living gives me a 'feel' for the market. Thanks for all of the replies. They have been a tremendous help. :)

                    S 1 Reply Last reply
                    0
                    • L Lost User

                      Hmmm, Any idea where all of these managed applications are? I have about 1500 software packages installed on various PC workstations/servers... (13 workstations and 3 servers) and only a small fraction (about 7%) of them are .NET managed applications. Its not like I am downloading native applications on purpose... its just that nearly everything I have seems to be implemented in a native language. (I perform routine security scans and collect PE image metrics from all workstations/servers.) Not really looking to enter a debate...Recently I've just been curious which large software companies are developing and distributing .NET managed software applications. Most of the major software I have from Adobe, Google, Apple, IBM, Qualcomm, Intel, VMware... is all native code. I replaced the Adobe PDF Reader on all of the workstations with the Foxit PDF reader... and it turns out to be native too. Even most of the day-to-day tools I am using like Putty,Immunity Debugger,WinDbg,Wireshark/WinPcap, Textpad, notepad++,Nero,VMware, OpenVPN and Subversion... are all native code. Of the small fraction of managed applications that I do I find on my network... many of them are actually from Microsoft Corporation. Best Wishes, -David Delaune

                      D Offline
                      D Offline
                      DragonHeart335
                      wrote on last edited by
                      #11

                      It certainly seems that way to me, but, then again how can I tell if an app is .NET managed software? Also, I've heard that .NET software is slower than apps written in native/compiled code. BTW, if this is the wrong forum for this discussion, admin pls move.

                      CPalliniC L 2 Replies Last reply
                      0
                      • D DragonHeart335

                        It certainly seems that way to me, but, then again how can I tell if an app is .NET managed software? Also, I've heard that .NET software is slower than apps written in native/compiled code. BTW, if this is the wrong forum for this discussion, admin pls move.

                        CPalliniC Offline
                        CPalliniC Offline
                        CPallini
                        wrote on last edited by
                        #12

                        Usually 'code speed' of C++ is better than C# one. Usually 'code development speed' of C# is better than C++ one. BTW don't argue about these arguments at the pub or your life will be in serious danger.

                        If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                        This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
                        [My articles]

                        In testa che avete, signor di Ceprano?

                        D 1 Reply Last reply
                        0
                        • D DragonHeart335

                          It certainly seems that way to me, but, then again how can I tell if an app is .NET managed software? Also, I've heard that .NET software is slower than apps written in native/compiled code. BTW, if this is the wrong forum for this discussion, admin pls move.

                          L Offline
                          L Offline
                          Lost User
                          wrote on last edited by
                          #13

                          DragonHeart335 wrote:

                          if this is the wrong forum for this discussion

                          Strictly speaking this discussion belongs in The Lounge[^], as this forum is for C++ technical issues. However, as you are new to the site you are given a bit of leeway.

                          Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

                          1 Reply Last reply
                          0
                          • CPalliniC CPallini

                            Usually 'code speed' of C++ is better than C# one. Usually 'code development speed' of C# is better than C++ one. BTW don't argue about these arguments at the pub or your life will be in serious danger.

                            If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                            This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
                            [My articles]

                            D Offline
                            D Offline
                            DragonHeart335
                            wrote on last edited by
                            #14

                            LOL.

                            1 Reply Last reply
                            0
                            • D DragonHeart335

                              Well, that is actually my goal. The job boards for this area show a variety of requirements from SQL, C++ to PHP, etc. for web design. It seems like alot of the government-related jobs require .NET experience. I know everyone's experiences are unique to them, but I have been 'out of the game' for a long time and asking questions of people who are obviously doing it for a living gives me a 'feel' for the market. Thanks for all of the replies. They have been a tremendous help. :)

                              S Offline
                              S Offline
                              Stefan_Lang
                              wrote on last edited by
                              #15

                              I can see why governments want C#: they rarely care about performance, but they do want tools to automate work, and they want them now, not in two years. ;) Until now I've succesfully avoided C#, but I talk to C# developers all the time. I gathered that developing Windows applications, especially the UI and database parts, is considerably faster than anything you could put together with C++. That said, .NET means you're stuck with Windows and MS. Keep in mind when making your decision that you will be marrying Windows and MS together with the technology, for all the good or bad that brings. That may be of no consequence in the short run, but if MS ever moves it's focus - and Windows 8 (Metro) looks like they might - then demand for C# may drop. (just an uneducated guess - there's too little information yet to be sure)

                              D 1 Reply Last reply
                              0
                              • S Stefan_Lang

                                I can see why governments want C#: they rarely care about performance, but they do want tools to automate work, and they want them now, not in two years. ;) Until now I've succesfully avoided C#, but I talk to C# developers all the time. I gathered that developing Windows applications, especially the UI and database parts, is considerably faster than anything you could put together with C++. That said, .NET means you're stuck with Windows and MS. Keep in mind when making your decision that you will be marrying Windows and MS together with the technology, for all the good or bad that brings. That may be of no consequence in the short run, but if MS ever moves it's focus - and Windows 8 (Metro) looks like they might - then demand for C# may drop. (just an uneducated guess - there's too little information yet to be sure)

                                D Offline
                                D Offline
                                DragonHeart335
                                wrote on last edited by
                                #16

                                Well, that is what I figured. I don't think I could get an FBI clearance anyway to do the DoD stuff. lol. I feel that C/C++ is the defacto standard language and will be around for years to come. I mean, after all, C# was built with C++ syntax, correct? And most other popular languages use the 'C-style'. I did a little project in 1999 where I built a HTML search engine/parser using Perl. That was alot of fun. And Perl is another of those languages that is C-like (or more like scripted shorthand C). Its a cool language. I'm sure it wont be outdone by PHP, but we'll see. ;)

                                1 Reply Last reply
                                0
                                • CPalliniC CPallini

                                  In my opinion you don't need to master C++ for moving to C# (moreover if you master C++ then probably you won't move to C#). So if you really like native languages then go on with C++. If you want to be 'more marketable' (or simply because you wish to learn a more 'evolving' language) go on with C#. And, of course, good luck!

                                  If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                                  This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
                                  [My articles]

                                  J Offline
                                  J Offline
                                  JackDingler
                                  wrote on last edited by
                                  #17

                                  C# is likely to get you into programming for a living faster than C++. The C++ market is good for me right now, but I've been doing C/C++ since the 1980s. It was a tough market seven years ago, but evidently my competitors moved to C# and left a vacuum... But still my advice stands, in C# I think you're more likely to find work at a trainee level, which will get you working for a paycheck.

                                  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