How to make my C++ compilation work..

Pretender

Banned
Mar 14, 2000
7,192
0
0
no, programs made in c/c++ can't be decompiled.

well, they can, but the result will be in asm, and will look nothing like what you wrote.
 

nd

Golden Member
Oct 9, 1999
1,690
0
0


<< no, programs made in c/c++ can't be decompiled.

well, they can, but the result will be in asm, and will look nothing like what you wrote.
>>

Once upon a time in DOS land there was a decompiler that would output in C. However, the code was really ugly and used a special library and nothing beyond &quot;Hello World&quot; was ever compilable.