01-15-2012, 01:52 AM
(01-15-2012, 01:10 AM)AceInfinity Wrote:Quote:C:\Users\{UserName}\Documents\Visual Studio 2010\Projects\{ProjectName}\{ProjectName}\bin\Debug
!!
No no. I would suggest NEVER ever getting into that bad habit. Make absolute sure that your project is in Release configuration when you want to use the compiled executable. Always.
If you ever begin a language like C++ you'll never get away with that. It's very very bad to do.
Implying I don't know c++ to a point. It's not a bad habit if it fits a language, if you compare languages then or compiling then almost anything can be seen as a "bad habit". Like using whitespace in vb.net compared to braces in C#.