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. C# Or Visual C?

C# Or Visual C?

Scheduled Pinned Locked Moved The Lounge
c++questioncsharpdelphilinux
35 Posts 18 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.
  • J Joseph LeBlanc

    Hello, I'm a hobby programmer, I'm 18 and I've been programming for the past 4 years or so. I started out with Turbo Pascal 7 on dos, then moved to linux and c, and now I have a growing interest in windows programming (i've since abandoned linux as a desktop os and moved to win2k/xp). Unfortuneatly I'm not quite sure where to begin programming on windows. I've used visual c++ 6 to make a few programs, just some simple dialog apps and an SDI app or too. Nothing overly complicated. However C# has made me curious. I like the idea of a language that has the power of c++ and ease of use of vb however I'd like to learn what's going on "under the hood" of windows. I find the biggest problem I have when I'm trying to accomplish something in VC++ is the task seems to be trivial but I have no idea of exactly what I'm looking for so I spend more time trying to find an example of some sort and when I finally do, it usually doesn't work (I find unless you know what your doing the MSDN is rather useless, and I don't know what I'm doing most of time :)). So my question is what would be better to begin learning? Visual C++ or C#? Joseph LeBlanc,

    P Offline
    P Offline
    Paul Watson
    wrote on last edited by
    #2

    You have confused me thoroughly... Do you want to learn more about programming or go hardcore under the hood 10 years experience kind of thing? If the former, C# If the later, C++ I would use C# Tells you a lot, doesn't it? :-D regards, Paul Watson Bluegrass Cape Town, South Africa "The greatest thing you will ever learn is to love, and be loved in return" - Moulin Rouge Martin Marvinski wrote: Unfortunatly Deep Throat isn't my cup of tea Do you Sonork? I do! 100.9903 Stormfront

    J 1 Reply Last reply
    0
    • J Joseph LeBlanc

      Hello, I'm a hobby programmer, I'm 18 and I've been programming for the past 4 years or so. I started out with Turbo Pascal 7 on dos, then moved to linux and c, and now I have a growing interest in windows programming (i've since abandoned linux as a desktop os and moved to win2k/xp). Unfortuneatly I'm not quite sure where to begin programming on windows. I've used visual c++ 6 to make a few programs, just some simple dialog apps and an SDI app or too. Nothing overly complicated. However C# has made me curious. I like the idea of a language that has the power of c++ and ease of use of vb however I'd like to learn what's going on "under the hood" of windows. I find the biggest problem I have when I'm trying to accomplish something in VC++ is the task seems to be trivial but I have no idea of exactly what I'm looking for so I spend more time trying to find an example of some sort and when I finally do, it usually doesn't work (I find unless you know what your doing the MSDN is rather useless, and I don't know what I'm doing most of time :)). So my question is what would be better to begin learning? Visual C++ or C#? Joseph LeBlanc,

      J Offline
      J Offline
      Jon Sagara
      wrote on last edited by
      #3

      If you really want to learn what's going on under the hood then buy this book. It focuses on C programming without MFC, etc... Learning MFC wouldn't hurt, though. That's how I started out. :) Good luck, Jon Sagara What about :bob:? "Teve Torbes, I've only got one thing to say to you: Tuck Off!" -- Dob Bole

      1 Reply Last reply
      0
      • P Paul Watson

        You have confused me thoroughly... Do you want to learn more about programming or go hardcore under the hood 10 years experience kind of thing? If the former, C# If the later, C++ I would use C# Tells you a lot, doesn't it? :-D regards, Paul Watson Bluegrass Cape Town, South Africa "The greatest thing you will ever learn is to love, and be loved in return" - Moulin Rouge Martin Marvinski wrote: Unfortunatly Deep Throat isn't my cup of tea Do you Sonork? I do! 100.9903 Stormfront

        J Offline
        J Offline
        Joseph LeBlanc
        wrote on last edited by
        #4

        Paul Watson wrote: You have confused me thoroughly... excellent. ;) Well, I mostly just want to be able to write windows applications that can actually do stuff, like play with COM, networking, or anything else cool but I also want to be able to really play with the OS. I don't really like VB because it hides away too much of what's going on. So I guess I want a little bit of both worlds :) Joseph LeBlanc

        Z N 2 Replies Last reply
        0
        • J Joseph LeBlanc

          Hello, I'm a hobby programmer, I'm 18 and I've been programming for the past 4 years or so. I started out with Turbo Pascal 7 on dos, then moved to linux and c, and now I have a growing interest in windows programming (i've since abandoned linux as a desktop os and moved to win2k/xp). Unfortuneatly I'm not quite sure where to begin programming on windows. I've used visual c++ 6 to make a few programs, just some simple dialog apps and an SDI app or too. Nothing overly complicated. However C# has made me curious. I like the idea of a language that has the power of c++ and ease of use of vb however I'd like to learn what's going on "under the hood" of windows. I find the biggest problem I have when I'm trying to accomplish something in VC++ is the task seems to be trivial but I have no idea of exactly what I'm looking for so I spend more time trying to find an example of some sort and when I finally do, it usually doesn't work (I find unless you know what your doing the MSDN is rather useless, and I don't know what I'm doing most of time :)). So my question is what would be better to begin learning? Visual C++ or C#? Joseph LeBlanc,

          C Offline
          C Offline
          Chris Losinger
          wrote on last edited by
          #5

          Tough question. C# has been around for less than a year (roughly, whatever). But C++ has been around for 22 years. The amount of info available on C++ is many times what you'll find with C#. If you try C#, you'll be learning it at the same time as everyone else in the world. The learning curve for C# may or may not be shorter than that for C++... I have O'Reilly's "C# Essentials" in front of me right now and I'm not convinced it's much simpler than C++. -c


          Smaller Animals Software, Inc.

          P J 2 Replies Last reply
          0
          • J Joseph LeBlanc

            Hello, I'm a hobby programmer, I'm 18 and I've been programming for the past 4 years or so. I started out with Turbo Pascal 7 on dos, then moved to linux and c, and now I have a growing interest in windows programming (i've since abandoned linux as a desktop os and moved to win2k/xp). Unfortuneatly I'm not quite sure where to begin programming on windows. I've used visual c++ 6 to make a few programs, just some simple dialog apps and an SDI app or too. Nothing overly complicated. However C# has made me curious. I like the idea of a language that has the power of c++ and ease of use of vb however I'd like to learn what's going on "under the hood" of windows. I find the biggest problem I have when I'm trying to accomplish something in VC++ is the task seems to be trivial but I have no idea of exactly what I'm looking for so I spend more time trying to find an example of some sort and when I finally do, it usually doesn't work (I find unless you know what your doing the MSDN is rather useless, and I don't know what I'm doing most of time :)). So my question is what would be better to begin learning? Visual C++ or C#? Joseph LeBlanc,

            C Offline
            C Offline
            ColinDavies
            wrote on last edited by
            #6

            Hello First of you are not just a Hobby Programmer but you are a Real Hobby Programmer because you are using real languages. I think its useful to have two programming Skill sets, so if possible, and you seem interested why not have both the skills of C++ and C#. Plus keeping your C skills up to date is not a bad idea. I believe learning about what is going on under the hood will be more difficult with C# than with C++, however predictably there will be more employment opportunities in the near future for C# than C++. But as an example the DocView architecture that the VC++ wizards create for you is an incredibly large amount of backend code, whilst many programmers use it, I doubt many programmerws fully understand it. They just use the parts of it they need and undestand what they need. A big factor in OOP is reusibility and if we want to get thinks developed fast using reusibility we jsut have to accept that other code does work. I'm not suggesting that you should never examine the internals of MFC or other 3rd party Code whether out of interest or for higher learning, but I am suggesting that we must accept that other code does in fact work. Just my 2 cents. :-) Regardz Colin J Davies

            Sonork ID 100.9197:Colin

            I live in Bob's HungOut now

            A good example of "Fully Managed" coding

            1 Reply Last reply
            0
            • C Chris Losinger

              Tough question. C# has been around for less than a year (roughly, whatever). But C++ has been around for 22 years. The amount of info available on C++ is many times what you'll find with C#. If you try C#, you'll be learning it at the same time as everyone else in the world. The learning curve for C# may or may not be shorter than that for C++... I have O'Reilly's "C# Essentials" in front of me right now and I'm not convinced it's much simpler than C++. -c


              Smaller Animals Software, Inc.

              P Offline
              P Offline
              Paul Watson
              wrote on last edited by
              #7

              Chris Losinger wrote: C# has been around for less than a year (roughly, whatever). But C++ has been around for 22 years. "I know a guy who has a car that is about 25 years old. It does not go anymore. My one year old car goes just fine. Age does not mean anything." :-D I could say that was an ancient chinese proverb, but that would be a lie... regards, Paul Watson Bluegrass Cape Town, South Africa "The greatest thing you will ever learn is to love, and be loved in return" - Moulin Rouge Martin Marvinski wrote: Unfortunatly Deep Throat isn't my cup of tea Do you Sonork? I do! 100.9903 Stormfront

              F 1 Reply Last reply
              0
              • J Joseph LeBlanc

                Paul Watson wrote: You have confused me thoroughly... excellent. ;) Well, I mostly just want to be able to write windows applications that can actually do stuff, like play with COM, networking, or anything else cool but I also want to be able to really play with the OS. I don't really like VB because it hides away too much of what's going on. So I guess I want a little bit of both worlds :) Joseph LeBlanc

                Z Offline
                Z Offline
                Zyxil
                wrote on last edited by
                #8

                Since you're 18 and like programming, you probably want to pursue it as a career. You can make applications that do any of the things that you want with either C# or C++ (except you can't really play with COM with C#, but the CLR does the things that COM does in different ways). The .net platform is MS's target programming environment for the foreseeable future, it is where they will be placing their focus and $$$. Corporate and private shops will make the switch, it is even rumored that the .net framework is in w2k sp3, the next os releases will definitely include it. There will be work for both platforms (managed vs. unmanaged code) for many years yet, but it will probably become easier to stay employed by focusing on C#. __ One important thing: It doesn't really matter what language you choose. The larger issues with professional programming have to do with design. Learn Object Oriented Design. Learn the basics about more than one modeling language (start with UML). Learn to code to popular coding standards. The language is job skills 101, the more advanced topics are what will really make you a professional. -John

                Brian C HartB 1 Reply Last reply
                0
                • P Paul Watson

                  Chris Losinger wrote: C# has been around for less than a year (roughly, whatever). But C++ has been around for 22 years. "I know a guy who has a car that is about 25 years old. It does not go anymore. My one year old car goes just fine. Age does not mean anything." :-D I could say that was an ancient chinese proverb, but that would be a lie... regards, Paul Watson Bluegrass Cape Town, South Africa "The greatest thing you will ever learn is to love, and be loved in return" - Moulin Rouge Martin Marvinski wrote: Unfortunatly Deep Throat isn't my cup of tea Do you Sonork? I do! 100.9903 Stormfront

                  F Offline
                  F Offline
                  Fazlul Kabir
                  wrote on last edited by
                  #9

                  Paul Watson wrote: Age does not mean anything." I guess Chris was referring to the amount of resources that are built over the last 22 years or so in C++. // Fazlul


                  Get RadVC today! Play RAD in VC++ http://www.capitolsoft.com

                  P 1 Reply Last reply
                  0
                  • F Fazlul Kabir

                    Paul Watson wrote: Age does not mean anything." I guess Chris was referring to the amount of resources that are built over the last 22 years or so in C++. // Fazlul


                    Get RadVC today! Play RAD in VC++ http://www.capitolsoft.com

                    P Offline
                    P Offline
                    Paul Watson
                    wrote on last edited by
                    #10

                    Fazlul Kabir wrote: Paul Watson wrote: Age does not mean anything." I guess Chris was referring to the amount of resources that are built over the last 22 years or so in C++. *throws my hands up in the air* I should have put a more explicit humour alert in my post than the chinese proverb bit. regards, Paul Watson Bluegrass Cape Town, South Africa "The greatest thing you will ever learn is to love, and be loved in return" - Moulin Rouge Martin Marvinski wrote: Unfortunatly Deep Throat isn't my cup of tea Do you Sonork? I do! 100.9903 Stormfront

                    N 1 Reply Last reply
                    0
                    • C Chris Losinger

                      Tough question. C# has been around for less than a year (roughly, whatever). But C++ has been around for 22 years. The amount of info available on C++ is many times what you'll find with C#. If you try C#, you'll be learning it at the same time as everyone else in the world. The learning curve for C# may or may not be shorter than that for C++... I have O'Reilly's "C# Essentials" in front of me right now and I'm not convinced it's much simpler than C++. -c


                      Smaller Animals Software, Inc.

                      J Offline
                      J Offline
                      Joseph LeBlanc
                      wrote on last edited by
                      #11

                      Chris Losinger wrote: If you try C#, you'll be learning it at the same time as everyone else in the world. That I think is definitely a reason to begin with C#. Chris Losinger wrote: The learning curve for C# may or may not be shorter than that for C++... I have O'Reilly's "C# Essentials" in front of me right now and I'm not convinced it's much simpler than C++. Well it's not really the *language* that I'm concerned with, it's more the method of programming. I like the developement environment of vb and delphi, where you access all the properties of an object by .property to change. Making setting the text on a label as easy as Label1.Caption="label caption". Isn't C# supposed to provide an environment similar to that only provide the same programming power/functionality of C++? I have used C++ before (I'm far from being a guru) and I found learning it wasn't very difficult. Joseph LeBlanc

                      F 1 Reply Last reply
                      0
                      • J Joseph LeBlanc

                        Chris Losinger wrote: If you try C#, you'll be learning it at the same time as everyone else in the world. That I think is definitely a reason to begin with C#. Chris Losinger wrote: The learning curve for C# may or may not be shorter than that for C++... I have O'Reilly's "C# Essentials" in front of me right now and I'm not convinced it's much simpler than C++. Well it's not really the *language* that I'm concerned with, it's more the method of programming. I like the developement environment of vb and delphi, where you access all the properties of an object by .property to change. Making setting the text on a label as easy as Label1.Caption="label caption". Isn't C# supposed to provide an environment similar to that only provide the same programming power/functionality of C++? I have used C++ before (I'm far from being a guru) and I found learning it wasn't very difficult. Joseph LeBlanc

                        F Offline
                        F Offline
                        Fazlul Kabir
                        wrote on last edited by
                        #12

                        Joseph LeBlanc wrote: Well it's not really the *language* that I'm concerned with, it's more the method of programming. I like the developement environment of vb and delphi, where you access all the properties of an object by .property to change. Making setting the text on a label as easy as Label1.Caption="label caption". The .property way (aka Delphi/VB way ) of programming is not specific to C# language. You can perfectly have that feature, including other RAD (Rapid Application Development) /CBD (Component Based Development) features in C++ too. Check Capitolsoft's RadVC and Borland's C++ Builder for proof. // Fazlul

                        J 1 Reply Last reply
                        0
                        • J Joseph LeBlanc

                          Hello, I'm a hobby programmer, I'm 18 and I've been programming for the past 4 years or so. I started out with Turbo Pascal 7 on dos, then moved to linux and c, and now I have a growing interest in windows programming (i've since abandoned linux as a desktop os and moved to win2k/xp). Unfortuneatly I'm not quite sure where to begin programming on windows. I've used visual c++ 6 to make a few programs, just some simple dialog apps and an SDI app or too. Nothing overly complicated. However C# has made me curious. I like the idea of a language that has the power of c++ and ease of use of vb however I'd like to learn what's going on "under the hood" of windows. I find the biggest problem I have when I'm trying to accomplish something in VC++ is the task seems to be trivial but I have no idea of exactly what I'm looking for so I spend more time trying to find an example of some sort and when I finally do, it usually doesn't work (I find unless you know what your doing the MSDN is rather useless, and I don't know what I'm doing most of time :)). So my question is what would be better to begin learning? Visual C++ or C#? Joseph LeBlanc,

                          E Offline
                          E Offline
                          Eric Gunnerson msft
                          wrote on last edited by
                          #13

                          I'm a C# language guy, so my advice won't be impartial (though I was a C++ guy for years before that). I think C# is a lot easier to learn than C++. While C# is simpler than C++ from a language perspective, it's still a fairly complex language (though you don't have to learn things like templates). It's a bit more regular and consistent than C++, as well. I think the big reason to choose C# is that the libraries are a lot easier to learn. The .NET frameworks will do most of what you want to do, and if you learn how one works, it's easy to apply that elsewhere. That's not true in the C++ world; the C runtime library does things differently than the C++ library, which does things differently than MFC, ATL, etc. If you're serious about being a programmer, it's really a question of what language you learn *first*. Different languages are different tools, and are good at different things. If you can afford it, I'd suggest getting a copy of VS.NET. It makes doing coding in C# a whole lot nicer. If that's not practical, there are some freeware environments out there that also do C# stuff, and the C# compiler comes free with the frameworks. Hope this helps... Eric Gunnerson, C# Program Manager, very happy to have shipped.

                          B 1 Reply Last reply
                          0
                          • C Christian Graus

                            At the end of the day C# remains an unproven entity. Your best bet is to learn C++, for starters because of the body of free resources you can get your hands on, and keep a door open for C#, in case M$ manages to kill C++, which I am sure is their aim, but I doubt will happen in the foreseeable future. Christian I have come to clean zee pooollll. - Michael Martin Dec 30, 2001

                            Sonork ID 100.10002:MeanManOz

                            I live in Bob's HungOut now

                            F Offline
                            F Offline
                            Fazlul Kabir
                            wrote on last edited by
                            #14

                            ****Christian Graus wrote: M$ manages to kill C++, which I am sure is their aim Here comes the conspiracy theory, again.. // Fazlul


                            Get RadVC today! Play RAD in VC++ http://www.capitolsoft.com

                            C 1 Reply Last reply
                            0
                            • J Joseph LeBlanc

                              Hello, I'm a hobby programmer, I'm 18 and I've been programming for the past 4 years or so. I started out with Turbo Pascal 7 on dos, then moved to linux and c, and now I have a growing interest in windows programming (i've since abandoned linux as a desktop os and moved to win2k/xp). Unfortuneatly I'm not quite sure where to begin programming on windows. I've used visual c++ 6 to make a few programs, just some simple dialog apps and an SDI app or too. Nothing overly complicated. However C# has made me curious. I like the idea of a language that has the power of c++ and ease of use of vb however I'd like to learn what's going on "under the hood" of windows. I find the biggest problem I have when I'm trying to accomplish something in VC++ is the task seems to be trivial but I have no idea of exactly what I'm looking for so I spend more time trying to find an example of some sort and when I finally do, it usually doesn't work (I find unless you know what your doing the MSDN is rather useless, and I don't know what I'm doing most of time :)). So my question is what would be better to begin learning? Visual C++ or C#? Joseph LeBlanc,

                              C Offline
                              C Offline
                              Christian Graus
                              wrote on last edited by
                              #15

                              At the end of the day C# remains an unproven entity. Your best bet is to learn C++, for starters because of the body of free resources you can get your hands on, and keep a door open for C#, in case M$ manages to kill C++, which I am sure is their aim, but I doubt will happen in the foreseeable future. Christian I have come to clean zee pooollll. - Michael Martin Dec 30, 2001

                              Sonork ID 100.10002:MeanManOz

                              I live in Bob's HungOut now

                              F V N 3 Replies Last reply
                              0
                              • E Eric Gunnerson msft

                                I'm a C# language guy, so my advice won't be impartial (though I was a C++ guy for years before that). I think C# is a lot easier to learn than C++. While C# is simpler than C++ from a language perspective, it's still a fairly complex language (though you don't have to learn things like templates). It's a bit more regular and consistent than C++, as well. I think the big reason to choose C# is that the libraries are a lot easier to learn. The .NET frameworks will do most of what you want to do, and if you learn how one works, it's easy to apply that elsewhere. That's not true in the C++ world; the C runtime library does things differently than the C++ library, which does things differently than MFC, ATL, etc. If you're serious about being a programmer, it's really a question of what language you learn *first*. Different languages are different tools, and are good at different things. If you can afford it, I'd suggest getting a copy of VS.NET. It makes doing coding in C# a whole lot nicer. If that's not practical, there are some freeware environments out there that also do C# stuff, and the C# compiler comes free with the frameworks. Hope this helps... Eric Gunnerson, C# Program Manager, very happy to have shipped.

                                B Offline
                                B Offline
                                Brigg Thorp
                                wrote on last edited by
                                #16

                                If you can afford it, I'd suggest getting a copy of VS.NET. DOH! Insert shameless Microsoft plug here!!! :) Brigg Thorp Software Engineer Timex Corporation

                                E 1 Reply Last reply
                                0
                                • C Christian Graus

                                  At the end of the day C# remains an unproven entity. Your best bet is to learn C++, for starters because of the body of free resources you can get your hands on, and keep a door open for C#, in case M$ manages to kill C++, which I am sure is their aim, but I doubt will happen in the foreseeable future. Christian I have come to clean zee pooollll. - Michael Martin Dec 30, 2001

                                  Sonork ID 100.10002:MeanManOz

                                  I live in Bob's HungOut now

                                  V Offline
                                  V Offline
                                  VisualSee
                                  wrote on last edited by
                                  #17

                                  >>in case M$ manages to kill C++<< I doubt that. Microsoft has one of the most popular implementations of C++. Get rid of that and I'm sure they'll have a lot of unhappy developers on their hands.

                                  C 1 Reply Last reply
                                  0
                                  • F Fazlul Kabir

                                    Joseph LeBlanc wrote: Well it's not really the *language* that I'm concerned with, it's more the method of programming. I like the developement environment of vb and delphi, where you access all the properties of an object by .property to change. Making setting the text on a label as easy as Label1.Caption="label caption". The .property way (aka Delphi/VB way ) of programming is not specific to C# language. You can perfectly have that feature, including other RAD (Rapid Application Development) /CBD (Component Based Development) features in C++ too. Check Capitolsoft's RadVC and Borland's C++ Builder for proof. // Fazlul

                                    J Offline
                                    J Offline
                                    Joseph LeBlanc
                                    wrote on last edited by
                                    #18

                                    Fazlul Kabir wrote: The .property way (aka Delphi/VB way ) of programming is not specific to C# language. You can perfectly have that feature, including other RAD (Rapid Application Development) /CBD (Component Based Development) features in C++ too. Check Capitolsoft's RadVC and Borland's C++ Builder for proof. How widely used are these tools though compared to Microsofts? Looking at this from a career point of view, would it be better to learn to use Microsoft tools (if they are the defacto-standard)? Or is this not really an issue? Joseph LeBlanc

                                    F 1 Reply Last reply
                                    0
                                    • V VisualSee

                                      >>in case M$ manages to kill C++<< I doubt that. Microsoft has one of the most popular implementations of C++. Get rid of that and I'm sure they'll have a lot of unhappy developers on their hands.

                                      C Offline
                                      C Offline
                                      Christian Graus
                                      wrote on last edited by
                                      #19

                                      VisualSee wrote: >>in case M$ manages to kill C++<< I doubt that. Microsoft has one of the most popular implementations of C++. Get rid of that and I'm sure they'll have a lot of unhappy developers on their hands. You're living in a fantasy. Here are the facts. 1/ Microsoft has one of the WORST C++ compilers in terms of compliance with the standard 2/ Microsoft are releasing a new language, which no-one actually *needs*, after losing a court case with Sun and thus no longer shipping Java 3/ Microsoft is in pursuit of monopoly. 4/ They have hired a guy known in the C++ world to 'oversee' standards conformance, and he is writing books on C# and taking the road to train people in C#. It's clear they are making an each way bet, but the future is C#, baby. No more annoying cross platform apps, no more annoying standards that they cannot conform to, and change will be gradual. Already the most lemming like developers are ditching C++, more will follow. Christian I have come to clean zee pooollll. - Michael Martin Dec 30, 2001

                                      Sonork ID 100.10002:MeanManOz

                                      I live in Bob's HungOut now

                                      L V 2 Replies Last reply
                                      0
                                      • C Christian Graus

                                        At the end of the day C# remains an unproven entity. Your best bet is to learn C++, for starters because of the body of free resources you can get your hands on, and keep a door open for C#, in case M$ manages to kill C++, which I am sure is their aim, but I doubt will happen in the foreseeable future. Christian I have come to clean zee pooollll. - Michael Martin Dec 30, 2001

                                        Sonork ID 100.10002:MeanManOz

                                        I live in Bob's HungOut now

                                        N Offline
                                        N Offline
                                        Nemanja Trifunovic
                                        wrote on last edited by
                                        #20

                                        ****Christian Graus wrote: in case M$ manages to kill C++, which I am sure is their aim, :suss: And what are they going to use to make next Windows, Office, IE, etc? Even .Net was coded with C++. I vote pro drink :beer:

                                        C M V 3 Replies Last reply
                                        0
                                        • N Nemanja Trifunovic

                                          ****Christian Graus wrote: in case M$ manages to kill C++, which I am sure is their aim, :suss: And what are they going to use to make next Windows, Office, IE, etc? Even .Net was coded with C++. I vote pro drink :beer:

                                          C Offline
                                          C Offline
                                          Christian Graus
                                          wrote on last edited by
                                          #21

                                          The point is not what THEY code with, but what they want US to code with. Why create a new language ( well, copy Java anyhows ) if you are going to encourage people to keep using the old ones ? They already *had* VB - why do they need two languages if they are going to support C++ as well. Can someone tell me when VB.NET is a better choice and when C# is a better choice ? Christian I have come to clean zee pooollll. - Michael Martin Dec 30, 2001

                                          Sonork ID 100.10002:MeanManOz

                                          I live in Bob's HungOut now

                                          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