Click here to Skip to main content
15,914,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: That cute balloon icon... Pin
Michael Dunn2-Sep-02 7:52
sitebuilderMichael Dunn2-Sep-02 7:52 
GeneralWorks fine, but... Pin
BlackSmith2-Sep-02 11:29
BlackSmith2-Sep-02 11:29 
GeneralRe: Works fine, but... Pin
.dan.g.2-Sep-02 15:11
professional.dan.g.2-Sep-02 15:11 
QuestionHow do I get the size of a character array of unspecified size? Pin
David Z2-Sep-02 6:20
David Z2-Sep-02 6:20 
AnswerRe: How do I get the size of a character array of unspecified size? Pin
Maciej Pirog2-Sep-02 6:31
Maciej Pirog2-Sep-02 6:31 
GeneralRe: How do I get the size of a character array of unspecified size? Pin
Maciej Pirog2-Sep-02 6:34
Maciej Pirog2-Sep-02 6:34 
AnswerRe: How do I get the size of a character array of unspecified size? Pin
Chris Losinger2-Sep-02 6:35
professionalChris Losinger2-Sep-02 6:35 
AnswerRe: How do I get the size of a character array of unspecified size? Pin
Tomasz Sowinski2-Sep-02 6:40
Tomasz Sowinski2-Sep-02 6:40 
AnswerRe: How do I get the size of a character array of unspecified size? Pin
BlackSmith2-Sep-02 6:39
BlackSmith2-Sep-02 6:39 
AnswerRe: How do I get the size of a character array of unspecified size? Pin
David Z2-Sep-02 11:41
David Z2-Sep-02 11:41 
AnswerRe: How do I get the size of a character array of unspecified size? Pin
aritosteles2-Sep-02 18:11
aritosteles2-Sep-02 18:11 
QuestionVS.NET VC7 generated code, where is it? Pin
TigerNinja_2-Sep-02 5:18
TigerNinja_2-Sep-02 5:18 
AnswerRe: VS.NET VC7 generated code, where is it? Pin
Tomasz Sowinski2-Sep-02 5:42
Tomasz Sowinski2-Sep-02 5:42 
AnswerRe: VS.NET VC7 generated code, where is it? Pin
shokisingh2-Sep-02 6:11
shokisingh2-Sep-02 6:11 
Questionwhy does this code fail? Pin
Brakanjan2-Sep-02 4:44
Brakanjan2-Sep-02 4:44 
AnswerRe: why does this code fail? Pin
Martin Ziacek2-Sep-02 4:49
Martin Ziacek2-Sep-02 4:49 
extern CFile cfile;

CFile::Open(m_Pathname1,modeRead);

DWORD dwFileLength = cfile.GetLength();

BYTE *data = new BYTE[dwFileLength];

DWORD dwBytesRed = cfile.Read(data,dwFileLength);




Martin

--------------------------------------------
C'mon we all know computers are experimental devices and should only be used for playing games.
Using them for alternative stuff like business, is clearly not using them for what they are intended.

Colin Davies
GeneralRe: why does this code fail? Pin
Brakanjan2-Sep-02 4:59
Brakanjan2-Sep-02 4:59 
GeneralRe: why does this code fail? Pin
Martin Ziacek2-Sep-02 5:16
Martin Ziacek2-Sep-02 5:16 
GeneralRe: why does this code fail? Pin
Brakanjan2-Sep-02 5:30
Brakanjan2-Sep-02 5:30 
GeneralRe: why does this code fail? Pin
Martin Ziacek2-Sep-02 5:33
Martin Ziacek2-Sep-02 5:33 
Generalmissing storage-class or type specifiers error Pin
Paul Silvernail2-Sep-02 4:29
Paul Silvernail2-Sep-02 4:29 
GeneralRe: missing storage-class or type specifiers error Pin
Tomasz Sowinski2-Sep-02 4:34
Tomasz Sowinski2-Sep-02 4:34 
GeneralRe: missing storage-class or type specifiers error Pin
Paul Silvernail2-Sep-02 4:43
Paul Silvernail2-Sep-02 4:43 
QuestionNo list? Pin
Brakanjan2-Sep-02 4:17
Brakanjan2-Sep-02 4:17 
AnswerRe: No list? Pin
benjymous2-Sep-02 5:28
benjymous2-Sep-02 5:28 

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.