debug compiling in C++ - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: debug compiling in C++ (/showthread.php?tid=35559) debug compiling in C++ by Ash_ on 12-13-2004 at 01:14 AM
ok. im using Dev-C++ to compile my code. i know i must be doing something wrong when i compile because my compiled exe is like 100kb. RE: debug compiling in C++ by RaceProUK on 12-13-2004 at 12:35 PM Debug Mode in an IDE is usually set in the Project Settings, or the Active Configurations, or similar. In VC++, it's under Active Configuration. There should be a similar option in Dev-C++ RE: debug compiling in C++ by TheBlasphemer on 12-13-2004 at 01:17 PM
The bigger file-size could also be because of Dev-C++, RE: debug compiling in C++ by RaceProUK on 12-14-2004 at 09:28 AM
quote:It can also use Cygwin or gcc. |