Click here to Skip to main content
15,891,936 members
Articles / Programming Languages / C++11

Usage of '_HAS_CPP0X' macro in Visual C++ compiler

Rate me:
Please Sign up or sign in to vote.
4.76/5 (7 votes)
24 Jan 2012CPOL1 min read 15.8K  
Consider the following scenario:Your team provides libraries for use in other, unspecified applications. When designing your API, you have to consider the fact that not every customer will have access to the newest compiler.Let's say you develop a Vector class that looks like...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
16 Jan 2012Lakamraju Raghuram 1 alternative  
Usage of '_HAS_CPP0X' macro in Visual C++ compiler

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Switzerland Switzerland
Graduated at TU Darmstadt in Math & CS, with a heavy focus on CAD/CAM

Programming and designing applications in C++ in the areas AI, real-time programming, client-server applications and CAD/CAM since 1985.

Personal interests: AI, computer graphics, games, reading

Comments and Discussions