Click here to Skip to main content
16,005,437 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: crash when exiting with system menu Pin
nss11-Aug-02 12:19
nss11-Aug-02 12:19 
GeneralRe: crash when exiting with system menu Pin
Ravi Bhavnani11-Aug-02 12:33
professionalRavi Bhavnani11-Aug-02 12:33 
Generalediting list ctrl labels Pin
nyasa11-Aug-02 0:32
nyasa11-Aug-02 0:32 
GeneralRe: editing list ctrl labels Pin
User 665811-Aug-02 1:33
User 665811-Aug-02 1:33 
GeneralRe: editing list ctrl labels Pin
valikac11-Aug-02 6:12
valikac11-Aug-02 6:12 
Generalifstream trouble-big trouble Pin
Kramerey11-Aug-02 0:27
sussKramerey11-Aug-02 0:27 
GeneralRe: ifstream trouble-big trouble Pin
Anonymous11-Aug-02 0:34
Anonymous11-Aug-02 0:34 
GeneralRe: ifstream trouble-big trouble Pin
valikac11-Aug-02 6:15
valikac11-Aug-02 6:15 
The best solution is to use a data structure. You could create this data structure yourself and thus you know the exact format.

Otherwise, you could use the getline and string technique, but then you will need an algorithm to determine the integrity of each role of data in the file.

You could use isdigit() to determine the data type of each byte in the file.

Kuphryn
QuestionWhat exactly is a memo type field in Access? Pin
nss10-Aug-02 23:07
nss10-Aug-02 23:07 
AnswerRe: What exactly is a memo type field in Access? Pin
Anonymous10-Aug-02 23:24
Anonymous10-Aug-02 23:24 
GeneralRe: What exactly is a memo type field in Access? Pin
nss11-Aug-02 0:50
nss11-Aug-02 0:50 
GeneralRe: What exactly is a memo type field in Access? Pin
Anonymous11-Aug-02 1:59
Anonymous11-Aug-02 1:59 
GeneralRe: What exactly is a memo type field in Access? Pin
nss11-Aug-02 3:24
nss11-Aug-02 3:24 
GeneralRe: What exactly is a memo type field in Access? Pin
Anonymous11-Aug-02 3:29
Anonymous11-Aug-02 3:29 
Generala simple SQL question Pin
nss10-Aug-02 23:00
nss10-Aug-02 23:00 
GeneralRe: a simple SQL question Pin
Anonymous10-Aug-02 23:17
Anonymous10-Aug-02 23:17 
GeneralRe: a simple SQL question Pin
Anonymous11-Aug-02 0:35
Anonymous11-Aug-02 0:35 
GeneralRe: a simple SQL question Pin
nss11-Aug-02 3:23
nss11-Aug-02 3:23 
Generalmenu disabling problem(urgent) Pin
SilentWarrior10-Aug-02 22:57
SilentWarrior10-Aug-02 22:57 
GeneralRe: menu disabling problem(urgent) Pin
Hans Ruck11-Aug-02 4:09
Hans Ruck11-Aug-02 4:09 
GeneralRe: menu disabling problem(urgent) Pin
Mike Upton12-Aug-02 0:29
Mike Upton12-Aug-02 0:29 
GeneralColor Brightness Pin
Wolfram Steinke10-Aug-02 22:58
Wolfram Steinke10-Aug-02 22:58 
GeneralRe: Color Brightness Pin
Anonymous11-Aug-02 0:36
Anonymous11-Aug-02 0:36 
GeneralRe: Color Brightness Pin
Peter Occil11-Aug-02 6:35
Peter Occil11-Aug-02 6:35 
QuestionIs my CString format suspect here? Pin
nss10-Aug-02 19:24
nss10-Aug-02 19: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.