Skip to content

karlredman/CPP_Examples

Repository files navigation

VARIOUS C++ EXAMPLES (INCLUDING IPC C++)

This project consists of various C++ examples from very basic concepts to somewhat more complex subject matter. In particular, basic C++ language features are demonstrated here alongside some fairly complex IPC (interprocess communications) implementations.

Fundamentals

  • C++ iterations constructs examples.
  • C++ function overloading examples.
  • Simple C++ templates.
  • Simple C++ stream buffer overloading and inheritance.
  • Virtual functions and abstract classes examples.

IPC stuff

  • C++ with pthreads (POSIX threads).
  • pthread control through C++ constructs.
  • Basic Thread management (fairly complex) using C++.

These examples are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Furthermore, I will NOT enforce (at this time) any copyrights for this particular grouping of example code (use at your own risk and at your own discretion).

About

C++ Coding Examples (including IPC) with browsable doxygen documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published