Click here to Skip to main content
16,008,490 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Yet another ListCtrl question Pin
PJ Arends26-Jun-01 16:43
professionalPJ Arends26-Jun-01 16:43 
QuestionScaleX for C++? Pin
Craig Miller26-Jun-01 14:18
Craig Miller26-Jun-01 14:18 
AnswerRe: ScaleX for C++? Pin
Tomasz Sowinski27-Jun-01 2:28
Tomasz Sowinski27-Jun-01 2:28 
QuestionCan I programmatically access the running process list? Pin
Jon Sagara26-Jun-01 13:22
Jon Sagara26-Jun-01 13:22 
AnswerRe: Can I programmatically access the running process list? Pin
Jon Sagara26-Jun-01 14:44
Jon Sagara26-Jun-01 14:44 
GeneralFile I/O Pin
John Uhlenbrock26-Jun-01 12:34
John Uhlenbrock26-Jun-01 12:34 
GeneralRe: File I/O Pin
Ben Burnett26-Jun-01 14:19
Ben Burnett26-Jun-01 14:19 
GeneralRe: File I/O Pin
John Uhlenbrock27-Jun-01 6:37
John Uhlenbrock27-Jun-01 6:37 
I thought that was all I had to do. I must be doing something wrong with syntax or something... Here's the jist of what I am doing....

#include <fstream.h>

void ReadFile(ifstream &stream);

int main()
{
ifstream in;

in.open(FileName);

ReadFile(in);
}

ReadFile(ifstream &stream)
{
}

I get compiler errors n'stuff. I'm not passing the stream object correctly I believe...
GeneralRe: File I/O Pin
Ben Burnett27-Jun-01 9:49
Ben Burnett27-Jun-01 9:49 
GeneralSetRange for CSpinButtonCtrl Pin
Jerry Wang26-Jun-01 11:59
Jerry Wang26-Jun-01 11:59 
GeneralRe: SetRange for CSpinButtonCtrl Pin
Tomasz Sowinski27-Jun-01 2:38
Tomasz Sowinski27-Jun-01 2:38 
GeneralRe: SetRange for CSpinButtonCtrl Pin
Jerry Wang27-Jun-01 9:53
Jerry Wang27-Jun-01 9:53 
GeneralRe: SetRange for CSpinButtonCtrl Pin
Tomasz Sowinski27-Jun-01 10:05
Tomasz Sowinski27-Jun-01 10:05 
GeneralRe: SetRange for CSpinButtonCtrl Pin
Jerry Wang27-Jun-01 10:37
Jerry Wang27-Jun-01 10:37 
GeneralRe: SetRange for CSpinButtonCtrl Pin
Tomasz Sowinski27-Jun-01 10:40
Tomasz Sowinski27-Jun-01 10:40 
GeneralRe: SetRange for CSpinButtonCtrl Pin
Jerry Wang27-Jun-01 10:56
Jerry Wang27-Jun-01 10:56 
GeneralCEdit Pin
26-Jun-01 11:07
suss26-Jun-01 11:07 
GeneralRe: CEdit Pin
PJ Arends26-Jun-01 17:06
professionalPJ Arends26-Jun-01 17:06 
GeneralRe: CEdit Pin
27-Jun-01 8:29
suss27-Jun-01 8:29 
GeneralRe: CEdit Pin
PJ Arends27-Jun-01 15:18
professionalPJ Arends27-Jun-01 15:18 
GeneralRe: CEdit Pin
27-Jun-01 17:32
suss27-Jun-01 17:32 
GeneralRe: CEdit Pin
PJ Arends27-Jun-01 18:19
professionalPJ Arends27-Jun-01 18:19 
GeneralChang Dll Version Pin
Tony Li26-Jun-01 10:54
Tony Li26-Jun-01 10:54 
GeneralChang Dll Version Pin
Tony Li26-Jun-01 10:53
Tony Li26-Jun-01 10:53 
GeneralRe: Chang Dll Version Pin
26-Jun-01 11:29
suss26-Jun-01 11: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.