Click here to Skip to main content
16,004,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionInformation on cells of a CListctrl Pin
Sandeep A.C21-Apr-06 3:22
Sandeep A.C21-Apr-06 3:22 
AnswerRe: Information on cells of a CListctrl Pin
Naveen21-Apr-06 3:36
Naveen21-Apr-06 3:36 
AnswerRe: Information on cells of a CListctrl Pin
James R. Twine21-Apr-06 4:43
James R. Twine21-Apr-06 4:43 
Questionquery on domodal dialogboxes Pin
swapna_signsin21-Apr-06 3:07
swapna_signsin21-Apr-06 3:07 
AnswerRe: query on domodal dialogboxes Pin
includeh1021-Apr-06 3:13
includeh1021-Apr-06 3:13 
GeneralRe: query on domodal dialogboxes Pin
includeh1021-Apr-06 3:40
includeh1021-Apr-06 3:40 
QuestionI/O to a file Pin
CPP91121-Apr-06 2:55
CPP91121-Apr-06 2:55 
AnswerRe: I/O to a file Pin
Aqueel21-Apr-06 4:49
Aqueel21-Apr-06 4:49 
Do like this. Open the file using following code,
ifstream fin;<br />
fin.open("input.txt", ios::in);

now pass this fin to your function.
You should declare your function lile this,

your_function(ifstream &in, ...);

The in will contain address of fin. So you can perform file I/O operations using in
In case of any proble, let us know.
Good luck

We Believe in Excellence
www.aqueelmirza.cjb.net
QuestionChange CView to CScrollView Pin
pathakr21-Apr-06 2:23
pathakr21-Apr-06 2:23 
AnswerRe: Change CView to CScrollView Pin
David Crow21-Apr-06 2:26
David Crow21-Apr-06 2:26 
AnswerRe: Change CView to CScrollView Pin
includeh1021-Apr-06 3:24
includeh1021-Apr-06 3:24 
Questionmove graphic line Pin
yang__lee21-Apr-06 2:16
yang__lee21-Apr-06 2:16 
AnswerRe: move graphic line Pin
Cedric Moonen21-Apr-06 2:22
Cedric Moonen21-Apr-06 2:22 
GeneralRe: move graphic line Pin
yang__lee21-Apr-06 2:32
yang__lee21-Apr-06 2:32 
GeneralRe: move graphic line Pin
Cedric Moonen21-Apr-06 2:48
Cedric Moonen21-Apr-06 2:48 
GeneralRe: move graphic line Pin
yang__lee21-Apr-06 18:21
yang__lee21-Apr-06 18:21 
Questionproblem in printing due to MapMode Pin
yang__lee21-Apr-06 2:12
yang__lee21-Apr-06 2:12 
AnswerRe: problem in printing due to MapMode Pin
includeh1021-Apr-06 3:35
includeh1021-Apr-06 3:35 
AnswerRe: problem in printing due to MapMode Pin
basementman21-Apr-06 8:38
basementman21-Apr-06 8:38 
QuestionTransparant problem in List ctrl Pin
Sandeep A.C21-Apr-06 1:02
Sandeep A.C21-Apr-06 1:02 
AnswerRe: Transparant problem in List ctrl Pin
Naveen21-Apr-06 1:12
Naveen21-Apr-06 1:12 
AnswerRe: Transparant problem in List ctrl Pin
Sandeep A.C21-Apr-06 1:23
Sandeep A.C21-Apr-06 1:23 
GeneralRe: Transparant problem in List ctrl Pin
Naveen21-Apr-06 2:01
Naveen21-Apr-06 2:01 
QuestionSending Multiple Attachments using MAPI in Lotus Notes Pin
Sandhya91021-Apr-06 0:59
Sandhya91021-Apr-06 0:59 
QuestionRe: Sending Multiple Attachments using MAPI in Lotus Notes Pin
David Crow21-Apr-06 2:29
David Crow21-Apr-06 2:29 

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.