Click here to Skip to main content
15,913,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: win32 to console Pin
_AnsHUMAN_ 22-Jun-06 3:04
_AnsHUMAN_ 22-Jun-06 3:04 
AnswerRe: win32 to console Pin
led mike22-Jun-06 5:37
led mike22-Jun-06 5:37 
AnswerRe: win32 to console Pin
Michael Dunn22-Jun-06 8:34
sitebuilderMichael Dunn22-Jun-06 8:34 
QuestionRead content from CTreeCtrl! Pin
bosfan22-Jun-06 1:40
bosfan22-Jun-06 1:40 
AnswerRe: Read content from CTreeCtrl! Pin
peterchen22-Jun-06 5:21
peterchen22-Jun-06 5:21 
GeneralRe: Read content from CTreeCtrl! Pin
bosfan22-Jun-06 9:57
bosfan22-Jun-06 9:57 
AnswerRe: Read content from CTreeCtrl! Pin
Hamid_RT22-Jun-06 20:10
Hamid_RT22-Jun-06 20:10 
Questionadding data at the end of already exisiting file Pin
zahid_ash22-Jun-06 1:32
zahid_ash22-Jun-06 1:32 
HI,

A file "ABC.txt" has already been created using CFile and modes
CFile::modeCreate | CFile::modeWrite | CFile::typeBinary

Now I am opeing it using modes
CFile::modeNoTruncate | CFile::modeWrite | CFile::typeBinary
and write the data in it

but it do not appeand the data at its end.
I am also using CFile::SeekToEnd();

Whats the write ways to add data at the end of already existing file?

thanks

Regards.
AnswerRe: adding data at the end of already exisiting file Pin
_AnsHUMAN_ 22-Jun-06 1:40
_AnsHUMAN_ 22-Jun-06 1:40 
GeneralRe: adding data at the end of already exisiting file Pin
zahid_ash22-Jun-06 2:01
zahid_ash22-Jun-06 2:01 
GeneralRe: adding data at the end of already exisiting file Pin
_AnsHUMAN_ 22-Jun-06 2:14
_AnsHUMAN_ 22-Jun-06 2:14 
AnswerRe: adding data at the end of already exisiting file Pin
Hamid_RT22-Jun-06 20:25
Hamid_RT22-Jun-06 20:25 
QuestionTCP Socket Selection Pin
69 Bay22-Jun-06 1:31
69 Bay22-Jun-06 1:31 
AnswerRe: TCP Socket Selection Pin
bolivar12322-Jun-06 2:15
bolivar12322-Jun-06 2:15 
GeneralRe: TCP Socket Selection Pin
69 Bay22-Jun-06 2:31
69 Bay22-Jun-06 2:31 
Questionfunction needs pointer not vector Pin
PhilRosenberg22-Jun-06 1:08
PhilRosenberg22-Jun-06 1:08 
AnswerRe: function needs pointer not vector Pin
Justin Tay22-Jun-06 1:19
Justin Tay22-Jun-06 1:19 
AnswerRe: function needs pointer not vector Pin
Ryan Binns22-Jun-06 1:22
Ryan Binns22-Jun-06 1:22 
GeneralRe: function needs pointer not vector Pin
Stephen Hewitt22-Jun-06 1:41
Stephen Hewitt22-Jun-06 1:41 
GeneralRe: function needs pointer not vector Pin
Ryan Binns22-Jun-06 2:03
Ryan Binns22-Jun-06 2:03 
AnswerRe: function needs pointer not vector Pin
Viorel.22-Jun-06 1:23
Viorel.22-Jun-06 1:23 
AnswerRe: function needs pointer not vector Pin
FarPointer22-Jun-06 1:24
FarPointer22-Jun-06 1:24 
GeneralRe: function needs pointer not vector Pin
Chris Losinger22-Jun-06 1:26
professionalChris Losinger22-Jun-06 1:26 
GeneralRe: function needs pointer not vector [modified] Pin
PhilRosenberg22-Jun-06 1:34
PhilRosenberg22-Jun-06 1:34 
GeneralRe: function needs pointer not vector Pin
Stephen Hewitt22-Jun-06 1:50
Stephen Hewitt22-Jun-06 1:50 

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.