Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMultiple language Pin
Scozturk26-Feb-04 5:30
professionalScozturk26-Feb-04 5:30 
GeneralRe: Multiple language Pin
Prakash Nadar26-Feb-04 5:40
Prakash Nadar26-Feb-04 5:40 
GeneralF1 key for other thing than help! Pin
avallet26-Feb-04 5:16
avallet26-Feb-04 5:16 
GeneralRe: F1 key for other thing than help! Pin
Prakash Nadar26-Feb-04 5:27
Prakash Nadar26-Feb-04 5:27 
Generalhelp set the program back to original Pin
catngo26-Feb-04 5:09
catngo26-Feb-04 5:09 
GeneralRe: help set the program back to original Pin
Prakash Nadar26-Feb-04 5:15
Prakash Nadar26-Feb-04 5:15 
GeneralRe: help set the program back to original Pin
catngo26-Feb-04 6:12
catngo26-Feb-04 6:12 
GeneralEnd Of File (eof) test help Pin
catngo26-Feb-04 5:04
catngo26-Feb-04 5:04 
i have a program reading data from a text file and display each section to a grid display. i do a EOF test make sure every info has been extract but seem like a infinite loop.

int counter = 0;
char Char;
char Array[100];

ifstream file;
file.open("somefile.txt");
do{
file.get(Char);
Array[counter] = Char;
++counter;
}while(Char != file.EOF());



seem like good but it a infinite loop;
any help?
GeneralRe: End Of File (eof) test help Pin
Prakash Nadar26-Feb-04 5:12
Prakash Nadar26-Feb-04 5:12 
GeneralRe: End Of File (eof) test help Pin
catngo26-Feb-04 6:05
catngo26-Feb-04 6:05 
GeneralMessageBox button caption change Pin
misha_grewal26-Feb-04 4:51
misha_grewal26-Feb-04 4:51 
GeneralRe: MessageBox button caption change Pin
Prakash Nadar26-Feb-04 4:56
Prakash Nadar26-Feb-04 4:56 
GeneralRe: MessageBox button caption change Pin
toxcct26-Feb-04 4:57
toxcct26-Feb-04 4:57 
GeneralRe: MessageBox button caption change Pin
Shog926-Feb-04 17:49
sitebuilderShog926-Feb-04 17:49 
GeneralRe: MessageBox button caption change Pin
Paul Hooper26-Feb-04 18:32
Paul Hooper26-Feb-04 18:32 
GeneralAdd Scroll to CFormView Pin
DanYELL26-Feb-04 4:43
DanYELL26-Feb-04 4:43 
GeneralRe: Add Scroll to CFormView Pin
Prakash Nadar26-Feb-04 5:00
Prakash Nadar26-Feb-04 5:00 
GeneralRe: Add Scroll to CFormView Pin
DanYELL26-Feb-04 5:50
DanYELL26-Feb-04 5:50 
GeneralRe: Add Scroll to CFormView Pin
Prakash Nadar26-Feb-04 13:51
Prakash Nadar26-Feb-04 13:51 
GeneralMS FlexGrid Pin
TolTol26-Feb-04 4:31
TolTol26-Feb-04 4:31 
QuestionWhy does WaitForDebugEvent() fail? Pin
coomymorris26-Feb-04 4:24
coomymorris26-Feb-04 4:24 
QuestionRedirecting stderr or cout to a file? Pin
LonelyTower26-Feb-04 3:49
LonelyTower26-Feb-04 3:49 
AnswerRe: Redirecting stderr or cout to a file? Pin
Roger Allen26-Feb-04 3:54
Roger Allen26-Feb-04 3:54 
AnswerRe: Redirecting stderr or cout to a file? Pin
pfsat26-Feb-04 10:30
pfsat26-Feb-04 10:30 
AnswerRe: Redirecting stderr or cout to a file? Pin
pfsat26-Feb-04 10:31
pfsat26-Feb-04 10:31 

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.