Image

Imagelavandergirl wrote in Imagecpp

Is their a way to only compile bits of code for debug compiles?
I mean replacing stuff like :
// Comment this bit out when compiling for release
    cout<<"Press ENTER to continue..."<
[Error: Irreparable invalid markup ('<endl;>') in entry. Owner must fix manually. Raw contents below.]

Is their a way to only compile bits of code for debug compiles?
I mean replacing stuff like :
<pre>
// Comment this bit out when compiling for release
cout<<"Press ENTER to continue..."<<endl;
cin.get();
</pre>

Would just make things easier