Click here to Skip to main content
15,907,000 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Running a program in the taskbar Pin
Jens Doose7-May-04 1:49
Jens Doose7-May-04 1:49 
GeneralRe: Running a program in the taskbar Pin
Garth J Lancaster7-May-04 2:00
professionalGarth J Lancaster7-May-04 2:00 
QuestionHow does fscanf in C/C++ work? Pin
cshs1007-May-04 1:21
cshs1007-May-04 1:21 
AnswerRe: How does fscanf in C/C++ work? Pin
Iain Clarke, Warrior Programmer7-May-04 1:37
Iain Clarke, Warrior Programmer7-May-04 1:37 
GeneralRe: How does fscanf in C/C++ work? Pin
Anonymous7-May-04 1:40
Anonymous7-May-04 1:40 
AnswerRe: How does fscanf in C/C++ work? Pin
Dominik Reichl7-May-04 1:39
Dominik Reichl7-May-04 1:39 
GeneralRe: How does fscanf in C/C++ work? Pin
Anonymous7-May-04 1:58
Anonymous7-May-04 1:58 
GeneralRe: How does fscanf in C/C++ work? Pin
Dominik Reichl7-May-04 2:19
Dominik Reichl7-May-04 2:19 
fscanf can be used for almost anything, reading single bytes, ints, whole strings, etc.

fread is MUCH faster than fscanf! When you use the fscanf function the program must first parse your format string before reading and storing the data! If you need speed, use fread.

Best regards,
Dominik



_outp(0x64, 0xAD);
and
__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? Wink | ;)
(doesn't work on NT)

GeneralRe: How does fscanf in C/C++ work? Pin
jmkhael7-May-04 2:29
jmkhael7-May-04 2:29 
AnswerRe: How does fscanf in C/C++ work? Pin
Garth J Lancaster7-May-04 1:48
professionalGarth J Lancaster7-May-04 1:48 
GeneralRe: How does fscanf in C/C++ work? Pin
Anonymous7-May-04 2:00
Anonymous7-May-04 2:00 
GeneralCOleControl Pin
asv7-May-04 0:44
asv7-May-04 0:44 
QuestionGetInternetFileVersionInfo API? Pin
eqmule7-May-04 0:42
eqmule7-May-04 0:42 
AnswerRe: GetInternetFileVersionInfo API? Pin
Iain Clarke, Warrior Programmer7-May-04 1:43
Iain Clarke, Warrior Programmer7-May-04 1:43 
GeneralReports Generation (Advice Required) Pin
Imtiaz Murtaza7-May-04 0:20
Imtiaz Murtaza7-May-04 0:20 
GeneralProblem with calling stack window Pin
HansGanter6-May-04 23:08
HansGanter6-May-04 23:08 
GeneralRe: Problem with calling stack window Pin
Jens Doose7-May-04 2:46
Jens Doose7-May-04 2:46 
GeneralCString How Big Pin
sweep1236-May-04 22:05
sweep1236-May-04 22:05 
GeneralRe: CString How Big Pin
Hesham Amin6-May-04 22:17
Hesham Amin6-May-04 22:17 
GeneralRe: CString How Big Pin
sweep1237-May-04 0:48
sweep1237-May-04 0:48 
GeneralRe: CString How Big Pin
David Crow7-May-04 3:00
David Crow7-May-04 3:00 
GeneralRe: CString How Big Pin
J.B.23-Jun-04 7:19
J.B.23-Jun-04 7:19 
GeneralRe: CString How Big Pin
David Crow23-Jun-04 7:40
David Crow23-Jun-04 7:40 
GeneralCString questions Pin
deecasas6-May-04 22:01
deecasas6-May-04 22:01 
GeneralRe: CString questions Pin
Anonymous6-May-04 22:24
Anonymous6-May-04 22:24 

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.