Click here to Skip to main content
15,899,026 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCInternetSession question Pin
baloneyman20-Jun-07 9:51
baloneyman20-Jun-07 9:51 
QuestionAnyone know which file defines GET_X_LPARAM and GET_Y_LPARAM macros for WM_MOUSEMOVE? Pin
Cyrilix20-Jun-07 9:12
Cyrilix20-Jun-07 9:12 
AnswerRe: Anyone know which file defines GET_X_LPARAM and GET_Y_LPARAM macros for WM_MOUSEMOVE? Pin
Mark Salsbery20-Jun-07 9:30
Mark Salsbery20-Jun-07 9:30 
GeneralRe: Anyone know which file defines GET_X_LPARAM and GET_Y_LPARAM macros for WM_MOUSEMOVE? Pin
Cyrilix20-Jun-07 9:32
Cyrilix20-Jun-07 9:32 
GeneralRe: Anyone know which file defines GET_X_LPARAM and GET_Y_LPARAM macros for WM_MOUSEMOVE? Pin
Mark Salsbery20-Jun-07 9:38
Mark Salsbery20-Jun-07 9:38 
QuestionIt has been 10 years! Pin
mrw_houston20-Jun-07 8:59
mrw_houston20-Jun-07 8:59 
AnswerRe: It has been 10 years! Pin
Cyrilix20-Jun-07 9:21
Cyrilix20-Jun-07 9:21 
AnswerRe: It has been 10 years! [modified] Pin
Mark Salsbery20-Jun-07 9:34
Mark Salsbery20-Jun-07 9:34 
You may find namespaces new (or new namespaces) Smile | :)

iostream stuff will be in the std namespace. If you don't want to explicitly resolve the
namespace everywhere (with the scope resolution operator) then you can add this to your
source (CPP!) files:

using namespace std;

Mark



-- modified at 20:02 Wednesday 20th June, 2007
*edited in red*

"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

GeneralRe: It has been 10 years! Pin
Stephen Hewitt20-Jun-07 13:55
Stephen Hewitt20-Jun-07 13:55 
GeneralRe: It has been 10 years! Pin
Mark Salsbery20-Jun-07 14:02
Mark Salsbery20-Jun-07 14:02 
QuestionRelease OK,Debug Error! Pin
kingliub20-Jun-07 6:21
kingliub20-Jun-07 6:21 
AnswerRe: Release OK,Debug Error! Pin
shivditya20-Jun-07 6:23
shivditya20-Jun-07 6:23 
GeneralRe: Release OK,Debug Error! Pin
kingliub20-Jun-07 6:29
kingliub20-Jun-07 6:29 
AnswerRe: Release OK,Debug Error! Pin
Cedric Moonen20-Jun-07 7:30
Cedric Moonen20-Jun-07 7:30 
GeneralRe: Release OK,Debug Error! Pin
Mark Salsbery20-Jun-07 8:55
Mark Salsbery20-Jun-07 8:55 
GeneralRe: Release OK,Debug Error! Pin
kingliub20-Jun-07 20:28
kingliub20-Jun-07 20:28 
AnswerRe: Release OK,Debug Error! Pin
shivditya28-Jun-07 3:44
shivditya28-Jun-07 3:44 
QuestionMENU xp theme Pin
shiraztk20-Jun-07 5:31
shiraztk20-Jun-07 5:31 
QuestionIs it possible to draw on dialog Pin
shivditya20-Jun-07 5:10
shivditya20-Jun-07 5:10 
AnswerRe: Is it possible to draw on dialog Pin
led mike20-Jun-07 5:12
led mike20-Jun-07 5:12 
GeneralRe: Is it possible to draw on dialog Pin
shivditya20-Jun-07 5:16
shivditya20-Jun-07 5:16 
AnswerRe: Is it possible to draw on dialog Pin
Mark Salsbery20-Jun-07 5:19
Mark Salsbery20-Jun-07 5:19 
GeneralRe: Is it possible to draw on dialog Pin
shivditya20-Jun-07 5:25
shivditya20-Jun-07 5:25 
QuestionRe: Is it possible to draw on dialog Pin
Mark Salsbery20-Jun-07 5:29
Mark Salsbery20-Jun-07 5:29 
AnswerRe: Is it possible to draw on dialog Pin
shivditya20-Jun-07 5:37
shivditya20-Jun-07 5:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.