Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WM_NOTIFY in VS 2008 Pin
Mark Salsbery25-Sep-08 7:19
Mark Salsbery25-Sep-08 7:19 
AnswerRe: WM_NOTIFY in VS 2008 Pin
Mark Salsbery25-Sep-08 5:35
Mark Salsbery25-Sep-08 5:35 
QuestionTimer code that executes a script after a fixed interval Pin
yonifra25-Sep-08 4:33
yonifra25-Sep-08 4:33 
AnswerRe: Timer code that executes a script after a fixed interval Pin
led mike25-Sep-08 4:40
led mike25-Sep-08 4:40 
GeneralRe: Timer code that executes a script after a fixed interval Pin
yonifra25-Sep-08 5:04
yonifra25-Sep-08 5:04 
QuestionMPEG4 Conversion Pin
lal001225-Sep-08 3:44
lal001225-Sep-08 3:44 
AnswerRe: MPEG4 Conversion Pin
Rajesh R Subramanian25-Sep-08 3:58
professionalRajesh R Subramanian25-Sep-08 3:58 
AnswerRe: MPEG4 Conversion Pin
bulg25-Sep-08 7:05
bulg25-Sep-08 7:05 
AnswerRe: MPEG4 Conversion Pin
cmk25-Sep-08 10:27
cmk25-Sep-08 10:27 
AnswerRe: MPEG4 Conversion Pin
Chandrasekharan P25-Sep-08 18:27
Chandrasekharan P25-Sep-08 18:27 
Questionproblem with singleton class Pin
SRKSHOME25-Sep-08 2:50
SRKSHOME25-Sep-08 2:50 
AnswerRe: problem with singleton class Pin
Cedric Moonen25-Sep-08 2:57
Cedric Moonen25-Sep-08 2:57 
GeneralRe: problem with singleton class Pin
SRKSHOME25-Sep-08 3:17
SRKSHOME25-Sep-08 3:17 
QuestionDialog - waiting while control is populated Pin
tiresias225-Sep-08 2:50
tiresias225-Sep-08 2:50 
AnswerRe: Dialog - waiting while control is populated Pin
Graham Bradshaw25-Sep-08 3:06
Graham Bradshaw25-Sep-08 3:06 
AnswerRe: Dialog - waiting while control is populated Pin
Michael Dunn25-Sep-08 12:31
sitebuilderMichael Dunn25-Sep-08 12:31 
GeneralRe: Dialog - waiting while control is populated Pin
tiresias226-Sep-08 3:03
tiresias226-Sep-08 3:03 
GeneralRe: Dialog - waiting while control is populated Pin
tiresias229-Sep-08 3:32
tiresias229-Sep-08 3:32 
Questiontypelib issue -- GetRecordInfoFromGuids Pin
George_George25-Sep-08 2:35
George_George25-Sep-08 2:35 
QuestionConnecting to SQL Server Express Database Pin
Ali Tavakol25-Sep-08 2:23
Ali Tavakol25-Sep-08 2:23 
QuestionHow to write char buffer to ostream Pin
CodingLover25-Sep-08 2:11
CodingLover25-Sep-08 2:11 
AnswerRe: How to write char buffer to ostream Pin
David Crow25-Sep-08 3:55
David Crow25-Sep-08 3:55 
CodingLover wrote:
char writeBuffer[100] = {0};
// Do the processing on buffer
str.write(writeBuffer, 200);


Shouldn't the second argument to write() match the size of writeBuffer?

CodingLover wrote:
char test[256] = {0};
sprintf(test, "%s", str.str());


What happens if str is larger than 256 characters?

CodingLover wrote:
memcpy(400, buffer, 200);


Do you have a variable named 400?

"Love people and use things, not love things and use people." - Unknown

"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch


QuestionIs MFC obsolete? Pin
Christian Flutcher25-Sep-08 2:01
Christian Flutcher25-Sep-08 2:01 
AnswerRe: Is MFC obsolete? Pin
toxcct25-Sep-08 2:14
toxcct25-Sep-08 2:14 
GeneralRe: Is MFC obsolete? Pin
CPallini4-Aug-09 11:39
mveCPallini4-Aug-09 11:39 

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.