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

C / C++ / MFC

 
GeneralRe: I just bought a PocketPC today. I wonder if I can use VC++ to write programs for it? Pin
Kevin McFarlane15-Nov-03 10:06
Kevin McFarlane15-Nov-03 10:06 
GeneralAbout Message Map in MFC(WM_HSCROLL) Pin
Robe14-Nov-03 18:52
Robe14-Nov-03 18:52 
Questionhow can I manipulate IE in vc++6.0 Pin
linlin200014-Nov-03 16:17
linlin200014-Nov-03 16:17 
AnswerRe: how can I manipulate IE in vc++6.0 Pin
Peter Molnar15-Nov-03 16:12
Peter Molnar15-Nov-03 16:12 
GeneralSHGetFileInfo Pin
alex.barylski14-Nov-03 15:47
alex.barylski14-Nov-03 15:47 
GeneralChecking to See if All Memory Allocated is Free Pin
Anonymous14-Nov-03 14:09
Anonymous14-Nov-03 14:09 
GeneralRe: Checking to See if All Memory Allocated is Free Pin
Ryan Roberts14-Nov-03 16:07
Ryan Roberts14-Nov-03 16:07 
GeneralRe: Checking to See if All Memory Allocated is Free Pin
Gopalakrishna Palem15-Nov-03 2:53
Gopalakrishna Palem15-Nov-03 2:53 
GeneralHorizontal ListBox with OWNERDRAW as yes. Pin
DanYELL14-Nov-03 13:49
DanYELL14-Nov-03 13:49 
GeneralHelp with basic sound Pin
Snyp14-Nov-03 12:29
Snyp14-Nov-03 12:29 
GeneralRe: Help with basic sound Pin
Prakash Nadar14-Nov-03 21:22
Prakash Nadar14-Nov-03 21:22 
GeneralGetting the dialog from a propert page Pin
K. Shaffer14-Nov-03 12:05
K. Shaffer14-Nov-03 12:05 
GeneralRe: Getting the dialog from a propert page Pin
Ravi Bhavnani14-Nov-03 13:53
professionalRavi Bhavnani14-Nov-03 13:53 
QuestionHow to Display Small Greek Pi? Pin
Don Zhao14-Nov-03 11:53
Don Zhao14-Nov-03 11:53 
AnswerRe: How to Display Small Greek Pi? Pin
Roger Allen17-Nov-03 0:48
Roger Allen17-Nov-03 0:48 
QuestionHow to watch static variables while debugging Pin
Hashim Saleem14-Nov-03 11:15
Hashim Saleem14-Nov-03 11:15 
AnswerRe: How to watch static variables while debugging Pin
antlers14-Nov-03 11:49
antlers14-Nov-03 11:49 
GeneralRe: How to watch static variables while debugging Pin
Hashim Saleem15-Nov-03 22:52
Hashim Saleem15-Nov-03 22:52 
GeneralDesigning a report. Pin
esepich14-Nov-03 11:06
esepich14-Nov-03 11:06 
GeneralVS Printing feature Pin
Anonymous14-Nov-03 10:03
Anonymous14-Nov-03 10:03 
GeneralRe: VS Printing feature Pin
Peter Molnar14-Nov-03 14:31
Peter Molnar14-Nov-03 14:31 
GeneralCStdioFile and positioning the pointer Pin
ns14-Nov-03 9:20
ns14-Nov-03 9:20 
GeneralRe: CStdioFile and positioning the pointer Pin
Ravi Bhavnani14-Nov-03 10:46
professionalRavi Bhavnani14-Nov-03 10:46 
Imho, you're much better off reading in the entire file into an object and exposing access methods in that object. File I/O is inherently slow. Further, since you're reading ASCII data (strings) and not binary fixed length records, you don't want to keep the file open for the lifetime of the app.

However, this may be a problem if your file is very large (eg: more than 64K strings).

/ravi

Let's put "civil" back in "civilization"
Home | Articles | Freeware | Music
ravib@ravib.com

QuestionWhere can I get Visual C++ 1.5 ? Pin
Cyrus Dang14-Nov-03 9:08
Cyrus Dang14-Nov-03 9:08 
AnswerRe: Where can I get Visual C++ 1.5 ? Pin
LasVegasGuy14-Nov-03 9:33
LasVegasGuy14-Nov-03 9:33 

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.