You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A curriculum migrating C programmers to C++ should highlight the function alternatives that C++ offers (inline functions and constexpr functions).
Type system
A curriculum migrating C programmers to C++ should highlight the object alternatives that C++ offers (const-qualified objects and possibly-inline constexpr objects).
History
This component of C++ has plagued the community for decades, and deserves more than a mention in a historical context.
Interop with C
TODO: add justification
The text was updated successfully, but these errors were encountered:
Compilation model
TODO: add justification
Functions
A curriculum migrating C programmers to C++ should highlight the function alternatives that C++ offers (inline functions and constexpr functions).
Type system
A curriculum migrating C programmers to C++ should highlight the object alternatives that C++ offers (
const
-qualified objects and possibly-inlineconstexpr
objects).History
This component of C++ has plagued the community for decades, and deserves more than a mention in a historical context.
Interop with C
TODO: add justification
The text was updated successfully, but these errors were encountered: