C++- Visual Studio Express 2010 (64 Bit OS)

Step:1 Installations from the download.

Step:2 Post installation

Step:3 Now let us write some code

Step:4 Runtime view

Step:5 Native and Managed

 

Native

Managed

  • Will run on a specific platform like 32/64 bit windows
  • Smaller footprints than the Managed one,
  • Complexity is greater than the Managed code
  • Designed to run on any platform with a CLR (common language runtime)
  • Easier to write but les flexible
  • may run slower and take lots of system resources.

Step:6

Step:7

Step:8

Step:9

Step:10

Step:11

Step:12

Step:13