Click here to Skip to main content
15,890,282 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: static objects in classes Pin
cherii1-Oct-07 5:42
cherii1-Oct-07 5:42 
GeneralRe: static objects in classes Pin
Chris Losinger1-Oct-07 5:48
professionalChris Losinger1-Oct-07 5:48 
GeneralRe: static objects in classes Pin
Mark Salsbery1-Oct-07 5:49
Mark Salsbery1-Oct-07 5:49 
GeneralRe: static objects in classes Pin
cherii1-Oct-07 5:56
cherii1-Oct-07 5:56 
GeneralRe: static objects in classes Pin
Mark Salsbery1-Oct-07 5:58
Mark Salsbery1-Oct-07 5:58 
QuestionC programming - ARRAY Pin
timodc1-Oct-07 4:27
timodc1-Oct-07 4:27 
AnswerRe: C programming - ARRAY Pin
Cedric Moonen1-Oct-07 4:40
Cedric Moonen1-Oct-07 4:40 
GeneralRe: C programming - ARRAY Pin
timodc1-Oct-07 6:49
timodc1-Oct-07 6:49 
Here's a couple of lines out of the code:
while ( fgets ( line, sizeof line, file ) != NULL )<br />
  {<br />
    rn++;                              //row counter<br />
    itoa(rn,regelnummer,10);           //int to char               <br />
    strcpy(alles[i], line);            //copy line in array<br />
    i++;                               //array counter, next line         <br />
    strcpy(alles[i], regelnummer);     //copy row number in array<br />
    i++;                               //array next line<br />
    }<br />
    fclose (file);    <br />
  }

........................................................
first the line out of a file is putted in the array,
after this the line number..
then the next line.. next line number etc..
GeneralRe: C programming - ARRAY Pin
David Crow1-Oct-07 7:03
David Crow1-Oct-07 7:03 
AnswerRe: C programming - ARRAY Pin
Nishad S1-Oct-07 4:44
Nishad S1-Oct-07 4:44 
Question"..\\..release not found??? Pin
srvsah1-Oct-07 3:03
srvsah1-Oct-07 3:03 
QuestionRe: "..\\..release not found??? Pin
David Crow1-Oct-07 3:09
David Crow1-Oct-07 3:09 
QuestionRe: &quot;..\\..release not found??? Pin
Cedric Moonen1-Oct-07 3:09
Cedric Moonen1-Oct-07 3:09 
AnswerRe: "..\\..release not found??? Pin
Nelek1-Oct-07 3:17
protectorNelek1-Oct-07 3:17 
AnswerRe: &quot;..\\..release not found??? Pin
srvsah1-Oct-07 3:17
srvsah1-Oct-07 3:17 
GeneralRe: "..\\..release not found??? Pin
srvsah1-Oct-07 3:22
srvsah1-Oct-07 3:22 
GeneralRe: &quot;..\\..release not found??? Pin
Cedric Moonen1-Oct-07 3:24
Cedric Moonen1-Oct-07 3:24 
GeneralRe: &quot;..\\..release not found??? Pin
srvsah1-Oct-07 3:31
srvsah1-Oct-07 3:31 
GeneralRe: &amp;quot;..\\..release not found??? Pin
toxcct1-Oct-07 3:54
toxcct1-Oct-07 3:54 
QuestionRegistry confirmation Pin
Nelek1-Oct-07 3:03
protectorNelek1-Oct-07 3:03 
QuestionRe: Registry confirmation Pin
David Crow1-Oct-07 3:10
David Crow1-Oct-07 3:10 
AnswerRe: Registry confirmation Pin
Nelek1-Oct-07 3:23
protectorNelek1-Oct-07 3:23 
GeneralRe: Registry confirmation Pin
David Crow1-Oct-07 3:25
David Crow1-Oct-07 3:25 
GeneralRe: Registry confirmation Pin
Nelek1-Oct-07 3:45
protectorNelek1-Oct-07 3:45 
QuestionRe: Registry confirmation Pin
David Crow1-Oct-07 4:10
David Crow1-Oct-07 4:10 

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.