!! Programmieren in C und C++

Laut [C++-Primer|http://www.spardorado.de/SDDetails.asp?ID=290] erlaubt C++ sowohl 
* prozedurale, 
* funktionale, 
* objektbasierte als auch 
* objektorientierte Entwicklung von Algorithmen.

Hört sich für mich im ersten Moment toll an.
Dann sehe ich Konstrukte wie folgende im Makefile ''(aus DBD-SQLite-1.09-Makefile)'' und blättere direkt weiter zu http://use.perl.org oder http://slashdot.org: 

{{{.c.i:
        cc -E -c $(PASTHRU_INC) $(INC) \
        $(CCFLAGS) $(OPTIMIZE) \
        $(PERLTYPE) $(MPOLLUTE) $(DEFINE_VERSION) \
        $(XS_DEFINE_VERSION) $(CCCDLFLAGS) "-I$(PERL_INC)" $(PASTHRU_DEFINE) $(DEFINE) $*.c > $*.i
}}} 

!Links zu C++, die Reihenfolge ist möglicherweise irrelevant:

* Eine C++ - [Referenz|http://www.cppreference.com/]
* Die C++ - [Annotations|http://www.icce.rug.nl/documents/cplusplus/]
* GUI-Anbindung an die [Wx-Widgets|http://www.wxwindows.org/manuals/2.6.3/wx_contents.html]
* Diverse Artikel zum Thema bei [kompf.de|http://cplus.kompf.de/artikel/index.html]

-- MarkusMonderkamp am 07.11.2006