Open main menu

CDOT Wiki β

Changes

Programming Course Content 20111

69 bytes removed, 21:17, 22 February 2012
C
** variadic macros
** gets() deprecated
* [http://www.open-std.org/JTC1/SC22/wg14/www/docs/n1570.pdf C1xC11] has been published and approved
** support international programming, minimize incompatibilities
** improved Unicode support
** multi-threading
** _Generic keyword
* C11 introduced several new features and deprecated several features
** ''to be completed''
* shouldn't we start to teach C11
** as of Visual Studio 2010 Microsoft had no plans to support C99
* shouldn't we start to teach C11?
== C++ ==