Programmieren in C und C++#
Laut C++-Primer erlaubt C++ sowohl
- prozedurale,
- funktionale,
- objektbasierte als auch
- objektorientierte Entwicklung von Algorithmen.
.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
- Die C++ - Annotations
- GUI-Anbindung an die Wx-Widgets
- Diverse Artikel zum Thema bei kompf.de
Add new attachment
Only authorized users are allowed to upload new attachments.