MFC/Buiider
-
I am making a client server application which for network monitoring in wwhich client will run as NT service. Now i am really in a fix should i do the project in MFC or C++ builder? In case of MFC What are the MFC 's classes and objects which encapsulates "GetUserName()","GetComputerName()","EnumProcess()" and "SetDiCreateDeviceList()" for device lists. Do u thinks C++ Builder's RAD environment will help in making the project faster? How different and difficult is it form Visual C++? Thanks
-
I am making a client server application which for network monitoring in wwhich client will run as NT service. Now i am really in a fix should i do the project in MFC or C++ builder? In case of MFC What are the MFC 's classes and objects which encapsulates "GetUserName()","GetComputerName()","EnumProcess()" and "SetDiCreateDeviceList()" for device lists. Do u thinks C++ Builder's RAD environment will help in making the project faster? How different and difficult is it form Visual C++? Thanks
brilliant101 wrote: What are the MFC 's classes and objects which encapsulates "GetUserName()","GetComputerName()","EnumProcess()" and "SetDiCreateDeviceList()" for device lists. There are none. MFC does not provide a "wrapper" for everything, just those functions and APIs that are common to everyday programs.
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow