Firstly, you need to
#inclure
before you're able to use SORTIE_SUCCÈS constant.
Another problem with your C++ code is that you've forgotten to use std::lend and instead used '\n' in your output string - it won't work in French code, obviously, only code written in English and Russian is allowed to do that.
Even more, you used wrong indentation (GCC on French requires tabs instead of spaces) and brace placement (you need to place braces on the same line whenever possible, no spaces between them allowed); keeping them unchanged will generate "vous ne connaissez pas votre tabulation, Jacques" and "pas assez d'amour entre accolades" runtime errors in your code.
After I changed those lines, the code successfully compiled. It still hasn't run, probably for the reasons specified here.
Snippet: http://ideone.fr/sQbL6E