Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » C++   (RSS)

Reporting compiler & linker bugs

Despite the significant testing that goes into the C++ compiler & linker that are shipped in Visual Studio, from time to time users stumble on bugs that got past us. Depending on whether the bug is in the compiler front-end (aka parser), back-end

Variadic functions and portability

I tracked down a bug in one of the tests for our code generator today. It’s a great example of why not to use variadic functions (also known as varargs functions) if you can possibly avoid it, and if you do use them, make sure you are very careful, and
Posted by mlacey | 0 Comments
Filed under: ,
 
Page view tracker