S R T B H P N

LangCpp - C++ language feature discussions and demos

LangCpp, LangCSharp, LangPowerShell

Syntax and Semantics:

Code Demonstrations:

  • See Code Snaps dropdown in menu, above.
    These are html displays of short pieces of code.
  • Basic syntax demos Elementary C++ examples: constructor syntax, class layout in memory, composition, inheritance, initialization, and std::iostreams.
  • STR class Demonstrates value type class anatomy using STR class - it represents strings, but should not be used in place of std::string.
  • STL Containers Basic usage demos for each of the STL containers.
  • std::iostream demos Illustrates formatting, reading, writing, manipulating std::istream and std::ostream instances.
  • std::thread demos Demonstrates useage of std::thread instances in a variety of scenarios.
  • Processes and Threads Provides diagrams that illustrate Windows processes, virtual memory system, and Windows events. Links to Thread presentations, and to demonstration code.