ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Programming Languages  >>  VC++  >>  MFC
 
 


 

 
 MFC interview questions  MFC Interview Questions
 ATL interview questions  ATL Interview Questions
 COM DCOM interview questions  COM DCOM Interview Questions
 Win32API interview questions  Win32API Interview Questions
 ActiveX interview questions  ActiveX Interview Questions
 VC++ AllOther interview questions  VC++ AllOther Interview Questions
Question
Difference between Debug and Release versions?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Difference between Debug and Release versions?
Answer
# 1
Both Debug and a Release versions are automatically created 
with default options.

Debug version:
1. Full symbolic debugging information in Microsoft format.
2. Debugging more difficult.
3. Support files required. (MFC Dll’s)
4. More memory size.
Release version:
1. No symbolic debugging information.
2. Optimized for maximum speed.
3. Support files not required. (MFC Dll’s)
4. Less memory size.
 
Is This Answer Correct ?    0 Yes 0 No
Vijayan
 
  Re: Difference between Debug and Release versions?
Answer
# 2
Debug:
Uses MFC Debug Library
No Code Optimization
Debugging Diagnostic macros enabled(_DEBUG defined)

Release:

Uses MFC Release Libray
Code Optimization
Debugging Diagnostic macros disabled(NDEBUG defined)
 
Is This Answer Correct ?    0 Yes 0 No
Harsh Nanchahal
 
 
 

 
 
 
Other MFC Interview Questions
 
  Question Asked @ Answers
 
How to convert a CString variable to char* or LPTSTR? Dover4
what is the use of AFX_MANAGE_STATE ?  2
What is the difference between the SDI and MDI Invensys2
What is CArchive class dowes?  3
How to access document object from view ?  1
In VC++ How to transfer between one exe to another exe while running.. Wipro4
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example  1
What view class enables you to use an edit control as a view?  1
What is the initial function to be called in MFC and what it will do Infosys5
Name the Synchronization objects?  2
what do you mean by psychic window? Patni2
How to update all the views whenver document got updated ?  1
Explain Doc/View architecture Huawei3
What is the difference between the Encapsulation and Abstraction Invensys9
What is the range of intensity of RGB  1
I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS) Invensys2
Differ GetMessage, PostMessage & PeakMessage? Symphony1
How to create a Modeless Dialog?  4
What is #progma and where it is used? L&T3
what is the updated verssion in vc++ Aspect1
 
For more MFC Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com