Click here to Skip to main content
15,891,767 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can I get the VISIBLE part of the client area in a window? Pin
Iain Clarke, Warrior Programmer3-Mar-09 22:43
Iain Clarke, Warrior Programmer3-Mar-09 22:43 
GeneralRe: How can I get the VISIBLE part of the client area in a window? Pin
Stuart Dootson3-Mar-09 22:48
professionalStuart Dootson3-Mar-09 22:48 
Questionproblems about Template using Pin
jeansea3-Mar-09 4:02
jeansea3-Mar-09 4:02 
AnswerRe: problems about Template using Pin
Cedric Moonen3-Mar-09 4:08
Cedric Moonen3-Mar-09 4:08 
GeneralRe: problems about Template using Pin
jeansea3-Mar-09 4:15
jeansea3-Mar-09 4:15 
GeneralRe: problems about Template using Pin
Cedric Moonen3-Mar-09 4:21
Cedric Moonen3-Mar-09 4:21 
GeneralRe: problems about Template using Pin
jeansea3-Mar-09 5:02
jeansea3-Mar-09 5:02 
GeneralRe: problems about Template using Pin
Stuart Dootson3-Mar-09 4:24
professionalStuart Dootson3-Mar-09 4:24 
jeansea wrote:
compiler error the message is

error C2668: “min”:


Let's be more accurate - that's part of the message...this is the message I get from your code:

error C2668: 'min' : ambiguous call to overloaded function
        a.cpp(6): could be 'Type min<int>(Type,Type)'
        with
        [
            Type=int
        ]
        C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\xutility(3397): or       'const _Ty &std::min<int>(const _Ty &,const _Ty &)'
        with
        [
            _Ty=int
        ]
        while trying to match the argument list '(int, int)'


It helps when a) programming, or b) asking questions about programming, to get all the details correct and in place...

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: problems about Template using Pin
jeansea3-Mar-09 5:08
jeansea3-Mar-09 5:08 
JokeRe: problems about Template using Pin
Stuart Dootson3-Mar-09 6:31
professionalStuart Dootson3-Mar-09 6:31 
GeneralRe: problems about Template using Pin
CPallini3-Mar-09 5:54
mveCPallini3-Mar-09 5:54 
AnswerRe: problems about Template using Pin
Stuart Dootson3-Mar-09 4:17
professionalStuart Dootson3-Mar-09 4:17 
JokeRe: problems about Template using Pin
Nemanja Trifunovic3-Mar-09 4:27
Nemanja Trifunovic3-Mar-09 4:27 
JokeRe: problems about Template using Pin
Stuart Dootson3-Mar-09 5:47
professionalStuart Dootson3-Mar-09 5:47 
JokeRe: problems about Template using Pin
Eytukan3-Mar-09 6:57
Eytukan3-Mar-09 6:57 
JokeRe: problems about Template using Pin
Stuart Dootson3-Mar-09 8:07
professionalStuart Dootson3-Mar-09 8:07 
JokeRe: problems about Template using Pin
Eytukan3-Mar-09 17:18
Eytukan3-Mar-09 17:18 
GeneralRe: problems about Template using Pin
CPallini3-Mar-09 22:46
mveCPallini3-Mar-09 22:46 
GeneralRe: problems about Template using Pin
CPallini3-Mar-09 22:45
mveCPallini3-Mar-09 22:45 
QuestionShared pointer in VS2008 Pin
vibindia3-Mar-09 3:51
vibindia3-Mar-09 3:51 
AnswerRe: Shared pointer in VS2008 Pin
Stuart Dootson3-Mar-09 3:57
professionalStuart Dootson3-Mar-09 3:57 
QuestionWaitCommEvent Pin
komofilms773-Mar-09 3:05
komofilms773-Mar-09 3:05 
AnswerRe: WaitCommEvent Pin
David Crow3-Mar-09 3:21
David Crow3-Mar-09 3:21 
AnswerRe: WaitCommEvent Pin
Stuart Dootson3-Mar-09 4:07
professionalStuart Dootson3-Mar-09 4:07 
Questionconvert cstring to LPBYTE Pin
amit.code3-Mar-09 2:58
amit.code3-Mar-09 2:58 

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.