Click here to Skip to main content
15,900,973 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Extended Style not shown Pin
Stephen Hewitt7-Jun-07 19:00
Stephen Hewitt7-Jun-07 19:00 
GeneralRe: Extended Style not shown Pin
Chilli717-Jun-07 19:52
Chilli717-Jun-07 19:52 
Questionpls help me Pin
saisp7-Jun-07 18:18
saisp7-Jun-07 18:18 
GeneralRe: pls help me Pin
thammadi7-Jun-07 18:42
thammadi7-Jun-07 18:42 
GeneralRe: pls help me Pin
saisp7-Jun-07 18:49
saisp7-Jun-07 18:49 
AnswerRe: pls help me Pin
Hamid_RT7-Jun-07 19:23
Hamid_RT7-Jun-07 19:23 
AnswerRe: pls help me Pin
Chilli717-Jun-07 19:26
Chilli717-Jun-07 19:26 
GeneralRe: pls help me Pin
Chilli717-Jun-07 19:40
Chilli717-Jun-07 19:40 
GeneralRe: pls help me Pin
saisp7-Jun-07 20:18
saisp7-Jun-07 20:18 
QuestionRe: pls help me Pin
David Crow8-Jun-07 2:20
David Crow8-Jun-07 2:20 
QuestionHow to activate intellisense in C/C++ Pin
C#Coudou7-Jun-07 15:17
C#Coudou7-Jun-07 15:17 
AnswerRe: How to activate intellisense in C/C++ Pin
Mark Salsbery7-Jun-07 16:20
Mark Salsbery7-Jun-07 16:20 
AnswerRe: How to activate intellisense in C/C++ Pin
Michael Dunn7-Jun-07 19:57
sitebuilderMichael Dunn7-Jun-07 19:57 
AnswerRe: How to activate intellisense in C/C++ Pin
hansipet7-Jun-07 23:07
hansipet7-Jun-07 23:07 
GeneralRe: How to activate intellisense in C/C++ Pin
C#Coudou12-Jun-07 19:06
C#Coudou12-Jun-07 19:06 
QuestionGetting Installed Softwares Pin
Akin Ocal7-Jun-07 10:36
Akin Ocal7-Jun-07 10:36 
AnswerRe: Getting Installed Softwares Pin
David Crow7-Jun-07 10:42
David Crow7-Jun-07 10:42 
GeneralRe: Getting Installed Softwares Pin
Akin Ocal7-Jun-07 10:54
Akin Ocal7-Jun-07 10:54 
GeneralRe: Getting Installed Softwares Pin
David Crow7-Jun-07 10:58
David Crow7-Jun-07 10:58 
GeneralRe: Getting Installed Softwares Pin
vipin_nvk7-Jun-07 22:04
vipin_nvk7-Jun-07 22:04 
GeneralRe: Getting Installed Softwares Pin
David Crow8-Jun-07 2:18
David Crow8-Jun-07 2:18 
GeneralRe: Getting Installed Softwares Pin
vipin_nvk8-Jun-07 3:08
vipin_nvk8-Jun-07 3:08 
QuestionRe: Getting Installed Softwares Pin
David Crow8-Jun-07 3:11
David Crow8-Jun-07 3:11 
QuestionApending to a file Pin
LCI7-Jun-07 10:10
LCI7-Jun-07 10:10 
I have a file that may contain contents that look like

START
ABSC
ABGNN
ANHHJJ
AHHHHH
STOP 4

I am having some trouble figuring out how i would append say ZZZZZZ for it to look like:

START
ABSC
ABGNN
ANHHJJ
AHHHHH
ZZZZZZ
STOP 5

where the "ZZZZZZ" was added before the STOP and the number after the STOP was incremented by 1 cause there was only 1 item added.



QuestionRe: Apending to a file Pin
David Crow7-Jun-07 10:23
David Crow7-Jun-07 10:23 

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.