Click here to Skip to main content
15,880,796 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: TransparentBlt not showing background correctly Pin
Codling20202-Apr-12 6:35
Codling20202-Apr-12 6:35 
GeneralRe: TransparentBlt not showing background correctly Pin
Code-o-mat2-Apr-12 6:43
Code-o-mat2-Apr-12 6:43 
QuestionHow to check iterator for NULL Pin
KASR12-Apr-12 2:24
KASR12-Apr-12 2:24 
AnswerRe: How to check iterator for NULL Pin
Maximilien2-Apr-12 2:46
Maximilien2-Apr-12 2:46 
GeneralRe: How to check iterator for NULL Pin
KASR12-Apr-12 2:53
KASR12-Apr-12 2:53 
GeneralRe: How to check iterator for NULL Pin
Maximilien2-Apr-12 3:00
Maximilien2-Apr-12 3:00 
GeneralRe: How to check iterator for NULL Pin
KASR12-Apr-12 3:24
KASR12-Apr-12 3:24 
GeneralRe: How to check iterator for NULL Pin
KASR12-Apr-12 4:28
KASR12-Apr-12 4:28 
XML
std::vector<int>::iterator pIter = v.end();

  //do Some operation on pIter

if ( pIter != v.end() )
{
 // do something

}


Is the above logic make sense?
AnswerRe: How to check iterator for NULL Pin
Stephen Hewitt3-Apr-12 7:34
Stephen Hewitt3-Apr-12 7:34 
QuestionMapping logical drive to its physical drive Pin
VCProgrammer1-Apr-12 19:56
VCProgrammer1-Apr-12 19:56 
AnswerRe: Mapping logical drive to its physical drive Pin
Richard MacCutchan1-Apr-12 22:44
mveRichard MacCutchan1-Apr-12 22:44 
QuestionHow to change the variable type on the fly? Pin
Falconapollo1-Apr-12 7:17
Falconapollo1-Apr-12 7:17 
AnswerRe: How to change the variable type on the fly? Pin
Software_Developer1-Apr-12 8:49
Software_Developer1-Apr-12 8:49 
GeneralRe: How to change the variable type on the fly? Pin
Falconapollo1-Apr-12 15:28
Falconapollo1-Apr-12 15:28 
AnswerRe: How to change the variable type on the fly? Pin
CPallini1-Apr-12 21:37
mveCPallini1-Apr-12 21:37 
AnswerRe: How to change the variable type on the fly? Pin
Erudite_Eric1-Apr-12 22:05
Erudite_Eric1-Apr-12 22:05 
QuestionC, VB.net, MySql Pin
kus_hal0331-Mar-12 22:56
kus_hal0331-Mar-12 22:56 
AnswerRe: C, VB.net, MySql Pin
Code-o-mat31-Mar-12 23:13
Code-o-mat31-Mar-12 23:13 
GeneralRe: C, VB.net, MySql Pin
kus_hal0331-Mar-12 23:39
kus_hal0331-Mar-12 23:39 
GeneralRe: C, VB.net, MySql Pin
Code-o-mat31-Mar-12 23:54
Code-o-mat31-Mar-12 23:54 
QuestionAbout the screen shot is black or desktop. Pin
wangningyu31-Mar-12 21:36
wangningyu31-Mar-12 21:36 
QuestionWhat WM_??? does "ShowWindow" actually call and send Pin
Stan the man31-Mar-12 5:40
Stan the man31-Mar-12 5:40 
AnswerRe: What WM_??? does "ShowWindow" actually call and send Pin
Richard MacCutchan31-Mar-12 6:10
mveRichard MacCutchan31-Mar-12 6:10 
AnswerRe: What WM_??? does "ShowWindow" actually call and send Pin
Code-o-mat31-Mar-12 11:36
Code-o-mat31-Mar-12 11:36 
GeneralRe: What WM_??? does "ShowWindow" actually call and send Pin
Stan the man31-Mar-12 13:55
Stan the man31-Mar-12 13:55 

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.