| Name | Expertise | Status |
 |
Ralph McArdell U.K. View Profile
| I am a software developer with more than 10 years C++ experience and over 20 years experience developing a wide variety of applications for Windows
NT/2000/XP, UNIX, Linux and other platforms. I can help with basic to advanced C++, C, software development and many platform specific and system development problems.
| Available Ask A Question View Past Answers |
vijayan India View Profile
| my primary areas of interest are generic and template metaprogramming, STL, algorithm design, design patterns, c++0x and the boost library. i would be able to answer questions in these areas. i would not be able to answer questions about gui programming. | Available Ask A Question View Past Answers |
Bill A U.S. View Profile
| I can answer questions about C++, programming algorithms, Windows programming in MFC (which is C++). I cannot answer questions about STL (templates). | Available Ask A Question View Past Answers |
Joydeep Bhattacharya India View Profile
| I can answer questions in Hindi as well as English. TSR, Socket and Very Complex Mathematical Problem | Available Ask A Question View Past Answers |
Prince M. Premnath India View Profile
| Years of research in Turbo C 3.0 Will bring you all facts regarding , OOPS , SVGA , MOUSE , BIOS , IVT , Be free to ask questions. | On Vacation returns 08/31/2008 View Past Answers |
| |
| VOLUNTEER TO BE AN EXPERT IN THIS CATEGORY |
| Recent Answers |
 |
 |
2008-08-29 DoDataExchange: Hi, I'm confused too now, since pDX is declared in the function formal parameter list. If you have: void MyDialog::DoDataExchange(CDataExchange* pDX) { pDX = NULL; } It says pDX is not defined?...
|
2008-08-28 doubt regaring wParam: if the middle mouse button goes down on the client area of a window, a WM_MBUTTONDOWN message is generated and the wParam could be one or more of these bit flags: MK_CONTROL The CTRL key is down....
|
2008-08-28 DoDataExchange: Hi Neil - hang in there buddy! :) In the class for the dialog. You probably have something like: class MyDialog : class CDialog { publid: ... void DoDataExchange(CDataExchange* pDX); }...
|
2008-08-28 Serial communication and Break field: I've never done this, so can't argue either way. But I'll keep giving you ideas. Set the CommTimeouts to call the event callback when receiving times out after 1mS. I would think the OS would do...
|
2008-08-27 DoDataExchange: Ok. Getting there... DoDataExchange is an override. So in your class derived from CDialog i the H, you need: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support And in the CPP:...
|
| More Answers for "C++" |