Click here to Skip to main content
15,902,447 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionExectable not running for normal user and then dissappearing ? Not doing any thing Pin
Kushagra Tiwari2-Nov-09 21:14
Kushagra Tiwari2-Nov-09 21:14 
AnswerRe: Exectable not running for normal user and then dissappearing ? Not doing any thing Pin
KarstenK2-Nov-09 21:21
mveKarstenK2-Nov-09 21:21 
GeneralRe: Exectable not running for normal user and then dissappearing ? Not doing any thing Pin
Kushagra Tiwari2-Nov-09 21:25
Kushagra Tiwari2-Nov-09 21:25 
AnswerRe: Exectable not running for normal user and then dissappearing ? Not doing any thing Pin
Rajesh R Subramanian2-Nov-09 21:31
professionalRajesh R Subramanian2-Nov-09 21:31 
GeneralRe: Exectable not running for normal user and then dissappearing ? Not doing any thing Pin
Kushagra Tiwari2-Nov-09 22:58
Kushagra Tiwari2-Nov-09 22:58 
GeneralRe: Exectable not running for normal user and then dissappearing ? Not doing any thing Pin
Rajesh R Subramanian3-Nov-09 0:11
professionalRajesh R Subramanian3-Nov-09 0:11 
AnswerRe: Exectable not running for normal user and then dissappearing ? Not doing any thing Pin
KarstenK2-Nov-09 23:43
mveKarstenK2-Nov-09 23:43 
QuestionHow to insert a character into the text file ? Pin
wangningyu2-Nov-09 16:45
wangningyu2-Nov-09 16:45 
Hello everybody !

I don't want to read the Text File,because the file is too large.

example , if the text file only have this characters ,like "12356789".

when I user this C++ code ,it will cover the old data.
<br />
FILE *pFile = fopen("1.txt","w");<br />
fseek(pFile,3,SEEK_SET);<br />
fwrite("4",1,strlen("4"),pFile);<br />
fclose(pFile);<br />

How to insert the character '4' into the text file ?

thanks for your reply !

Best Reguards !
AnswerRe: How to insert a character into the text file ? Pin
David Crow2-Nov-09 16:49
David Crow2-Nov-09 16:49 
GeneralRe: How to insert a character into the text file ? Pin
wangningyu2-Nov-09 18:27
wangningyu2-Nov-09 18:27 
Question"joining" files like when a Web page is saved from Internet Explorer Pin
lorax12842-Nov-09 16:19
lorax12842-Nov-09 16:19 
AnswerRe: "joining" files like when a Web page is saved from Internet Explorer Pin
«_Superman_»2-Nov-09 16:31
professional«_Superman_»2-Nov-09 16:31 
GeneralRe: "joining" files like when a Web page is saved from Internet Explorer [modified] Pin
lorax12843-Nov-09 2:06
lorax12843-Nov-09 2:06 
GeneralRe: "joining" files like when a Web page is saved from Internet Explorer Pin
«_Superman_»3-Nov-09 5:03
professional«_Superman_»3-Nov-09 5:03 
AnswerRe: "joining" files like when a Web page is saved from Internet Explorer Pin
Big Daddy Farang3-Nov-09 5:00
Big Daddy Farang3-Nov-09 5:00 
QuestionAn Ado problem ,help Pin
tyr20002-Nov-09 14:41
tyr20002-Nov-09 14:41 
QuestionRe: An Ado problem ,help Pin
David Crow2-Nov-09 16:54
David Crow2-Nov-09 16:54 
AnswerRe: An Ado problem ,help Pin
tyr20002-Nov-09 17:26
tyr20002-Nov-09 17:26 
GeneralRe: An Ado problem ,help Pin
Adam Roderick J2-Nov-09 19:52
Adam Roderick J2-Nov-09 19:52 
GeneralRe: An Ado problem ,help Pin
tyr20002-Nov-09 20:05
tyr20002-Nov-09 20:05 
GeneralRe: An Ado problem ,help Pin
Adam Roderick J2-Nov-09 21:57
Adam Roderick J2-Nov-09 21:57 
QuestionRe: An Ado problem ,help Pin
David Crow3-Nov-09 2:50
David Crow3-Nov-09 2:50 
RantRe: An Ado problem ,help [modified] Pin
Adam Roderick J5-Nov-09 21:47
Adam Roderick J5-Nov-09 21:47 
GeneralRe: An Ado problem ,help Pin
David Crow3-Nov-09 2:52
David Crow3-Nov-09 2:52 
QuestionReading Text From Single Line CEdit Pin
Judgement28 2-Nov-09 14:32
Judgement28 2-Nov-09 14:32 

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.