I'm at a university and some teachers send us C++ code using PDF files.
When I want to copy the code from the PDF to Code::Blocks and run the program, I get some weird errors, like: "stray '\342' in program" or "stray '\200' in program" or other codes like this where 342 or 200 could be any number made out of 3 digits.
How can I copy code from a PDF to Code::Blocks and make it work?