Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHelp :) Pin
RobJones29-Nov-01 15:23
RobJones29-Nov-01 15:23 
GeneralRe: Help :) Pin
Rick York29-Nov-01 15:47
mveRick York29-Nov-01 15:47 
GeneralRe: Help :) Pin
RobJones29-Nov-01 15:56
RobJones29-Nov-01 15:56 
GeneralRe: Help :) Pin
Nish Nishant29-Nov-01 16:10
sitebuilderNish Nishant29-Nov-01 16:10 
General[pure C] how to know if a FILE* is opened Pin
Stephane Routelous29-Nov-01 14:20
Stephane Routelous29-Nov-01 14:20 
GeneralRe: [pure C] how to know if a FILE* is opened Pin
Jon Sagara29-Nov-01 14:27
Jon Sagara29-Nov-01 14:27 
GeneralRe: [pure C] how to know if a FILE* is opened Pin
Stephane Routelous29-Nov-01 14:44
Stephane Routelous29-Nov-01 14:44 
GeneralRe: [pure C] how to know if a FILE* is opened Pin
Nish Nishant29-Nov-01 16:15
sitebuilderNish Nishant29-Nov-01 16:15 
Here is a round-about way to chk whether a FILE* is that of an open file

(1) use _fileno to get the file handle
(2) call _filelength passing this handle

if _filelength returns -1 file is not open else it is open

Nish

Sonork ID 100.9786 voidmain
www.busterboy.org
If you don't find me on CP, I'll be at Bob's HungOut
GeneralBuilding MFC Classes Software Pin
Giancarlo Amati29-Nov-01 11:26
Giancarlo Amati29-Nov-01 11:26 
GeneralRe: Building MFC Classes Software Pin
Nish Nishant29-Nov-01 16:18
sitebuilderNish Nishant29-Nov-01 16:18 
GeneralRe: Building MFC Classes Software Pin
Michael P Butler29-Nov-01 22:45
Michael P Butler29-Nov-01 22:45 
GeneralSockets and Services Pin
sassiecode29-Nov-01 11:24
sassiecode29-Nov-01 11:24 
GeneralRe: Sockets and Services Pin
Ravi Bhavnani29-Nov-01 12:14
professionalRavi Bhavnani29-Nov-01 12:14 
GeneralOverriding the Save function Pin
Chambers29-Nov-01 9:00
Chambers29-Nov-01 9:00 
GeneralRe: Overriding the Save function Pin
Prem Kumar29-Nov-01 17:49
Prem Kumar29-Nov-01 17:49 
GeneralPrinting Dialog Boxes Pin
Gautam Deora29-Nov-01 8:40
Gautam Deora29-Nov-01 8:40 
GeneralRe: Printing Dialog Boxes Pin
Prem Kumar29-Nov-01 18:10
Prem Kumar29-Nov-01 18:10 
GeneralOpening Word Pin
29-Nov-01 8:01
suss29-Nov-01 8:01 
GeneralRe: Opening Word Pin
Bill Wilson29-Nov-01 8:35
Bill Wilson29-Nov-01 8:35 
GeneralRe: Opening Word Pin
Michael Dunn29-Nov-01 8:47
sitebuilderMichael Dunn29-Nov-01 8:47 
GeneralODBC and .txt files Pin
Stanislav29-Nov-01 7:14
Stanislav29-Nov-01 7:14 
GeneralRe: ODBC and .txt files Pin
Nish Nishant29-Nov-01 16:27
sitebuilderNish Nishant29-Nov-01 16:27 
Generalopen a document Pin
Monica29-Nov-01 7:04
Monica29-Nov-01 7:04 
GeneralRe: open a document Pin
Bill Wilson29-Nov-01 7:32
Bill Wilson29-Nov-01 7:32 
GeneralAfxResourceHandle is NULL Pin
Bill Wilson29-Nov-01 6:49
Bill Wilson29-Nov-01 6:49 

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.