C++
What is C++ ?
Well C++ is a program language that needs to be compiled in order to work. This also means that it needs to be compiled for every different system (x86, alpha) and different Operating Systems (windows, Linux, FreeBSD). The advantage is that it works faster then interpreted languages (HTML, ASP, CGI, Java).
- Compilers and tools
- Basic
- Variables
- Operators
- Flow control (if,for,while,..)
- Functions
- Arrays
- Strings
Scripts
Some good sites:
Usenet-groups:
- comp.lang.c++
- comp.lang.c++.leda
- comp.lang.c++.moderated
- comp.std.c++ - Discussion about C++ language, library, standards.