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. Other Discussions
  3. IT & Infrastructure
  4. Is VC++ a language or IDE

Is VC++ a language or IDE

Scheduled Pinned Locked Moved IT & Infrastructure
c++visual-studioquestion
9 Posts 7 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.
  • Q Offline
    Q Offline
    QuickDeveloper
    wrote on last edited by
    #1

    hi Is VC++ a programming language or IDE or can v call it simple tool? I came across that VC++ is IDE but some guys say it's language... Thanx in advance:)

    D T K M 4 Replies Last reply
    0
    • Q QuickDeveloper

      hi Is VC++ a programming language or IDE or can v call it simple tool? I came across that VC++ is IDE but some guys say it's language... Thanx in advance:)

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      VC++ is a language that can be programed using the Visual Studio IDE.


      "The words of God are not like the oak leaf which dies and falls to the earth, but like the pine tree which stays green forever." - Native American Proverb

      M 1 Reply Last reply
      0
      • D David Crow

        VC++ is a language that can be programed using the Visual Studio IDE.


        "The words of God are not like the oak leaf which dies and falls to the earth, but like the pine tree which stays green forever." - Native American Proverb

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

        to add to what david wrote, VC++ is microsoft's implementation of the C++ language.


        Maximilien Lincourt Your Head A Splode - Strong Bad

        T 1 Reply Last reply
        0
        • M Maximilien

          to add to what david wrote, VC++ is microsoft's implementation of the C++ language.


          Maximilien Lincourt Your Head A Splode - Strong Bad

          T Offline
          T Offline
          tom_dx
          wrote on last edited by
          #4

          i think though that microsoft sets the standards of c++ though ;) IM PROUD TO BE A GMAIL;

          T 1 Reply Last reply
          0
          • Q QuickDeveloper

            hi Is VC++ a programming language or IDE or can v call it simple tool? I came across that VC++ is IDE but some guys say it's language... Thanx in advance:)

            T Offline
            T Offline
            tom_dx
            wrote on last edited by
            #5

            #include using namespace std; main() { cout << "Yes it is.\n"; system("pause"); return 0; } P.S. This post brought a tear to my eye.:(( IM PROUD TO BE A GMAIL; -- modified at 10:51 Wednesday 4th January, 2006

            1 Reply Last reply
            0
            • Q QuickDeveloper

              hi Is VC++ a programming language or IDE or can v call it simple tool? I came across that VC++ is IDE but some guys say it's language... Thanx in advance:)

              K Offline
              K Offline
              Kevin McFarlane
              wrote on last edited by
              #6

              I would say it is a development environment meaning that it's a combination of C and C++ language(s) and tools, such as class libraries and other utilities. Kevin

              1 Reply Last reply
              0
              • Q QuickDeveloper

                hi Is VC++ a programming language or IDE or can v call it simple tool? I came across that VC++ is IDE but some guys say it's language... Thanx in advance:)

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

                C++ is the language. Visual C++ is an environment to develop in the language. Michael CP Blog [^] Development Blog [^]

                T 1 Reply Last reply
                0
                • T tom_dx

                  i think though that microsoft sets the standards of c++ though ;) IM PROUD TO BE A GMAIL;

                  T Offline
                  T Offline
                  toxcct
                  wrote on last edited by
                  #8

                  tom_dx wrote:

                  i think though that microsoft sets the standards of c++ though

                  yes they does, but only until Visual Studio .NET 2002 ; as the standard was released few times after Visual Studio 6, VC++ 6 is not Standard compliant then... one more think :

                  int main (int argc, char* argv[]) {
                  printf("Hello CodeProject !\n");
                  return 0;
                  }

                  does this look an IDE or a language ? :-D


                  TOXCCT >>> GEII power
                  [toxcct][VisualCalc 2.20][VisualCalc 3.0]

                  1 Reply Last reply
                  0
                  • M Michael P Butler

                    C++ is the language. Visual C++ is an environment to develop in the language. Michael CP Blog [^] Development Blog [^]

                    T Offline
                    T Offline
                    toxcct
                    wrote on last edited by
                    #9

                    Michael P Butler wrote:

                    Visual C++ is an environment to develop in the language.

                    true ! but abusing of the language, we mostly use the term VC++ to talk about the C++ language implemented and known by the Visual C++ compiler/environment...


                    TOXCCT >>> GEII power
                    [toxcct][VisualCalc 2.20][VisualCalc 3.0]

                    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