The following actions may harm you:
std::cout << "Printing some /* source code */" << std::endl;
This is a good example. Imagine the damage you could do if a line started a comment and didn't end? You can end up removing huge chunks of your code.
" " ( " ", "" ", ), . , .
EDIT: @MSalters, , , , , , , , , . , , ++, . file.cpp, (- ):
cpp file.cpp
, #include s , , , , . , cpp C ( #include #define .. C), , , GCC, :
gcc -E file.cpp
( gcc g++, - #include <iostream> .)
, , , , (, GCC , , ). , , , , .
, . , .