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. Which platform?

Which platform?

Scheduled Pinned Locked Moved The Lounge
csharpc++javadotnetcom
119 Posts 50 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.
  • M Member 96

    C# or c++ either way you shouldn't have a problem in the next few years. It's a horrible way to select a tool though to do it by committee without any consideration of the time to market, technical requirements, intended target market etc etc. What you are describing is akin to a bunch of builders sitting around and discussing building a house and one guy says "use wood" another says "use stone" etc. It's more important to find out what the requirements are first, the rest should follow naturally. Personally I will never use c++ again, I think it's a dead language with many better options available now for software development (all .net based) but my primary requirement is always time to market and what I can do with limited resources. (I've written a *lot* of apps in c++ over the years). I would choose c# for just about anything I do, but if a gun was put to my head and I was told to choose between VB.NET or C++ I'd still choose VB.NET. To my point of view new development in c++ is for a) People writing device drivers or other ultra low level [edit: highly performance hungry like what Jeffrey is doing] stuff b) people in love with their own brilliance to the detriment of all else including the fact that they are writing software for a purpose and not for their own personal sake c) People stuck in their ways so badly they won't consider anything else. -- modified at 14:56 Wednesday 21st March, 2007

    E Offline
    E Offline
    El Corazon
    wrote on last edited by
    #23

    John Cardinal wrote:

    To my point of view new development in c++ is for a) People writing device drivers or other ultra low level stuff b) people in love with their own brilliance to the detriment of all else including the fact that they are writing software for a purpose and not for their own personal sake c) People stuck in their ways so badly they won't consider anything else.

    hmmmm.... So .Net competes equally well on real-time interactive, massively parallel, multi-platform 3D graphics environments on par with C++? So far, this I have not seen. I am fully aware of the C# accelerator that utilizes the GPU, though I have seen better performance with more control over the streams so CUDA and gigathread type technologies are more useful for providing multiple sharing points in GPU computation as well as rendering cooperatively -- straight GPU computation is better using the C# accelerator, but you drop the graphics to achieve it. C# is great, but for much of my applications, it doesn't compete. For some applications it does compete, and competes quite well, those applications are not ruled out by me, but by a few voices very anti-MS which I shrug and go on. I do not agree on those points, but their decisions only minorly affect mine. I know we could drop OpenGL and go Direct3D in which C# has some good performance applications, but that is not my choice to make even were I to choose to make it. There is a requirement for multi-platform support, specifically Linux, by the military. There is a requirement for high speed network and parallel computation in some projects. And actually some projects specifically mention, and require C++ directly from the DoD. So you are saying we should disobey the demands of our customer because you think we're all making bad choices? We may be wrong, but the customer is still right because they pay the $$. No $$, no choices at all.

    _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

    M 1 Reply Last reply
    0
    • M Member 96

      C# or c++ either way you shouldn't have a problem in the next few years. It's a horrible way to select a tool though to do it by committee without any consideration of the time to market, technical requirements, intended target market etc etc. What you are describing is akin to a bunch of builders sitting around and discussing building a house and one guy says "use wood" another says "use stone" etc. It's more important to find out what the requirements are first, the rest should follow naturally. Personally I will never use c++ again, I think it's a dead language with many better options available now for software development (all .net based) but my primary requirement is always time to market and what I can do with limited resources. (I've written a *lot* of apps in c++ over the years). I would choose c# for just about anything I do, but if a gun was put to my head and I was told to choose between VB.NET or C++ I'd still choose VB.NET. To my point of view new development in c++ is for a) People writing device drivers or other ultra low level [edit: highly performance hungry like what Jeffrey is doing] stuff b) people in love with their own brilliance to the detriment of all else including the fact that they are writing software for a purpose and not for their own personal sake c) People stuck in their ways so badly they won't consider anything else. -- modified at 14:56 Wednesday 21st March, 2007

      N Offline
      N Offline
      Nish Nishant
      wrote on last edited by
      #24

      John Cardinal wrote:

      To my point of view new development in c++ is for a) People writing device drivers or other ultra low level stuff b) people in love with their own brilliance to the detriment of all else including the fact that they are writing software for a purpose and not for their own personal sake c) People stuck in their ways so badly they won't consider anything else.

      d) people who are 25+ and thus aren't as quick at grasping new technologies as they were in their teens and early 20s :-)

      Regards, Nish


      Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
      Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

      M 1 Reply Last reply
      0
      • E El Corazon

        John Cardinal wrote:

        To my point of view new development in c++ is for a) People writing device drivers or other ultra low level stuff b) people in love with their own brilliance to the detriment of all else including the fact that they are writing software for a purpose and not for their own personal sake c) People stuck in their ways so badly they won't consider anything else.

        hmmmm.... So .Net competes equally well on real-time interactive, massively parallel, multi-platform 3D graphics environments on par with C++? So far, this I have not seen. I am fully aware of the C# accelerator that utilizes the GPU, though I have seen better performance with more control over the streams so CUDA and gigathread type technologies are more useful for providing multiple sharing points in GPU computation as well as rendering cooperatively -- straight GPU computation is better using the C# accelerator, but you drop the graphics to achieve it. C# is great, but for much of my applications, it doesn't compete. For some applications it does compete, and competes quite well, those applications are not ruled out by me, but by a few voices very anti-MS which I shrug and go on. I do not agree on those points, but their decisions only minorly affect mine. I know we could drop OpenGL and go Direct3D in which C# has some good performance applications, but that is not my choice to make even were I to choose to make it. There is a requirement for multi-platform support, specifically Linux, by the military. There is a requirement for high speed network and parallel computation in some projects. And actually some projects specifically mention, and require C++ directly from the DoD. So you are saying we should disobey the demands of our customer because you think we're all making bad choices? We may be wrong, but the customer is still right because they pay the $$. No $$, no choices at all.

        _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

        M Offline
        M Offline
        Member 96
        wrote on last edited by
        #25

        Sorry I should have been more clear, I meant what you are describing in point A) above, by ultra low level stuff I mean also ultra performant stuff.

        E 1 Reply Last reply
        0
        • M Member 96

          C# or c++ either way you shouldn't have a problem in the next few years. It's a horrible way to select a tool though to do it by committee without any consideration of the time to market, technical requirements, intended target market etc etc. What you are describing is akin to a bunch of builders sitting around and discussing building a house and one guy says "use wood" another says "use stone" etc. It's more important to find out what the requirements are first, the rest should follow naturally. Personally I will never use c++ again, I think it's a dead language with many better options available now for software development (all .net based) but my primary requirement is always time to market and what I can do with limited resources. (I've written a *lot* of apps in c++ over the years). I would choose c# for just about anything I do, but if a gun was put to my head and I was told to choose between VB.NET or C++ I'd still choose VB.NET. To my point of view new development in c++ is for a) People writing device drivers or other ultra low level [edit: highly performance hungry like what Jeffrey is doing] stuff b) people in love with their own brilliance to the detriment of all else including the fact that they are writing software for a purpose and not for their own personal sake c) People stuck in their ways so badly they won't consider anything else. -- modified at 14:56 Wednesday 21st March, 2007

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

          John Cardinal wrote:

          To my point of view new development in c++ is for ...

          ... d) people who can't force their customers to install the .Net framework.

          image processing toolkits | batch image processing | blogging

          M F 2 Replies Last reply
          0
          • N Nish Nishant

            John Cardinal wrote:

            To my point of view new development in c++ is for a) People writing device drivers or other ultra low level stuff b) people in love with their own brilliance to the detriment of all else including the fact that they are writing software for a purpose and not for their own personal sake c) People stuck in their ways so badly they won't consider anything else.

            d) people who are 25+ and thus aren't as quick at grasping new technologies as they were in their teens and early 20s :-)

            Regards, Nish


            Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
            Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

            M Offline
            M Offline
            Member 96
            wrote on last edited by
            #27

            Well to be fair my 39th birthday passed (unnoticed here as usual, I guess I should stop being such a dick if I want people to wish me happy birthday :) ) a few days ago and I haven't lost any knack or desire for grasping new technologies unlike the bunch of luddites that hang out here. ;)

            N 1 Reply Last reply
            0
            • C Chris Losinger

              John Cardinal wrote:

              To my point of view new development in c++ is for ...

              ... d) people who can't force their customers to install the .Net framework.

              image processing toolkits | batch image processing | blogging

              M Offline
              M Offline
              Member 96
              wrote on last edited by
              #28

              Well we make a very large and widely used .net application and the ratio of people who don't already have it on their computers for whatever reason is vanishingly small these days.

              1 Reply Last reply
              0
              • M Member 96

                Well to be fair my 39th birthday passed (unnoticed here as usual, I guess I should stop being such a dick if I want people to wish me happy birthday :) ) a few days ago and I haven't lost any knack or desire for grasping new technologies unlike the bunch of luddites that hang out here. ;)

                N Offline
                N Offline
                Nish Nishant
                wrote on last edited by
                #29

                John Cardinal wrote:

                Well to be fair my 39th birthday passed (unnoticed here as usual, I guess I should stop being such a dick if I want people to wish me happy birthday ) a few days ago and I haven't lost any knack or desire for grasping new technologies unlike the bunch of luddites that hang out here.

                Well, you are in Canada and all that below-freezing weather slows down your ageing, so your brain age must be that of a 20 year old American :rolleyes:

                Regards, Nish


                Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

                M 1 Reply Last reply
                0
                • M Member 96

                  Sorry I should have been more clear, I meant what you are describing in point A) above, by ultra low level stuff I mean also ultra performant stuff.

                  E Offline
                  E Offline
                  El Corazon
                  wrote on last edited by
                  #30

                  John Cardinal wrote:

                  also ultra performant stuff.

                  thanks, this is a big issue with us. Though I do see folks controlling million dollar pieces of equipment at 1 to 4 fps update rate... they also have more crashes than we do. :)

                  _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                  1 Reply Last reply
                  0
                  • C Chris Losinger

                    John Cardinal wrote:

                    To my point of view new development in c++ is for ...

                    ... d) people who can't force their customers to install the .Net framework.

                    image processing toolkits | batch image processing | blogging

                    F Offline
                    F Offline
                    Fernando A Gomez F
                    wrote on last edited by
                    #31

                    And this is one of the issues why I think the app needs to be written in C++, not .NET.

                    A polar bear is a bear whose coordinates has been changed in terms of sine and cosine. Personal Site

                    M 1 Reply Last reply
                    0
                    • N Nish Nishant

                      Chris Losinger wrote:

                      like many people who aren't doing web stuff, i'm still writing native apps *. the world didn't switch to .Net when VS03 came out.

                      Even if a post-Vista OS is released around 2012 that doesn't support user mode native C++ apps, it'd probably take another 2-3 years for people to adopt the new OS, so that'd give you a long time. And you can still use VC 2003/2005 to write apps for people who do not move to the new OS - just like how you still write 16 bit apps for people using a 16 bit compatible OS. There are folks making money writing Cobol and Fortran, so that'd give C++ devs hope for another 20 years at least. And if in 20 years time, I can't manage to get to a position where I don't need to write code to make a living, I would say that;d make me an unqualified failure in life. :)

                      Regards, Nish


                      Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                      Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

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

                      Nishant Sivakumar wrote:

                      it'd probably take another 2-3 years for people to adopt the new OS

                      it'd take even longer if nobody wants to buy it if using it means buying new versions of all their apps (see Adobe + Vista - something that might've made me delay Vista for another year or so, if i'd known about it before i bought my latest PC with Vista pre-installed).

                      image processing toolkits | batch image processing | blogging

                      N 1 Reply Last reply
                      0
                      • M Member 96

                        C# or c++ either way you shouldn't have a problem in the next few years. It's a horrible way to select a tool though to do it by committee without any consideration of the time to market, technical requirements, intended target market etc etc. What you are describing is akin to a bunch of builders sitting around and discussing building a house and one guy says "use wood" another says "use stone" etc. It's more important to find out what the requirements are first, the rest should follow naturally. Personally I will never use c++ again, I think it's a dead language with many better options available now for software development (all .net based) but my primary requirement is always time to market and what I can do with limited resources. (I've written a *lot* of apps in c++ over the years). I would choose c# for just about anything I do, but if a gun was put to my head and I was told to choose between VB.NET or C++ I'd still choose VB.NET. To my point of view new development in c++ is for a) People writing device drivers or other ultra low level [edit: highly performance hungry like what Jeffrey is doing] stuff b) people in love with their own brilliance to the detriment of all else including the fact that they are writing software for a purpose and not for their own personal sake c) People stuck in their ways so badly they won't consider anything else. -- modified at 14:56 Wednesday 21st March, 2007

                        R Offline
                        R Offline
                        Rob Graham
                        wrote on last edited by
                        #33

                        Looks like the b) & c) folks know who they are, and have tried to vote you into obscurity.

                        M 1 Reply Last reply
                        0
                        • C Chris Losinger

                          Nishant Sivakumar wrote:

                          it'd probably take another 2-3 years for people to adopt the new OS

                          it'd take even longer if nobody wants to buy it if using it means buying new versions of all their apps (see Adobe + Vista - something that might've made me delay Vista for another year or so, if i'd known about it before i bought my latest PC with Vista pre-installed).

                          image processing toolkits | batch image processing | blogging

                          N Offline
                          N Offline
                          Nish Nishant
                          wrote on last edited by
                          #34

                          Chris Losinger wrote:

                          it'd take even longer if nobody wants to buy it if using it means buying new versions of all their apps (see Adobe + Vista - something that might've made me delay Vista for another year or so, if i'd known about it before i bought my latest PC with Vista pre-installed).

                          Yeah, but here it's more a case of Adobe refusing to update their code so that people'd buy their new version. It's not really a case of a native-code incompatibility - I mean their new version that will run on Vista is still a native app (talking of Photoshop here).

                          Regards, Nish


                          Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                          Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

                          C 1 Reply Last reply
                          0
                          • R Rob Graham

                            Looks like the b) & c) folks know who they are, and have tried to vote you into obscurity.

                            M Offline
                            M Offline
                            Member 96
                            wrote on last edited by
                            #35

                            Ahh well, to be honest I always thought the voting system was silly anyway and I thrive on obscurity! :)

                            C 1 Reply Last reply
                            0
                            • F Fernando A Gomez F

                              So, we are just about to begin a new project. We're now deciding which platform should be used. The bosses asked me about this, and I replied that my bet was on C++ and Win32, as usual. A colleague voted for Java ( X| ) and someone there even dared to suggest VB ( X| X| ). At any rate, the bosses are worried about the future of C++ and Win32. They read somewhere that Microsoft's next OS won't be supporting anything but .NET Framework, so they are not convinced that C++ with Win32 should be the best option. So I'd like to ask for your opinion about this... C++ still has a future? Should we choose C# and .NET over good old C++ and Win32? Thanks.

                              A polar bear is a bear whose coordinates has been changed in terms of sine and cosine. Personal Site

                              S Offline
                              S Offline
                              Shog9 0
                              wrote on last edited by
                              #36

                              It depends on the app. C# w/ .NET has become a far better, far less dirty "Quick 'n' Dirty" RAD platform than VB ever was. And it's flexible enough that you can still use many non-managed components, if that's a necessity. That said, C++ still wins out if you're looking to go cross-platform. C++ still wins out if you're looking for maximum performance (provided you have the skills to actually take advantage of what it gives you). And straight Win32 wins out if... well, screw that. In the scenarios where straight Win32 wins out, the alternatives are too horrible to even contemplate, much less actively consider alternatives. So, yeah. If you're doing the standard "business app" where the bottlenecks are in front of the keyboard or across the network, C# on .NET. If you're doing a web app, C# on ASP.NET or Java are both good choices.

                              ----

                              It appears that everybody is under the impression that I approve of the documentation. You probably also blame Ken Burns for supporting slavery.

                              --Raymond Chen on MSDN

                              M 1 Reply Last reply
                              0
                              • F Fernando A Gomez F

                                So, we are just about to begin a new project. We're now deciding which platform should be used. The bosses asked me about this, and I replied that my bet was on C++ and Win32, as usual. A colleague voted for Java ( X| ) and someone there even dared to suggest VB ( X| X| ). At any rate, the bosses are worried about the future of C++ and Win32. They read somewhere that Microsoft's next OS won't be supporting anything but .NET Framework, so they are not convinced that C++ with Win32 should be the best option. So I'd like to ask for your opinion about this... C++ still has a future? Should we choose C# and .NET over good old C++ and Win32? Thanks.

                                A polar bear is a bear whose coordinates has been changed in terms of sine and cosine. Personal Site

                                V Offline
                                V Offline
                                Vivek Rajan
                                wrote on last edited by
                                #37

                                Depending on the type of application, you might even consider Ruby. We have written several Ruby GUI apps (using FxRuby) that are well received. 1) For performance and heavy lifting (apps like Internet Explorer, Database servers, networking, high end graphics) - C++. 2) For quick, troublefree, functional desktop apps / batch processing - Ruby. 3) For web - C# / ASP

                                C V M 3 Replies Last reply
                                0
                                • N Nish Nishant

                                  Chris Losinger wrote:

                                  it'd take even longer if nobody wants to buy it if using it means buying new versions of all their apps (see Adobe + Vista - something that might've made me delay Vista for another year or so, if i'd known about it before i bought my latest PC with Vista pre-installed).

                                  Yeah, but here it's more a case of Adobe refusing to update their code so that people'd buy their new version. It's not really a case of a native-code incompatibility - I mean their new version that will run on Vista is still a native app (talking of Photoshop here).

                                  Regards, Nish


                                  Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                                  Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

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

                                  Nishant Sivakumar wrote:

                                  Yeah, but here it's more a case of Adobe refusing to update their code so that people'd buy their new version. It's not really a case of a native-code incompatibility

                                  Adobe's motives are not the relevant issue here. if i was still thinking about getting a new PC, my options are: 1) get a new PC with Vista and spend $1200+ to get versions of Photoshop and Illustrator that work on the new machine... whenever those versions come out. 2) get a new PC with XP and use my existing Adobe stuff if MS abandons native code, everybody with a PC is going to face that same issue, except it's going to be for more than just Adobe's stuff. big-name publishers aren't going to release free upgrades to their .Net versions, the cost of PC just went up by the amount it costs to replace all that software. awesome!

                                  image processing toolkits | batch image processing | blogging

                                  N L 2 Replies Last reply
                                  0
                                  • C Chris Losinger

                                    Nishant Sivakumar wrote:

                                    Yeah, but here it's more a case of Adobe refusing to update their code so that people'd buy their new version. It's not really a case of a native-code incompatibility

                                    Adobe's motives are not the relevant issue here. if i was still thinking about getting a new PC, my options are: 1) get a new PC with Vista and spend $1200+ to get versions of Photoshop and Illustrator that work on the new machine... whenever those versions come out. 2) get a new PC with XP and use my existing Adobe stuff if MS abandons native code, everybody with a PC is going to face that same issue, except it's going to be for more than just Adobe's stuff. big-name publishers aren't going to release free upgrades to their .Net versions, the cost of PC just went up by the amount it costs to replace all that software. awesome!

                                    image processing toolkits | batch image processing | blogging

                                    N Offline
                                    N Offline
                                    Nish Nishant
                                    wrote on last edited by
                                    #39

                                    Chris Losinger wrote:

                                    if MS abandons native code, everybody with a PC is going to face that same issue, except it's going to be for more than just Adobe's stuff. big-name publishers aren't going to release free upgrades to their .Net versions.

                                    I get your point. But it's still speculation that MS will abandon native code for user mode apps. Some of the new/updated API may be backwards-incompatible and we may be forced to update our apps in minor to not-so-minor ways, but I personally am sure that we would not be forced to move to 100% managed code. But there may be a future OS (10-15 years from now) when we may be forced to do that. Don't you think it would be foolish to ignore such a possibility and to insist on writing only native code?

                                    Regards, Nish


                                    Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                                    Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

                                    Richard Andrew x64R 1 Reply Last reply
                                    0
                                    • F Fernando A Gomez F

                                      So, we are just about to begin a new project. We're now deciding which platform should be used. The bosses asked me about this, and I replied that my bet was on C++ and Win32, as usual. A colleague voted for Java ( X| ) and someone there even dared to suggest VB ( X| X| ). At any rate, the bosses are worried about the future of C++ and Win32. They read somewhere that Microsoft's next OS won't be supporting anything but .NET Framework, so they are not convinced that C++ with Win32 should be the best option. So I'd like to ask for your opinion about this... C++ still has a future? Should we choose C# and .NET over good old C++ and Win32? Thanks.

                                      A polar bear is a bear whose coordinates has been changed in terms of sine and cosine. Personal Site

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

                                      My rule of thumb is: if many people are going to use the software, and/or I plan to support it for a long period of time, C++ is the way to go. For ad hoc write-and-forget stuff, internal applications, etc, C#/VB/Java/Perl/whatever is often a better choice.


                                      Programming Blog utf8-cpp

                                      N 1 Reply Last reply
                                      0
                                      • N Nish Nishant

                                        Chris Losinger wrote:

                                        if MS abandons native code, everybody with a PC is going to face that same issue, except it's going to be for more than just Adobe's stuff. big-name publishers aren't going to release free upgrades to their .Net versions.

                                        I get your point. But it's still speculation that MS will abandon native code for user mode apps. Some of the new/updated API may be backwards-incompatible and we may be forced to update our apps in minor to not-so-minor ways, but I personally am sure that we would not be forced to move to 100% managed code. But there may be a future OS (10-15 years from now) when we may be forced to do that. Don't you think it would be foolish to ignore such a possibility and to insist on writing only native code?

                                        Regards, Nish


                                        Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                                        Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

                                        Richard Andrew x64R Offline
                                        Richard Andrew x64R Offline
                                        Richard Andrew x64
                                        wrote on last edited by
                                        #41

                                        Did you happen to catch the Channel 9 video that interviewed the guys on the C++ team? They indicated that Orcas would have increased emphasis on native code development. This does not sound as if they are getting ready to retire native code support any time soon.

                                        -------------------------------- "All that is necessary for the forces of evil to win in the world is for enough good men to do nothing" -- Edmund Burke

                                        N F 2 Replies Last reply
                                        0
                                        • Richard Andrew x64R Richard Andrew x64

                                          Did you happen to catch the Channel 9 video that interviewed the guys on the C++ team? They indicated that Orcas would have increased emphasis on native code development. This does not sound as if they are getting ready to retire native code support any time soon.

                                          -------------------------------- "All that is necessary for the forces of evil to win in the world is for enough good men to do nothing" -- Edmund Burke

                                          N Offline
                                          N Offline
                                          Nish Nishant
                                          wrote on last edited by
                                          #42

                                          Richie308 wrote:

                                          Did you happen to catch the Channel 9 video that interviewed the guys on the C++ team? They indicated that Orcas would have increased emphasis on native code development. This does not sound as if they are getting ready to retire native code support any time soon.

                                          Yes, I didn't see the video but I did talk to some of them last week (at the MVP summit). VC++ Orcas is definitely about enhanced native code support, specially in MFC.

                                          Regards, Nish


                                          Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                                          Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

                                          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