Click here to Skip to main content
15,902,762 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What to use instead of GetWindowsText() or GetDlgItemText() Pin
valikac19-May-03 18:30
valikac19-May-03 18:30 
GeneralRe: What to use instead of GetWindowsText() or GetDlgItemText() Pin
Toni7819-May-03 18:54
Toni7819-May-03 18:54 
GeneralRe: What to use instead of GetWindowsText() or GetDlgItemText() Pin
Mike Doner20-May-03 9:10
Mike Doner20-May-03 9:10 
GeneralThank you Pin
Toni7820-May-03 14:34
Toni7820-May-03 14:34 
Generalhelp with playin wave files Pin
ALLmightySPIFF19-May-03 17:15
ALLmightySPIFF19-May-03 17:15 
GeneralRe: help with playin wave files Pin
J. Dunlap19-May-03 19:06
J. Dunlap19-May-03 19:06 
GeneralWrite to a file. Pin
kjessee19-May-03 16:59
kjessee19-May-03 16:59 
GeneralRe: Write to a file. Pin
Dominik Reichl19-May-03 21:28
Dominik Reichl19-May-03 21:28 
Depends on how you define "fast".

If you meant small code: use fopen fprintf and fclose.

If you meant fast writing: use Win32 file API or/and mapped files.

-Dominik



_outp(0x64, 0xAD);
and
__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? Wink | ;)

GeneralStreamOut with large content Pin
blongtq19-May-03 15:48
blongtq19-May-03 15:48 
GeneralRe: StreamOut with large content Pin
Martyn Pearson19-May-03 21:18
Martyn Pearson19-May-03 21:18 
GeneralRe: StreamOut with large content Pin
blongtq20-May-03 16:43
blongtq20-May-03 16:43 
GeneralRe: StreamOut with large content Pin
Martyn Pearson20-May-03 22:52
Martyn Pearson20-May-03 22:52 
GeneralWatch Window Bug under /Zc:forScope Pin
Doug19-May-03 14:31
Doug19-May-03 14:31 
GeneralRe: Watch Window Bug under /Zc:forScope Pin
Maxwell Chen19-May-03 15:38
Maxwell Chen19-May-03 15:38 
GeneralRe: Watch Window Bug under /Zc:forScope Pin
Doug19-May-03 15:47
Doug19-May-03 15:47 
QuestionHow to convert a large DWORD to a string? Pin
mcgahanfl19-May-03 14:25
mcgahanfl19-May-03 14:25 
AnswerRe: How to convert a large DWORD to a string? Pin
Dave Bryant19-May-03 14:39
Dave Bryant19-May-03 14:39 
GeneralRe: How to convert a large DWORD to a string? Pin
mcgahanfl20-May-03 2:55
mcgahanfl20-May-03 2:55 
QuestionAccessing other users' My Documents folders? Pin
IGx8919-May-03 13:44
IGx8919-May-03 13:44 
GeneralCRecentFileList Pin
dings19-May-03 10:44
dings19-May-03 10:44 
QuestionPrinting with MFC? Pin
dings19-May-03 9:51
dings19-May-03 9:51 
AnswerRe: Printing with MFC? Pin
David Crow19-May-03 10:02
David Crow19-May-03 10:02 
GeneralRe: Printing with MFC? Pin
dings19-May-03 10:35
dings19-May-03 10:35 
GeneralSpy++ - like app Pin
Member 40241919-May-03 8:33
Member 40241919-May-03 8:33 
GeneralRe: Spy++ - like app Pin
Joaquín M López Muñoz19-May-03 9:04
Joaquín M López Muñoz19-May-03 9:04 

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.