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. Can i create a c++ application using VS 2003 but NOT .net technology?

Can i create a c++ application using VS 2003 but NOT .net technology?

Scheduled Pinned Locked Moved C / C++ / MFC
csharpvisual-studioquestionlearningc++
6 Posts 4 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 Offline
    J Offline
    Jayman911
    wrote on last edited by
    #1

    Newbie question here... I am learning c++ and following through the code from a book - which recommends using Microsoft VC++ 7.0. The book stresses that it does not use the .net framework. My question is can i use VS 2003 (.net) to create a "NON"-.net application? Would this be a "Win32 App" in visual studio? help? Thanks. SN

    B 1 Reply Last reply
    0
    • J Jayman911

      Newbie question here... I am learning c++ and following through the code from a book - which recommends using Microsoft VC++ 7.0. The book stresses that it does not use the .net framework. My question is can i use VS 2003 (.net) to create a "NON"-.net application? Would this be a "Win32 App" in visual studio? help? Thanks. SN

      B Offline
      B Offline
      BlackDice
      wrote on last edited by
      #2

      Of course!! I've only experimented with the managed extensions a few times, but other than that, I just like the .Net IDE a lot better than VC6's. You can make any of the same application types that you could in VC6. And so far, any code or functions that I had in VC6 work with no problem. The difference if you just want to write C++ code without the .Net stuff is invisible to me. But at any time you can go into your project's properties and set 'Use Managed Extensions' to YES, which adds a \clr switch to your linker settings. [insert witty comment here] bdiamond :zzz:

      A 1 Reply Last reply
      0
      • B BlackDice

        Of course!! I've only experimented with the managed extensions a few times, but other than that, I just like the .Net IDE a lot better than VC6's. You can make any of the same application types that you could in VC6. And so far, any code or functions that I had in VC6 work with no problem. The difference if you just want to write C++ code without the .Net stuff is invisible to me. But at any time you can go into your project's properties and set 'Use Managed Extensions' to YES, which adds a \clr switch to your linker settings. [insert witty comment here] bdiamond :zzz:

        A Offline
        A Offline
        Anonymous
        wrote on last edited by
        #3

        Thanks bdiamond! That's good to know. What exactly are Managed Extensions? SN

        M B 2 Replies Last reply
        0
        • A Anonymous

          Thanks bdiamond! That's good to know. What exactly are Managed Extensions? SN

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

          What exactly are Managed Extensions? .net stuff...


          Maximilien Lincourt Your Head A Splode - Strong Bad

          1 Reply Last reply
          0
          • A Anonymous

            Thanks bdiamond! That's good to know. What exactly are Managed Extensions? SN

            B Offline
            B Offline
            BlackDice
            wrote on last edited by
            #5

            Managed extensions is the .Net BCL (Base Class Library). I guess it's almost like .Net's version of MFC. There is a great beginner's book I have by Tom Archer and Nishant Sivakumar (whom are both CodeProject members) that deals with a C++ programmer learning to use managed extensions. It's a great book, but I really haven't had the time to do more than a few exercises from it in the past few months. [insert witty comment here] bdiamond :zzz:

            J 1 Reply Last reply
            0
            • B BlackDice

              Managed extensions is the .Net BCL (Base Class Library). I guess it's almost like .Net's version of MFC. There is a great beginner's book I have by Tom Archer and Nishant Sivakumar (whom are both CodeProject members) that deals with a C++ programmer learning to use managed extensions. It's a great book, but I really haven't had the time to do more than a few exercises from it in the past few months. [insert witty comment here] bdiamond :zzz:

              J Offline
              J Offline
              Jayman911
              wrote on last edited by
              #6

              Now i am a little confused.... "...at any time you can go into your project's properties and set 'Use Managed Extensions' to YES..." As you posted earlier, i need to set 'Use Managed Extensions' to YES, but here you also say they are the .Net BCL. If so wouldn't i NOT want to use Managed Extensions? I'm being fussy i know... I just want to be sure i understand! :) SN

              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