Click here to Skip to main content
16,006,341 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalfiltering packets and... stopping them Pin
Kuniva1-Mar-03 2:00
Kuniva1-Mar-03 2:00 
GeneralRe: filtering packets and... stopping them Pin
Abbas_Riazi1-Mar-03 2:42
professionalAbbas_Riazi1-Mar-03 2:42 
QuestionHow replace file icon ?I mean... Pin
Anonymous28-Feb-03 23:35
Anonymous28-Feb-03 23:35 
GeneralReadFile Pin
Dennis L28-Feb-03 23:15
Dennis L28-Feb-03 23:15 
GeneralRe: ReadFile Pin
Mike Nordell1-Mar-03 2:22
Mike Nordell1-Mar-03 2:22 
GeneralRe: ReadFile Pin
Dennis L1-Mar-03 4:18
Dennis L1-Mar-03 4:18 
GeneralRe: ReadFile Pin
Michael Dunn1-Mar-03 6:29
sitebuilderMichael Dunn1-Mar-03 6:29 
GeneralRe: ReadFile Pin
Mike Nordell17-Mar-03 7:04
Mike Nordell17-Mar-03 7:04 
Michael Dunn wrote:
Confused | :confused: Everything in the CRT eventually calls APIs to get their job done. fstream, fread(), fgets() et al all boil down to calls to ReadFile().

Yes, but usually not every call forces this context switching by calling ReadFile. If dealing with plain-text and line-by-line input (which was the context here), it seems more than likely that only a very small percentage of iostream calls (to get/read data from the file) would actually result in system calls.
Generalusing .NET .dll in c++ / mfc Pin
red2k28-Feb-03 23:05
red2k28-Feb-03 23:05 
GeneralRe: using .NET .dll in c++ / mfc Pin
Stephane Rodriguez.28-Feb-03 23:48
Stephane Rodriguez.28-Feb-03 23:48 
GeneralHelp please!! Pin
adsilva28-Feb-03 21:24
adsilva28-Feb-03 21:24 
GeneralImage Play Pin
satyavasu28-Feb-03 20:03
satyavasu28-Feb-03 20:03 
GeneralLinked list implementation Pin
yashraj28-Feb-03 19:23
yashraj28-Feb-03 19:23 
GeneralRe: Linked list implementation Pin
Chris Richardson28-Feb-03 19:54
Chris Richardson28-Feb-03 19:54 
QuestionHow to check if MS Paint is installed or not Pin
Hemant kulkarni28-Feb-03 17:31
Hemant kulkarni28-Feb-03 17:31 
AnswerRe: How to check if MS Paint is installed or not Pin
Larry Antram28-Feb-03 18:05
Larry Antram28-Feb-03 18:05 
GeneralRe: How to check if MS Paint is installed or not Pin
NormDroid2-Mar-03 4:39
professionalNormDroid2-Mar-03 4:39 
AnswerRe: How to check if MS Paint is installed or not Pin
Stephane Rodriguez.28-Feb-03 23:54
Stephane Rodriguez.28-Feb-03 23:54 
AnswerRe: How to check if MS Paint is installed or not Pin
Brian Shifrin1-Mar-03 0:01
Brian Shifrin1-Mar-03 0:01 
QuestionCan not include ntddk.h in VC7.0 Pin
George228-Feb-03 16:14
George228-Feb-03 16:14 
AnswerRe: Can not include ntddk.h in VC7.0 Pin
Zoltan Csizmadia28-Feb-03 17:03
Zoltan Csizmadia28-Feb-03 17:03 
GeneralRe: Can not include ntddk.h in VC7.0 Pin
George228-Feb-03 17:10
George228-Feb-03 17:10 
GeneralRe: Can not include ntddk.h in VC7.0 Pin
Abbas_Riazi28-Feb-03 23:45
professionalAbbas_Riazi28-Feb-03 23:45 
GeneralRe: Can not include ntddk.h in VC7.0 Pin
George21-Mar-03 1:01
George21-Mar-03 1:01 
GeneralRe: Can not include ntddk.h in VC7.0 Pin
Abbas_Riazi10-Mar-03 18:58
professionalAbbas_Riazi10-Mar-03 18:58 

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.