home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
tcpp
/
examples
/
ex1.cpp
< prev
next >
Wrap
C/C++ Source or Header
|
1990-06-09
|
189b
|
11 lines
// ex1.cpp: Ein erster Eindruck
// aus Kapitel 6 der Einführung
#include <iostream.h>
main()
{
cout << "Hallo, meine Lieben...\n";
cout << "C++ ist das bessere C.\n";
}