Click here to Skip to main content
15,920,632 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Where do you put the braces? Pin
Trollslayer25-May-03 0:02
mentorTrollslayer25-May-03 0:02 
AnswerRe: Where do you put the braces? Pin
markkuk25-May-03 1:06
markkuk25-May-03 1:06 
GeneralRe: Where do you put the braces? Pin
Michael P Butler25-May-03 9:06
Michael P Butler25-May-03 9:06 
AnswerRe: Where do you put the braces? Pin
Anonymous25-May-03 2:16
Anonymous25-May-03 2:16 
AnswerRe: Where do you put the braces? Pin
Michael Dunn25-May-03 2:56
sitebuilderMichael Dunn25-May-03 2:56 
AnswerRe: Where do you put the braces? Pin
John M. Drescher25-May-03 3:49
John M. Drescher25-May-03 3:49 
AnswerRe: Where do you put the braces? Pin
ZoogieZork25-May-03 10:12
ZoogieZork25-May-03 10:12 
AnswerRe: Where do you put the braces? Pin
John R. Shaw26-May-03 11:33
John R. Shaw26-May-03 11:33 
The only reasonable reason for formating you code like this
class Cat {

// codes

};
is because the amount of space in published works (a.k.a books) is limited and you need to squeese the code so you can display it in less space. But formating your like this can lead to problems when debuging your code. I used this format some years back and I need to appoligise to anyone who is required to maintain it.

Trust in the code Luke. Yea right!
GeneralMFC dialog enigma Pin
Beer24-May-03 13:44
Beer24-May-03 13:44 
GeneralCustomizing Windows Taskbar Items Pin
3green24-May-03 10:19
3green24-May-03 10:19 
GeneralRe: Customizing Windows Taskbar Items Pin
peterchen24-May-03 10:50
peterchen24-May-03 10:50 
GeneralRe: Customizing Windows Taskbar Items Pin
peterchen25-May-03 11:41
peterchen25-May-03 11:41 
GeneralCustCntl.h Pin
viktorp24-May-03 7:12
viktorp24-May-03 7:12 
Generalmonitor directory of win95 Pin
includeh1024-May-03 6:15
includeh1024-May-03 6:15 
GeneralRe: monitor directory of win95 Pin
valikac24-May-03 6:39
valikac24-May-03 6:39 
GeneralRe: monitor directory of win95 Pin
Beer24-May-03 14:00
Beer24-May-03 14:00 
GeneralWhere to store configuration data Pin
Trollslayer24-May-03 5:08
mentorTrollslayer24-May-03 5:08 
GeneralRe: Where to store configuration data Pin
valikac24-May-03 6:25
valikac24-May-03 6:25 
GeneralRe: Where to store configuration data Pin
peterchen24-May-03 7:58
peterchen24-May-03 7:58 
GeneralRe: Where to store configuration data Pin
Robert Little24-May-03 17:58
Robert Little24-May-03 17:58 
GeneralRe: Where to store configuration data Pin
Shafiee24-May-03 21:52
Shafiee24-May-03 21:52 
GeneralFound a very good article on CP Pin
Trollslayer25-May-03 0:13
mentorTrollslayer25-May-03 0:13 
GeneralRe: Where to store configuration data Pin
Paul Hooper25-May-03 23:13
Paul Hooper25-May-03 23:13 
GeneralNewbie question about data structures Pin
crs99924-May-03 4:28
crs99924-May-03 4:28 
GeneralRe: Newbie question about data structures Pin
crs99924-May-03 4:31
crs99924-May-03 4:31 

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.