Skip to content

Rubusch/cpp

Repository files navigation

CircleCI License: GPL v3

CONTENT

Assorted code snippets, notes from the net ranging from "what is a pointer?" to how to template arithmetics mostly classic C++0x.

The start of this notes was probably in the early 2000s, there was never a major cleanup.

BUILD

If no separate README is contained, on LINUX open a shell and go to the specific source, compile snippets using make, and run the *.exe file.

$ make
$ ./*.exe

.exe is not used on Linux? I understand. Tell me more..

DISCLAIMER

No liability for the contents of this repository can be accepted. Use the codes, concepts, examples and other content at your own risk. There may be errors and inaccuracies, that may of course be damaging to your system.

You should proceed with caution. The author does not accept any responsibility for any damage incurred.