What is type-safety?
Answer / gaurav kunzru
The capability to catch errors when your program is
compiled is sometimes referred to as type safety.
Is This Answer Correct ? | 0 Yes | 0 No |
Do I need microsoft visual c++ 2005 redistributable on my computer?
I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL and which DLL is from COM DLL. please give me some clear picture on these
How do I fix microsoft visual c++ 2015 setup failed?
How do you handle drag and drop in ole?
Explain the significance of initapplication() in vc++.
What is microsoft visual c++ 2008 redistributable?
Name the three types of loops used in C++ programs?
What is more efficient to pass as a parameter--a pointer or an object? Why?
How do I uninstall vc++ 2015?
What is the purpose of a C++ namespace?
Explain pointer to the constant and constant pointer? Explain difference between them.
Explain some of commonly used methods provided by iunknown.