difference between assert and verify.
No Answer is Posted For this Question
Be the First to Post Answer
What is splitter window in vc++?
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?
What is a glyph?
what is the difference between the codes written in the document class and view class
What is the difference between pointer and reference?
7 Answers IBM, Microsoft, Tech Mahindra,
What is a thread (VC++) and state the difference between Cmutex and Csemaphone?
#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}
How do I uninstall and reinstall microsoft visual c++ runtime libraries?
What is the purpose of declaring a variable as unsigned?
Explain some of commonly used methods provided by iunknown.
Explain pointer to the constant and constant pointer?
how to declare and populate an array of checkBoxes