Visual C++
Visual C++
Visual C++
1.Define AppWizard
Appwizard is a code generator used to create a working skeleton for the windows with
the features source code and features specified through dialog boxes.
- MM_HIMETRIC
- MM_ANISOTROPIC
- MM_ISOTROPIC
It is used to return the previous mapping mode and sets the mapping mode specified in
the parameter.
The system font is the font that windows uses by default for text string like strings in titke
bars, menus and dialog boxes. The system font is a razor font which means that the characters
are defined as blocks of pixels.
This function retrieves information about the size of various graphical item in windows
such as icons, occurs, title bars and scroll bars. This function is an important function for
achieving device independent graphical outline in the program.
The 16-bit versions of windows support a special kind of modal dialog called a system
modal dialog, which prevents the user from switching to another application
Windows client area excludes the border, the caption bar,and the menu bar.If we
construct an object of class Cclient DC,the point (0,0) is at the upper-left corner of the client
area.
A window GDI object type is represented by an MFC library class.CGD iobject is the
abstract base class for the GDI object classes.
12.What is Project?
Project is a collection of interrelated source files that are compiled and linked to make up
an executable windows based program or a DLL.
A make file stores compiler and linker options and express all the interrelationships
among source files.
A make program reads the make files and then invokes a compiler , assembler, resource
compiler and linker to produce the final output, which is generally an executable file.
Class Wizard is a program that’s accessible from visual C++’s view menu.
Class wizard writes the prototypes,the function bodies and the code to link the windows message
to the function.
- Win32 Debug
- Win32 Release
High –end cards support 24-bit color .this 24-bit capability enables the display of more than
16.7 million pure colors.The RGB macro allows you to specify the exact colors you want.
Q2: How do I get the "old" (version 6) Visual C++ look in the new Visual Studio .NET environment?
A2: Click the My Profile link on the Start Page. Under Profile, click to select Visual C++ Developer from
the drop-down list box. Under Window Layout, click to select Visual C++ 6. This process will provide you
with the Visual C++ 6.0 appearance in the Visual Studio .NET environment
In MDI:
View->CDocument->CMDIChildWnd ->CMDIFrameWnd -> CWinApp.
This set of C++ interview questions was sent to TechInterviews from Australia:
VC++ Questions
1.How many types of DLLs are there?
3.What is interface?
5.What is MTS?
6.What is .LIB?