Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
GoingNative 10: Welcome Ale Contenti, VC11 and Beyond with Steve Teixeira and Tarek Madkour
Sep 14, 2012 at 1:38 AM@Kris: Well duuuh! If you write an own runtime, you don't need any runtime library. But you still need something. If you don't write, you just use one supplied with the compiler, and that won't make your language of choice (let it be Obj-C, C++ or anything) 'managed'.
GoingNative 10: Welcome Ale Contenti, VC11 and Beyond with Steve Teixeira and Tarek Madkour
Sep 10, 2012 at 1:22 AM@Kris: Can you create a C++ program that has new/delete (part of the core language, not the library) without linking any runtime libraries? I don't think so..
GoingNative 10: Welcome Ale Contenti, VC11 and Beyond with Steve Teixeira and Tarek Madkour
Sep 07, 2012 at 6:51 AM@Charles: I believe the exact same can be told about C/C++: the language requires not just a compiler, but also a runtime system to execute the compiled code, it is just called the C runtime. Possibility to link the runtime into the executable is just a slight difference. So by your logic, VC11 generated code is managed as well, because of CRT..
Visual Studio 2012 RTM!!
Aug 06, 2012 at 2:38 AMIs there a list somewhere what bug fixes / changes are there compared to RC?
GoingNative 7: VC11 Auto-Vectorizer, C++ NOW, Lang.NEXT
Apr 06, 2012 at 2:10 AMHow this vectorization handling alignment problems? What happens if I have an array not aligned to 16 bytes, can it still create some code to use SSE?