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. About VC.NET

About VC.NET

Scheduled Pinned Locked Moved The Lounge
csharpc++question
16 Posts 9 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.
  • N Nemanja Trifunovic

    Both have their own purposes. C++ is best suited for web applications, scripts, and corporate business applications C# shines for system programming, scientific apps, CAD, games and embedded programming. (Gosh, that was evil. :rolleyes: )


    My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.

    M Offline
    M Offline
    Maximilien
    wrote on last edited by
    #7

    :evil: !!!


    Maximilien Lincourt Your Head A Splode - Strong Bad

    1 Reply Last reply
    0
    • N Nemanja Trifunovic

      Both have their own purposes. C++ is best suited for web applications, scripts, and corporate business applications C# shines for system programming, scientific apps, CAD, games and embedded programming. (Gosh, that was evil. :rolleyes: )


      My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.

      J Offline
      J Offline
      Jerry Hammond
      wrote on last edited by
      #8

      Oh lordy! :laugh:

      Contrary to the cliche, genuinely nice guys most often finish first or very near it.--Malcolm Forbes

      Toasty0.com

      1 Reply Last reply
      0
      • N Nemanja Trifunovic

        Both have their own purposes. C++ is best suited for web applications, scripts, and corporate business applications C# shines for system programming, scientific apps, CAD, games and embedded programming. (Gosh, that was evil. :rolleyes: )


        My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.

        P Offline
        P Offline
        palbano
        wrote on last edited by
        #9

        You rotten mean spirited jokester… I like you!

        "No matter where you go, there your are." - Buckaroo Banzai

        -pete

        1 Reply Last reply
        0
        • L Lost User

          U serious ? I always thought the other way :) Have a great day ahead! Regards, Sohail Kadiwala

          D Offline
          D Offline
          Daniel Turini
          wrote on last edited by
          #10

          Re-read the post and pay attention to the small chars :) Yes, even I am blogging now!

          1 Reply Last reply
          0
          • L Lost User

            Hi there, I wanted to know if C# is better than VC++.NET (heard few people whispering that C# is better) Also are people widely using VC++.NET like VC++ 6.0? Have a great day ahead! Regards, Sohail Kadiwala

            M Offline
            M Offline
            Michael P Butler
            wrote on last edited by
            #11

            sohailkadiwala wrote: Also are people widely using VC++.NET like VC++ 6.0? I only have one project that I still use VC++ 6 for. It uses too many third party libraries for me to spend the time and money to convert it. All my other C++ projects (4) have been converted to use VS.NET 2003. All new stuff is being developed in C# apart from my CTI technology which is still C++ because TAPI and the other various CTI apis are much easier to use native. However all my apps that use CTI are C# apps, either using COM interop or a IP listener to receive and set CTI events. I don't know if C# is better than say C++/MFC, but I find it quicker and easier to develop with. Not to mention it gives me access to great technology like MyXaml and ASP.NET Michael CP Blog [^]

            L R 2 Replies Last reply
            0
            • M Michael P Butler

              sohailkadiwala wrote: Also are people widely using VC++.NET like VC++ 6.0? I only have one project that I still use VC++ 6 for. It uses too many third party libraries for me to spend the time and money to convert it. All my other C++ projects (4) have been converted to use VS.NET 2003. All new stuff is being developed in C# apart from my CTI technology which is still C++ because TAPI and the other various CTI apis are much easier to use native. However all my apps that use CTI are C# apps, either using COM interop or a IP listener to receive and set CTI events. I don't know if C# is better than say C++/MFC, but I find it quicker and easier to develop with. Not to mention it gives me access to great technology like MyXaml and ASP.NET Michael CP Blog [^]

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

              Very informative. Thanks Michael, ------------------------------ Have a great day ahead! Regards, Sohail Kadiwala

              1 Reply Last reply
              0
              • N Nemanja Trifunovic

                Both have their own purposes. C++ is best suited for web applications, scripts, and corporate business applications C# shines for system programming, scientific apps, CAD, games and embedded programming. (Gosh, that was evil. :rolleyes: )


                My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.

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

                That was sneaky, underhanded and devious. Well done ! :laugh: Elaine (admiring fluffy tigress) The tigress is here :-D

                1 Reply Last reply
                0
                • L Lost User

                  Hey Carlos, Good to hear that. Even I can't stop using VC++ 6.0 Would definately like to work on VC.NET. But what I am concerned with is "What is the future of VC++"? Will other technologies take over it? Have a great day ahead! Regards, Sohail Kadiwala

                  C Offline
                  C Offline
                  Carlos Antollini
                  wrote on last edited by
                  #14

                  I believe that VC++ never will die. The visual Studio will improve but only to other languages like something called VB.NET, ASP.NET, ADO.NET, VC++ is too standard to change. The problem will be if MS starts to hide the new versions of the c compilers, for example a compiler to 64bits or greater. I believe that the evolution in VC++ are in the classes. Here in Code Project we are helping with that VC++ Improvement.;) I think that microsoft feels the same becuase the Redmond guys published the VC toolkit, that include the last versión of the compiler. Regards Carlos Antollini Do you know piFive[^] ?

                  1 Reply Last reply
                  0
                  • M Michael P Butler

                    sohailkadiwala wrote: Also are people widely using VC++.NET like VC++ 6.0? I only have one project that I still use VC++ 6 for. It uses too many third party libraries for me to spend the time and money to convert it. All my other C++ projects (4) have been converted to use VS.NET 2003. All new stuff is being developed in C# apart from my CTI technology which is still C++ because TAPI and the other various CTI apis are much easier to use native. However all my apps that use CTI are C# apps, either using COM interop or a IP listener to receive and set CTI events. I don't know if C# is better than say C++/MFC, but I find it quicker and easier to develop with. Not to mention it gives me access to great technology like MyXaml and ASP.NET Michael CP Blog [^]

                    R Offline
                    R Offline
                    Rocky Moore
                    wrote on last edited by
                    #15

                    Michael P Butler wrote: I don't know if C# is better than say C++/MFC, but I find it quicker and easier to develop with. Not to mention it gives me access to great technology like MyXaml and ASP.NET Ooo Ooo Ooo.. And MUCH less debugging :) Rocky <>< www.HintsAndTips.com www.MyQuickPoll.com - 2004 Election poll is #33 www.GotTheAnswerToSpam.com "We plan for the future, we learn from the past, we live life in the present!"

                    M 1 Reply Last reply
                    0
                    • R Rocky Moore

                      Michael P Butler wrote: I don't know if C# is better than say C++/MFC, but I find it quicker and easier to develop with. Not to mention it gives me access to great technology like MyXaml and ASP.NET Ooo Ooo Ooo.. And MUCH less debugging :) Rocky <>< www.HintsAndTips.com www.MyQuickPoll.com - 2004 Election poll is #33 www.GotTheAnswerToSpam.com "We plan for the future, we learn from the past, we live life in the present!"

                      M Offline
                      M Offline
                      Michael P Butler
                      wrote on last edited by
                      #16

                      Rocky Moore wrote: And MUCH less debugging Don't talk to me about .NET debugging. I've just spent the last two days trying to figure out why a WinForm was becoming non-responsive. I certainly missed being able to step into the framework code like I could with MFC. Michael CP Blog [^]

                      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