Forum: C++ Nov 20th, 2008 |
| Replies: 3 Views: 667 Yes, it is VC++ express version. Then what header file I need to add under this version for solving this problem?
Thanks! |
Forum: C++ Nov 20th, 2008 |
| Replies: 3 Views: 667 Here is my code, I want to get the coordinate of the mouse position:
#include <iostream>
#include <string>
//#include "WinDef.h"
//#include "stdafx.h"
#include <windowsx.h>
#include... |