How to convert C++ to binary

Hello, i was wondering if there was a way to convert a project written in C++ to binary code for a school project. thank you
Could you explain why you mean by 'binary code'? I have never heard of such a programming language. Do you mean Machine Code?
binary code: like the 1s and 0s that make up the program
That isn't called 'binary code'. This text is in binary format, but you're not reading ones ant zeroes are you? That's because the ones and zeroes only exist at the hardware level. To the computer, there is no such thing.

What you want is probably called 'compiling code'. Just find a suitable compiler, and, well, compile your code. it will generate an EXEcutable file ;)
Topic archived. No new replies allowed.