Results 1 to 3 of 3

Thread: Microsoft C++

  1. #1
    Experienced User
    Overall activity: 5.0%

    Join Date
    Jan 2010
    Posts
    114
    Liked
    5 times
    Points
    5,219

    Microsoft C++

    I came across an old article about .net framework http://www.raymond.cc/blog/archives/2008/11/06/how-to-check-what-version-of-microsoft-net-framework-is-installed-in-computer/ and It talks about .net framework version detector. I was wondering if there is a similar program for C++?

    After installed and uninstalling programs, I always end up with quite a few C++ version installed on my computer including the updates to them. Is there any way to know for sure if I need these anymore or which ones I may need?

    Any help is appreciated

    www.standingforgod.com

  2. #2
    Tech God
    Overall activity: 0%

    Join Date
    Jan 2008
    Location
    South Africa
    Posts
    1,279
    Liked
    14 times
    Points
    1,853
    The C++ files you see on your system is runtime components of Visual C++ Libraries required to run applications developed with Visual C++. I would think it would be difficult to determine exactly which application(s) is dependent on these files and personally do not know of any software which is able to do this. As many applications for Windows is developed in C++ I don't think you should worry to much about these files. Even if you do not currently have any application installed which require these files, you are bound to install one sooner or later.

    I refuse to tip toe through life only to arrive safely at death

  3. #3
    Pc Wizkid & Programmer :)
    Overall activity: 3.0%

    Join Date
    Jun 2008
    Location
    Rotherham, United Kingdom
    Posts
    1,195
    Liked
    48 times
    Points
    12,033
    in visual studio you have options wether to use managed code or native code, managed code is C++ with .Net ,If you select winforms for instance the code would be managed, If you select Win32 project then thats pure C++ that compiles to native code "machine code"

    which .net you chose is a matter of compatibility ,you can select which framework to use in visual studio
    Out of my mind. I Haven't Lost My Mind, It's Backed Up On Disk Somewhere.

 

 

Similar Threads

  1. Google vs. Microsoft
    By Ceyfer √ in forum General Forum
    Replies: 1
    Last Post: 08-05-2011, 07:01 PM
  2. Microsoft Office 365
    By princeaniket in forum General Forum
    Replies: 10
    Last Post: 10-23-2010, 05:53 AM
  3. Google vs Microsoft.
    By kavinraja in forum Chat
    Replies: 67
    Last Post: 03-26-2010, 05:33 PM
  4. What if Microsoft becomes an opensource?
    By LunarWolf in forum Chat
    Replies: 72
    Last Post: 01-21-2010, 06:33 PM
  5. Microsoft Pro photo
    By Solaris in forum General Forum
    Replies: 10
    Last Post: 09-12-2008, 12:23 AM
All times are GMT +8. The time now is 12:52 AM.