Wednesday, 29 June 2011

Irritating thing about C++ development

Every couple of years, and sometimes every year microsoft releases an update to their Express development studio, MS VC++ Express. When this happens various functions become obsolete or unusable, for instance the old c-style file loading functions are now marked as deprecated because they are not thread safe. This makes keeping old software compatible with the current compilers quite laborious.

No comments:

Post a Comment