C vs C++
-
C vs C++
- Comments
- Namespaces
- Performing Simple Output
- Performing Simple Input
- Definitions near to first Use
- Function prototypes
- The inline specifier
- const
- Structure Members
- The reference type
- Overloading function names
- Default parameters
- Scope resolution operator
- Aggregates
- Operators new and delete
- The bool Data Type
- The string Data Type
Was genau sind eigentlich "Aggregates"?
-
- Function prototypes
Ich will ja nicht meckern, aber in C gibt es sowas auch, genauso wie const und inline und die Operatoren new und delete werden in einer prozeduralen Sprache auch
wirklich gebraucht
-
Ich will ja nicht meckern, aber könnte jemand die Frage beantworten.
-
Sind C++ Aggregate class und struct?
-
Aggregate sind Objekte und Arrays.
-
class Aggregate {}; class Aggregator { Aggregate aggregate; };
-
Das wird ja immer unklarer!