Click here to Skip to main content
15,880,967 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Decryption Routine needed. Pin
Prakash Nadar24-Jan-06 22:24
Prakash Nadar24-Jan-06 22:24 
GeneralRe: Decryption Routine needed. Pin
Priya..k24-Jan-06 22:41
Priya..k24-Jan-06 22:41 
GeneralRe: Decryption Routine needed. Pin
Prakash Nadar24-Jan-06 22:44
Prakash Nadar24-Jan-06 22:44 
QuestionDownloading in VC++ Pin
Vineethg23-Jan-06 22:14
Vineethg23-Jan-06 22:14 
AnswerRe: Downloading in VC++ Pin
Prakash Nadar24-Jan-06 0:46
Prakash Nadar24-Jan-06 0:46 
AnswerRe: Downloading in VC++ Pin
Aamir Butt24-Jan-06 1:33
Aamir Butt24-Jan-06 1:33 
AnswerRe: Downloading in VC++ Pin
Member 22716551-Feb-06 21:57
Member 22716551-Feb-06 21:57 
QuestionReading Strings Line by Line from Text Files Pin
Anu_Bala23-Jan-06 22:13
Anu_Bala23-Jan-06 22:13 
I want to get full multi line text file...By using fscanf..

FILE *f;
CString str=_T("");
CString temp=_T("");
while((fscanf f,"%s",temp)!=EOF)
str=str+temp;
.
.
.
.
this is my code...but i cudn't get full text.It shows only the last line in my full text..

How can i get full text line
AnswerRe: Reading Strings Line by Line from Text Files Pin
Cedric Moonen23-Jan-06 22:22
Cedric Moonen23-Jan-06 22:22 
GeneralRe: Reading Strings Line by Line from Text Files Pin
Anu_Bala24-Jan-06 0:03
Anu_Bala24-Jan-06 0:03 
AnswerRe: Reading Strings Line by Line from Text Files Pin
Aamir Butt24-Jan-06 1:34
Aamir Butt24-Jan-06 1:34 
QuestionWhat is the size of an integer? Pin
vikas amin23-Jan-06 22:08
vikas amin23-Jan-06 22:08 
AnswerRe: What is the size of an integer? Pin
toxcct23-Jan-06 22:14
toxcct23-Jan-06 22:14 
GeneralRe: What is the size of an integer? Pin
Owner drawn23-Jan-06 22:23
Owner drawn23-Jan-06 22:23 
GeneralRe: What is the size of an integer? Pin
toxcct23-Jan-06 22:26
toxcct23-Jan-06 22:26 
GeneralRe: What is the size of an integer? Pin
vikas amin23-Jan-06 22:28
vikas amin23-Jan-06 22:28 
GeneralRe: What is the size of an integer? Pin
toxcct23-Jan-06 22:29
toxcct23-Jan-06 22:29 
GeneralRe: What is the size of an integer? Pin
vikas amin23-Jan-06 23:06
vikas amin23-Jan-06 23:06 
GeneralRe: What is the size of an integer? Pin
toxcct23-Jan-06 23:08
toxcct23-Jan-06 23:08 
GeneralRe: What is the size of an integer? Pin
Prakash Nadar24-Jan-06 17:43
Prakash Nadar24-Jan-06 17:43 
Questionchange groupbox color (MFC) Pin
waxie23-Jan-06 21:56
waxie23-Jan-06 21:56 
AnswerRe: change groupbox color (MFC) Pin
Owner drawn23-Jan-06 22:59
Owner drawn23-Jan-06 22:59 
GeneralRe: change groupbox color (MFC) Pin
waxie23-Jan-06 23:31
waxie23-Jan-06 23:31 
GeneralRe: change groupbox color (MFC) Pin
toxcct23-Jan-06 23:35
toxcct23-Jan-06 23:35 
GeneralRe: change groupbox color (MFC) Pin
Owner drawn23-Jan-06 23:38
Owner drawn23-Jan-06 23:38 

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.