Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to write in a file from exe file Pin
smriti12330-Mar-05 8:01
smriti12330-Mar-05 8:01 
GeneralRe: how to write in a file from exe file Pin
John R. Shaw30-Mar-05 8:16
John R. Shaw30-Mar-05 8:16 
GeneralRe: how to write in a file from exe file Pin
NewbieStats30-Mar-05 10:44
NewbieStats30-Mar-05 10:44 
GeneralRe: how to write in a file from exe file Pin
NewbieStats30-Mar-05 11:46
NewbieStats30-Mar-05 11:46 
GeneralRe: how to write in a file from exe file Pin
Christian Graus30-Mar-05 12:07
protectorChristian Graus30-Mar-05 12:07 
GeneralRe: how to write in a file from exe file Pin
John R. Shaw31-Mar-05 19:54
John R. Shaw31-Mar-05 19:54 
GeneralRe: how to write in a file from exe file Pin
Christian Graus31-Mar-05 20:34
protectorChristian Graus31-Mar-05 20:34 
GeneralRe: how to write in a file from exe file Pin
John R. Shaw31-Mar-05 22:03
John R. Shaw31-Mar-05 22:03 
If you find the statement that you need to know 10x as much in C++ than you need to know in C, then we need to talk. (When you look at a C-program, you know what is going to happen. When you look at a C++-prgram, you assume what is going to happen.)

Example:
for( object i=0; i != end; i++ )
    // DO SOMETHING
What is wrong with the above example? In C (except for the term object) nothing.
C++ is great, but it hides so much that it is rediculus. I, like most peaple, ignore the details (a good part of the time), but the details is what distinguashes those who know and those who don't.

Interesting (A PHD wrote this):
#defined GReAlloc(b,nSize) ((!b)? malloc(nSize):If you find the statement that you need to know 10x as much in C++ than you need to know in C, then we need to talk. (When you look at a C-program, you know what is going to happen. When you look at a C++-prgram, you assume what is going to happen.)

Example:<pre>for( object i=0; i != end; i++ )
    // DO SOMETHING

What is wrong with the above example? In C (except for the term object) nothing.

C++ is great, but it hides so much that it is rediculus. I, like most peaple, ignore the details (a good part of the time), but the details is what distinguashes those who know and those who don't.

Interesting (A PHD wrote this):
#defined GReAlloc(b,nSize) ((!b)? malloc(nSize):realloc(b,nSize))

)If you're a C programer (Whoops! The above was written in C), that makes almost no since.



INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
GeneralRe: how to write in a file from exe file Pin
John R. Shaw31-Mar-05 22:11
John R. Shaw31-Mar-05 22:11 
Questionhow to write in a file from exe file Pin
smriti12330-Mar-05 6:14
smriti12330-Mar-05 6:14 
AnswerRe: how to write in a file from exe file Pin
David Crow30-Mar-05 8:22
David Crow30-Mar-05 8:22 
GeneralFMOD function problem Pin
giulia8030-Mar-05 5:52
giulia8030-Mar-05 5:52 
GeneralRe: FMOD function problem Pin
Alexander M.,30-Mar-05 6:46
Alexander M.,30-Mar-05 6:46 
GeneralICMP Issue Pin
no_reg_name30-Mar-05 5:20
no_reg_name30-Mar-05 5:20 
GeneralRe: ICMP Issue Pin
Alexander M.,30-Mar-05 6:52
Alexander M.,30-Mar-05 6:52 
Generalopenvc dll Pin
sumo6930-Mar-05 5:08
sumo6930-Mar-05 5:08 
GeneralRe: openvc dll Pin
David Crow30-Mar-05 5:22
David Crow30-Mar-05 5:22 
GeneralWindows socket Pin
alireza_shokoie30-Mar-05 2:54
alireza_shokoie30-Mar-05 2:54 
GeneralRe: Windows socket Pin
Mike Dimmick30-Mar-05 3:31
Mike Dimmick30-Mar-05 3:31 
QuestionRetrieving the position of icons on the desktop, howto ? Pin
ohadp30-Mar-05 1:08
ohadp30-Mar-05 1:08 
AnswerRe: Retrieving the position of icons on the desktop, howto ? Pin
David Crow30-Mar-05 2:51
David Crow30-Mar-05 2:51 
GeneralDevice driver compatability Pin
Neha.marwaha30-Mar-05 0:23
Neha.marwaha30-Mar-05 0:23 
GeneralRe: Device driver compatability Pin
Alexander M.,30-Mar-05 6:35
Alexander M.,30-Mar-05 6:35 
Generalapplication's accelerators interfering with edit box on form view Pin
T.T.H.30-Mar-05 0:12
T.T.H.30-Mar-05 0:12 
GeneralDeleteFile not working! Pin
vikramlinux29-Mar-05 23:43
vikramlinux29-Mar-05 23:43 

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.