User:Combuster/Frankenstein's MSVC: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content added Content deleted
(New page: {{Rating|2}} LOREM IPSUM DOLOR SIT AMET Category:Tutorials Category:Tools)
 
(Initial edit. Please correct any grammar mistakes you find.)
Line 1: Line 1:
{{Rating|2}}
{{Rating|2}}


= Introduction =
LOREM IPSUM DOLOR SIT AMET
Have you ever dreamt of using Microsoft C/C++ Optiziming Compiler on Linux? Did you have trouble programming in unfamiliar GCC environment?
Here is the answer to configuring the build environment that you dreamt; that will solve any problems that you had with GCC!

= Steps =
::

= FAQ =
1. I've never heard of Microsoft C/C++ Optimizing Compiler. What is it?
That's not true. You've always been hearing about it. It's the compiler that Visual C++ IDE uses as default (comes with Visual C++).
2. Why would you use Microsoft C/C++ Optimizing Compiler on Linux while there is GCC?
It's mainly because of one's preference. GCC has its own style, and so does Microsoft C/C++ Optimizing Compiler. If you like MSCOC, you might want to use it on Linux as well as you do in Windows. In addition, if you have been using MSCOC for years, it is human nature that one prefers to use MSCOC than GCC.


[[Category:Tutorials]]
[[Category:Tutorials]]

Revision as of 19:22, 29 July 2010

Difficulty level

Medium

Introduction

Have you ever dreamt of using Microsoft C/C++ Optiziming Compiler on Linux? Did you have trouble programming in unfamiliar GCC environment? Here is the answer to configuring the build environment that you dreamt; that will solve any problems that you had with GCC!

Steps

FAQ

1. I've never heard of Microsoft C/C++ Optimizing Compiler. What is it?

That's not true. You've always been hearing about it. It's the compiler that Visual C++ IDE uses as default (comes with Visual C++).

2. Why would you use Microsoft C/C++ Optimizing Compiler on Linux while there is GCC?

It's mainly because of one's preference. GCC has its own style, and so does Microsoft C/C++ Optimizing Compiler. If you like MSCOC, you might want to use it on Linux as well as you do in Windows. In addition, if you have been using MSCOC for years, it is human nature that one prefers to use MSCOC than GCC.