cpp is not the C++ compiler. It is only the C/C++ preprocessor that handles #includes, #define, and that sort of thing. So it’s not surprising that you don’t have an executable program after running cpp.
You have to use g++, or c++ (same thing, just an alias for g++).
OK it works when i use printf().
When I work with cout cin, there are so many errors, consol can’t show all, what can I do?
How I can renew the complet libary-system in /usr/include/c++?
I need ne book, i studie mathematic, in university we often programm with c++, on my old pc with winXP it works. I also try it with namespace std and std::,
Maybe you can say me some commands for saving(or show) the complet error, because I can’t see the top, consol is full :); YOu see I’m new(bi) working with suse/linux…