hello~
I have writed some program,
but I unknew, What is the difference in win32 debug and win32 release in Microsoft visual c++? or some conclusion?


please help thanks.

I'm lazy so I'll copy and paste from "Beginning Visual C++ 2005" (I have the pdf)

When you create a new project workspace, Visual C++ 2005 automatically creates configurations for pro-
ducing two versions of your application. One version, called the Debug version, includes information
that helps you debug the program. With the Debug version of your program you can step through the
code when things go wrong, checking on the data values in the program. The other, called the Release
version, has no debug information included and has the code optimization options for the compiler
turned on to provide you with the most efficient executable module.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.