Programmieren in C und C++#

Laut C++-Primer 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:#

-- MarkusMonderkamp am 07.11.2006

Add new attachment

Only authorized users are allowed to upload new attachments.
« This page (revision-2) was last changed on 07-Nov-2006 17:37 by MarkusMonderkamp