Tutorials – Cal-linux.com

Click on the article name to go directly to the article, or click on the icon  to see a description.

Click here for description
Click here for description
Click here for description


An Introduction to the C++ Standard Template Library (STL)

In this article, I present an introduction/tutorial of the STL. The article presents the fundamental concepts of the Standard Template Library, with examples that help you understand these concepts.

Level: Intermediate.

Back to the top top



A Wrapper for Look-Up Tables (LUT) Operations in C++

In this article, I present an implementation in C++ of LUT operations. I first present a definition and properties of Look-Up Tables, with examples of use. I then show the implementation details of the classes to represent LUTs that perform floating-point multiplications and function evaluations. A discussion on when to use LUTs is also presented in the article.

Level: Intermediate.

Back to the top top


C++ Notes

These are several short tutorials on different topics of C++ programming. Some include exercises with solutions.

Getting started with C++
Strings
Vectors
File I/O

Level: Beginner.

Back to the top top

 
 
  About Us | Products | Services | Downloads | Articles | Tutorials