Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can't Activate Window C++ Pin
guamp22-Feb-09 5:36
guamp22-Feb-09 5:36 
GeneralRe: Can't Activate Window C++ Pin
Graham Bradshaw22-Feb-09 11:06
Graham Bradshaw22-Feb-09 11:06 
QuestionHow to implement an STL or similar Pin
Member 357350622-Feb-09 0:52
Member 357350622-Feb-09 0:52 
AnswerRe: How to implement an STL or similar Pin
CPallini22-Feb-09 2:54
mveCPallini22-Feb-09 2:54 
QuestionCan I comment OBJECT_ENTRY_AUTO Pin
pandit8421-Feb-09 23:51
pandit8421-Feb-09 23:51 
AnswerRe: Can I comment OBJECT_ENTRY_AUTO Pin
CPallini22-Feb-09 2:58
mveCPallini22-Feb-09 2:58 
QuestionHow could i find the '\t' in a file [modified] Pin
Archy_Yu21-Feb-09 16:20
Archy_Yu21-Feb-09 16:20 
AnswerRe: How could i find the '\t' in a file Pin
«_Superman_»21-Feb-09 19:09
professional«_Superman_»21-Feb-09 19:09 
if (ch == '\t')<br />
{<br />
	buff[i++] = ' ';<br />
	buff[i++] = ' ';<br />
	buff[i++] = ' ';<br />
	buff[i++] = ' ';<br />
}<br />


«_Superman
I love work. It gives me something to do between weekends.

GeneralRe: How could i find the '\t' in a file Pin
Archy_Yu21-Feb-09 19:13
Archy_Yu21-Feb-09 19:13 
Questionwin32 dll in visual studio 6.0 VS visual studio 2005/2008 questions Pin
Greg Ellis21-Feb-09 15:10
Greg Ellis21-Feb-09 15:10 
AnswerRe: win32 dll in visual studio 6.0 VS visual studio 2005/2008 questions Pin
Gary R. Wheeler21-Feb-09 15:50
Gary R. Wheeler21-Feb-09 15:50 
AnswerRe: win32 dll in visual studio 6.0 VS visual studio 2005/2008 questions Pin
«_Superman_»21-Feb-09 19:11
professional«_Superman_»21-Feb-09 19:11 
AnswerRe: win32 dll in visual studio 6.0 VS visual studio 2005/2008 questions Pin
Stuart Dootson22-Feb-09 13:46
professionalStuart Dootson22-Feb-09 13:46 
Questiona short code for basic graphics Pin
Redribs21-Feb-09 14:02
Redribs21-Feb-09 14:02 
AnswerRe: a short code for basic graphics Pin
Stephen Hewitt21-Feb-09 22:18
Stephen Hewitt21-Feb-09 22:18 
AnswerRe: a short code for basic graphics Pin
Iain Clarke, Warrior Programmer23-Feb-09 4:45
Iain Clarke, Warrior Programmer23-Feb-09 4:45 
QuestionDeveloping WM5 app, runs differnet in Debug versus Release Pin
uzziah021-Feb-09 12:50
uzziah021-Feb-09 12:50 
AnswerRe: Developing WM5 app, runs differnet in Debug versus Release Pin
uzziah022-Feb-09 15:37
uzziah022-Feb-09 15:37 
Questioncheck existence of file in C++ Pin
meixiang621-Feb-09 11:18
meixiang621-Feb-09 11:18 
AnswerRe: check existence of file in C++ Pin
Iain Clarke, Warrior Programmer21-Feb-09 11:43
Iain Clarke, Warrior Programmer21-Feb-09 11:43 
GeneralRe: check existence of file in C++ Pin
meixiang621-Feb-09 13:49
meixiang621-Feb-09 13:49 
GeneralRe: check existence of file in C++ Pin
enhzflep21-Feb-09 13:59
enhzflep21-Feb-09 13:59 
GeneralRe: check existence of file in C++ Pin
meixiang621-Feb-09 14:14
meixiang621-Feb-09 14:14 
AnswerRe: check existence of file in C++ Pin
Rajesh R Subramanian21-Feb-09 21:08
professionalRajesh R Subramanian21-Feb-09 21:08 
GeneralRe: check existence of file in C++ Pin
David Crow21-Feb-09 14:34
David Crow21-Feb-09 14:34 

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.