Answer: August 29th, 2009 by sd | Posted in Uncategorized
#include #define MAX_ARRAY_VARIABLES 50 #define MAX_VARIABLE_NAME_SZ 25 typedef struct { char m_czVarName[MAX_VARIABLE_NAME_SZ]; int *pArray; int iGroup; int iSize; }ArrayVariable;
class CVariableMgr { public: CVariableMgr(); ~CVariableMgr(); int processArrayVariableDataFile(char *czFile); int getVariable(char *czName, ArrayVariable& Data); private: // int addVariable(char *czName); int addValues2CurrentVariable(char *czBuffer);
Popularity: unranked [?] There are no responses yet Leave a Reply Click here to cancel reply.
Name *
Email *
Website
RSS for Posts RSS for Comments
* Recent Posts o 1. What is IUnknown? What methods are provided by IUnknown? o How to make sure that a file is not included more than once while compiling code ? o Explain GetMessage(), PeekMessage(), SendMessage(), PostMessage(). o What is threading ? o Understanding the Difference Between Postfix and Prefix Operators o Invoking a Function Through a fuction Pointer o What is a NaN? o What are the advantages of using DLL’s? What are the different types of DLL’s? What are the differences between a User DLL and an MFC Extension DLL? o What should you be aware of if you design a program that runs days/weeks/months/years? o What is the effective way of DIB files management o How to handle command line arguements from simple MFC application ? o What is CArchive class does? o what is the use of AFX_MANAGE_STATE ? o What Is CMutex ? o Explain the program flow for a MFC based application ? * 1. 100% What is the difference between "overloading" and "overriding"? 2. 95% Visual C++ 3. 77% Can we declare a static function as virtual? 4. 77% What is the difference between struct and class? 5. 72% 6. 61% what is the use of AFX_MANAGE_STATE ? 7. 61% What is CArchive class does? 8. 48% Explain the program flow for a MFC based application ? 9. 48% What Is CMutex ? 10. 48% What problem does the namespace feature solve? 11. 45% Explain the flow for a simple win32 based application ? 12. 43% MFC Goodies 13. 36% VISUAL STUDIO TEAM FOUNDATION SERVER 14. 35% : Are there any new intrinsic (built-in) data types? 15. 35%
* RSS Technical Contents o THE INTERNET * RSS Programming interview Questions and answers o Database Questions V o Data Warehousing questions V o .Net Interview Questions V o Winrunner Questions o C#.Net VC++ VB.net ETL WCF Testing Job openings o Data Warehousing – informatica Questions o .Net Interview Questions III o Software Testing Interview Questions II o Database Interview Questions IV o Operating System Interview Questions II o Data Warehousing Interview Questions IV o Visual C++ Interview Questions IV o Today’s free ebooks download links o Data Warehousing Interview Questions III o Database Interview Questions III * RSS free ebooks download Links o Adobe Creative Suite 2 How-Tos: 100 Essential Techniques o Service-Oriented Software System Engineering o WebSphere Application Server 7.0 Administration Guide o Solr 1.4 Enterprise Search Server o Data Structures Program Design in C++ o Nuclear Magnetic Resonance Spectroscopy o IP in Wireless Networks o Linux Desk Reference (2nd Edition) o Core C++ o Computer Organization and Architecture * Meta o Log in
#include #define MAX_ARRAY_VARIABLES 50 #define MAX_VARIABLE_NAME_SZ 25 typedef struct { char m_czVarName[MAX_VARIABLE_NAME_SZ]; int *pArray; int iGroup; int iSize; }ArrayVariable;
class CVariableMgr { public: CVariableMgr(); ~CVariableMgr(); int processArrayVariableDataFile(char *czFile); int getVariable(char *czName, ArrayVariable& Data); private: // int addVariable(char *czName); int addValues2CurrentVariable(char *czBuffer);
Popularity: unranked [?] There are no responses yet Leave a Reply Click here to cancel reply.
Name *
Email *
Website
RSS for Posts RSS for Comments
* Recent Posts o 1. What is IUnknown? What methods are provided by IUnknown? o How to make sure that a file is not included more than once while compiling code ? o Explain GetMessage(), PeekMessage(), SendMessage(), PostMessage(). o What is threading ? o Understanding the Difference Between Postfix and Prefix Operators o Invoking a Function Through a fuction Pointer o What is a NaN? o What are the advantages of using DLL’s? What are the different types of DLL’s? What are the differences between a User DLL and an MFC Extension DLL? o What should you be aware of if you design a program that runs days/weeks/months/years? o What is the effective way of DIB files management o How to handle command line arguements from simple MFC application ? o What is CArchive class does? o what is the use of AFX_MANAGE_STATE ? o What Is CMutex ? o Explain the program flow for a MFC based application ? * 1. 100% What is the difference between "overloading" and "overriding"? 2. 95% Visual C++ 3. 77% Can we declare a static function as virtual? 4. 77% What is the difference between struct and class? 5. 72% 6. 61% what is the use of AFX_MANAGE_STATE ? 7. 61% What is CArchive class does? 8. 48% Explain the program flow for a MFC based application ? 9. 48% What Is CMutex ? 10. 48% What problem does the namespace feature solve? 11. 45% Explain the flow for a simple win32 based application ? 12. 43% MFC Goodies 13. 36% VISUAL STUDIO TEAM FOUNDATION SERVER 14. 35% : Are there any new intrinsic (built-in) data types? 15. 35%
* RSS Technical Contents o THE INTERNET * RSS Programming interview Questions and answers o Database Questions V o Data Warehousing questions V o .Net Interview Questions V o Winrunner Questions o C#.Net VC++ VB.net ETL WCF Testing Job openings o Data Warehousing – informatica Questions o .Net Interview Questions III o Software Testing Interview Questions II o Database Interview Questions IV o Operating System Interview Questions II o Data Warehousing Interview Questions IV o Visual C++ Interview Questions IV o Today’s free ebooks download links o Data Warehousing Interview Questions III o Database Interview Questions III * RSS free ebooks download Links o Adobe Creative Suite 2 How-Tos: 100 Essential Techniques o Service-Oriented Software System Engineering o WebSphere Application Server 7.0 Administration Guide o Solr 1.4 Enterprise Search Server o Data Structures Program Design in C++ o Nuclear Magnetic Resonance Spectroscopy o IP in Wireless Networks o Linux Desk Reference (2nd Edition) o Core C++ o Computer Organization and Architecture * Meta o Log in