User Tools

Site Tools


getting_started:cplusplus

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
getting_started:cplusplus [2015/09/23 17:10] – [Namespaces] 146.136.39.83getting_started:cplusplus [2017/09/24 15:29] (current) – removed graf
Line 1: Line 1:
-====== C++ for Beginners ====== 
-This is a very short introduction into a couple of concepts of C++. It should enable a beginner without knowledge in C++ to properly use EEROS in an own simple application. 
  
-===== Namespaces ===== 
-With namespaces you can group entities such as classes or enums under a choosen name. In this way the global scope can be split into subscopes with distinguished names. EEROS heavely uses namespaces.   
-<code cpp> 
-namespace 
-</code> 
getting_started/cplusplus.1443021017.txt.gz · Last modified: 2015/09/23 17:10 (external edit)