Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: How to insert a character into the text file ? Pin
David Crow2-Nov-09 16:49
David Crow2-Nov-09 16:49 
wangningyu wrote:
How to insert the character '4' into the text file ?


Create a temporary file and copy contents of 1.txt into this file up to the insertion point. Insert '4' into temporary file. Copy remainder of 1.txt into temporary file. Close both files. Delete 1.txt. Rename temporary file to 1.txt.

Make sense?

"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


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 
AnswerRe: Reading Text From Single Line CEdit Pin
«_Superman_»2-Nov-09 15:53
professional«_Superman_»2-Nov-09 15:53 

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.