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

C / C++ / MFC

 
GeneralRe: Buffer Size Pin
BadKarma12-Mar-07 4:39
BadKarma12-Mar-07 4:39 
GeneralRe: Buffer Size Pin
John R. Shaw14-Mar-07 14:55
John R. Shaw14-Mar-07 14:55 
AnswerRe: Buffer Size Pin
James R. Twine12-Mar-07 2:22
James R. Twine12-Mar-07 2:22 
GeneralRe: Buffer Size Pin
John R. Shaw12-Mar-07 2:31
John R. Shaw12-Mar-07 2:31 
GeneralRe: Buffer Size Pin
James R. Twine12-Mar-07 2:46
James R. Twine12-Mar-07 2:46 
GeneralRe: Buffer Size Pin
John R. Shaw12-Mar-07 3:08
John R. Shaw12-Mar-07 3:08 
GeneralRe: Buffer Size Pin
James R. Twine12-Mar-07 3:35
James R. Twine12-Mar-07 3:35 
GeneralRe: Buffer Size Pin
John R. Shaw12-Mar-07 4:37
John R. Shaw12-Mar-07 4:37 
Thanks, I am glad you understand. Smile | :)

In the world I learned to program in the PC was very limited and every byte counted. At one point I had to write my own virtual memory manager (even with extended memory) to squeeze a little more out of it. When I wrote firmware (Z80) I had to balance the stack size against the number (size) of global variables, so that the stack did not start stepping on the globals. That also related to how much functionality you could code in because that space was limited too. I pushed it to the limits, another 16-bytes or so and the whole thing would probably fall apart. The limitations of the hardware was not something that could be adjusted, I had to work within the limitations that it gave me.

I love modern machines because I have not even seen the wall yet and have been ignoring the fact that I know it is there somewhere. Big Grin | :-D


INTP
"Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra

AnswerRe: Buffer Size Pin
Stephen Hewitt12-Mar-07 13:18
Stephen Hewitt12-Mar-07 13:18 
QuestionListing hidden dir's Pin
sheetal_0611-Mar-07 20:30
sheetal_0611-Mar-07 20:30 
AnswerRe: Listing hidden dir's Pin
prasad_som11-Mar-07 21:17
prasad_som11-Mar-07 21:17 
QuestionRe: Listing hidden dir's Pin
David Crow12-Mar-07 4:34
David Crow12-Mar-07 4:34 
AnswerRe: Listing hidden dir's Pin
Hamid_RT12-Mar-07 5:37
Hamid_RT12-Mar-07 5:37 
QuestionNeed to display file open dialog in the center of the screen Pin
amitmistry_petlad 11-Mar-07 20:09
amitmistry_petlad 11-Mar-07 20:09 
AnswerRe: Need to display file open dialog in the center of the screen Pin
prasad_som11-Mar-07 20:15
prasad_som11-Mar-07 20:15 
GeneralRe: Need to display file open dialog in the center of the screen Pin
amitmistry_petlad 11-Mar-07 20:18
amitmistry_petlad 11-Mar-07 20:18 
AnswerRe: Need to display file open dialog in the center of the screen Pin
prasad_som11-Mar-07 20:35
prasad_som11-Mar-07 20:35 
GeneralRe: Need to display file open dialog in the center of the screen Pin
amitmistry_petlad 11-Mar-07 19:42
amitmistry_petlad 11-Mar-07 19:42 
AnswerRe: Need to display file open dialog in the center of the screen Pin
prasad_som11-Mar-07 20:57
prasad_som11-Mar-07 20:57 
GeneralRe: Need to display file open dialog in the center of the screen Pin
John R. Shaw11-Mar-07 20:57
John R. Shaw11-Mar-07 20:57 
GeneralRe: Need to display file open dialog in the center of the screen Pin
prasad_som11-Mar-07 21:02
prasad_som11-Mar-07 21:02 
GeneralRe: Need to display file open dialog in the center of the screen Pin
John R. Shaw11-Mar-07 21:50
John R. Shaw11-Mar-07 21:50 
GeneralRe: Need to display file open dialog in the center of the screen Pin
prasad_som11-Mar-07 22:56
prasad_som11-Mar-07 22:56 
GeneralRe: Need to display file open dialog in the center of the screen Pin
John R. Shaw12-Mar-07 0:08
John R. Shaw12-Mar-07 0:08 
GeneralRe: Need to display file open dialog in the center of the screen Pin
prasad_som12-Mar-07 0:20
prasad_som12-Mar-07 0:20 

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.