I was looking for answers to these questions, but I had no luck. So, I thought I'd post them here to get clarification. If this is a duplicate, let me know and I will close it.
Well, with that said, I would like to start learning C ++. I come from C # and I really respect Visual Studio and what it can do. Now, my question. How well does the Visual Studio compiler for C ++ work, as opposed to a version other than Microsoft (e.g. MinGW)?
My point is this. I have nothing wrong with Microsoft, but I would really like to learn C ++ in a "clean" form and not use any specific implementation. How reliant is Visual C ++ in the .NET Framework? Is it possible to create a “clean” C ++ application using Visual Studio without using .NET or overhead? Does the Visual Studio compiler compile C ++ to CIL, as it does with C # / VB, or does it compile it to the end, like others do?
Thanks for any help anyone can provide!
c ++ compiler-construction visual-c ++ ide
darthnosaj
source share