Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: No list? Pin
Martin Ziacek2-Sep-02 5:35
Martin Ziacek2-Sep-02 5:35 
GeneralRe: No list? Pin
benjymous2-Sep-02 6:48
benjymous2-Sep-02 6:48 
AnswerRe: No list? Pin
Michael Dunn2-Sep-02 8:20
sitebuilderMichael Dunn2-Sep-02 8:20 
GeneralRe: No list? Pin
Max Santos2-Sep-02 8:21
Max Santos2-Sep-02 8:21 
GeneralI need to export data in an Excel document Pin
Anonymous2-Sep-02 3:52
Anonymous2-Sep-02 3:52 
GeneralRe: I need to export data in an Excel document Pin
Carlos Antollini2-Sep-02 4:28
Carlos Antollini2-Sep-02 4:28 
GeneralRe: I need to export data in an Excel document Pin
Stephane Rodriguez.2-Sep-02 6:01
Stephane Rodriguez.2-Sep-02 6:01 
GeneralRe: I need to export data in an Excel document Pin
Pavel Klocek2-Sep-02 11:17
Pavel Klocek2-Sep-02 11:17 

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.