What's the rule for "cleaning" and "rebuilding"...?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Using VS2005 I often find myself making incremental changes to an app then finding that it will start crashing in some weird way. In the general, the weirder that it crashes - the better - because then I know to just clean the solution and rebuild it. Just wondering what the general rule is on the optimal frequency of "build solution," "clean solution," and "rebuild solution." ? As for me, as the first paragraph suggests - I just use "build" repeatedly until I start getting some weird heap corruption thingie that I'm pretty sure I'm not causing, by then I know it's time to "clean solution" and build again.... But that's just me - an amateur hack who's copy of Ivor Horton was stolen in Ecuador. -@LRG