.C vs .cc vs. .cpp vs .hpp vs .h vs .cxx [dopplicate]C++

Programme in C++. Entwicklerforum
Anonymous
 .C vs .cc vs. .cpp vs .hpp vs .h vs .cxx [dopplicate]

Post by Anonymous »

Mögliche Duplikate: < /strong>

*.h oder *.HPP für Ihre Klassendefinitionen

Was ist der Unterschied zwischen .CC und .CPP -Datei -Suffix? /> [*]

Code: Select all

.h
Dateien sind Header -Dateien für C und C ++ und enthalten normalerweise nur Deklarationen.
[*]

Code: Select all

.c
Dateien sind C -Quellcode.

Code: Select all

.cpp
Dateien sind C ++ - Quellcode (der auch C -Quellcode sein kann). Wann benutzt du die "neuen"?

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post