Click here to Skip to main content
15,914,406 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ for C165-board Pin
Shog96-Apr-02 9:13
sitebuilderShog96-Apr-02 9:13 
GeneralRe: C++ for C165-board Pin
Dominik Reichl6-Apr-02 9:05
Dominik Reichl6-Apr-02 9:05 
GeneralRe: C++ for C165-board Pin
jafrazee6-Apr-02 11:54
jafrazee6-Apr-02 11:54 
Generalfseek() - generic question dued to a problem Pin
Lockhart6-Apr-02 6:56
Lockhart6-Apr-02 6:56 
GeneralRe: fseek() - generic question dued to a problem Pin
Chris Losinger6-Apr-02 7:24
professionalChris Losinger6-Apr-02 7:24 
GeneralRe: fseek() - generic question dued to a problem Pin
Lockhart6-Apr-02 7:59
Lockhart6-Apr-02 7:59 
GeneralRe: fseek() - generic question dued to a problem Pin
Christian Graus6-Apr-02 17:12
protectorChristian Graus6-Apr-02 17:12 
GeneralRe: fseek() - generic question dued to a problem Pin
Lockhart6-Apr-02 23:13
Lockhart6-Apr-02 23:13 
It's C++, MFC app.

By now I have solved with something like this:

while (fread(id,sizeof(char),32,f) != 0)
{
// almost same stuff here
}


But I thought that it had should exit if fseek() seeks the position over the EOF marker...
GeneralRe: fseek() - generic question dued to a problem Pin
Christian Graus6-Apr-02 23:43
protectorChristian Graus6-Apr-02 23:43 
GeneralRe: fseek() - generic question dued to a problem Pin
Lockhart7-Apr-02 0:38
Lockhart7-Apr-02 0:38 
GeneralRe: fseek() - generic question dued to a problem Pin
Christian Graus7-Apr-02 0:43
protectorChristian Graus7-Apr-02 0:43 
GeneralRe: fseek() - generic question dued to a problem Pin
Lockhart7-Apr-02 1:39
Lockhart7-Apr-02 1:39 
GeneralMain window not brought to foreground on alt+tab when modal dialog is shown Pin
Scott King6-Apr-02 6:29
Scott King6-Apr-02 6:29 
GeneralAdd / Remove Programmatically Pin
Somu Lakshmanan6-Apr-02 5:22
Somu Lakshmanan6-Apr-02 5:22 
GeneralRe: Add / Remove Programmatically Pin
Dominik Reichl6-Apr-02 7:14
Dominik Reichl6-Apr-02 7:14 
GeneralDialog Window Initial Location :: MFC Pin
valikac6-Apr-02 5:28
valikac6-Apr-02 5:28 
GeneralRe: Dialog Window Initial Location :: MFC Pin
Nish Nishant6-Apr-02 5:41
sitebuilderNish Nishant6-Apr-02 5:41 
GeneralRe: Dialog Window Initial Location :: MFC Pin
Shog96-Apr-02 8:00
sitebuilderShog96-Apr-02 8:00 
GeneralRe: Dialog Window Initial Location :: MFC Pin
valikac6-Apr-02 8:22
valikac6-Apr-02 8:22 
GeneralRe: Dialog Window Initial Location :: MFC Pin
Mazdak6-Apr-02 9:07
Mazdak6-Apr-02 9:07 
GeneralRe: Dialog Window Initial Location :: MFC Pin
valikac6-Apr-02 9:44
valikac6-Apr-02 9:44 
GeneralAddPrinter doubt Pin
Somu Lakshmanan6-Apr-02 5:18
Somu Lakshmanan6-Apr-02 5:18 
GeneralCFileStudio Pin
Mazdak6-Apr-02 5:09
Mazdak6-Apr-02 5:09 
GeneralRe: CFileStudio Pin
Dominik Reichl6-Apr-02 7:22
Dominik Reichl6-Apr-02 7:22 
Generaldialog question Pin
jafrazee6-Apr-02 3:45
jafrazee6-Apr-02 3:45 

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.