| 05-06-2007, 05:11 PM | #1 |
Is Visual C++ on the .net framework? what is the best language for getting clear of the .net framework? is there a way to get out of the CLR? |
| 05-06-2007, 05:55 PM | #2 |
I don't understand your question. By using C++ you can combine managed and unmanaged code, if that's what you want to know. VB.net and C# do not support it, only C++ does. |
| 05-06-2007, 07:07 PM | #3 |
I have already sort of answered them but the main one is "Is Microsoft's Visual C++ on the .net framework?" i want to get off that framework. (so i can try and build an operational runtime environment [i am already able to get off the CLR! (common language runtime)]) |
| 05-06-2007, 07:58 PM | #4 |
Visual C++ doesn't use the .net framework unless you want it to. There's an option in the project properties to include the CLR and stuff (which is turned off by default on a normal project). |
