Click here to Skip to main content
16,006,001 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: REplacing a dialog resource Pin
ns21-Jan-03 9:29
ns21-Jan-03 9:29 
Generalturning off LVIS_SELECTED flags.. Pin
IrishSonic21-Jan-03 8:15
IrishSonic21-Jan-03 8:15 
GeneralRe: turning off LVIS_SELECTED flags.. Pin
Joaquín M López Muñoz21-Jan-03 9:26
Joaquín M López Muñoz21-Jan-03 9:26 
GeneralNeed VC++ tools for visual designer app Pin
dotmarker21-Jan-03 7:38
dotmarker21-Jan-03 7:38 
Questionwtf is "Hardcoded"? Pin
Hoornet9321-Jan-03 6:02
Hoornet9321-Jan-03 6:02 
AnswerRe: wtf is "Hardcoded"? Pin
benjymous21-Jan-03 6:11
benjymous21-Jan-03 6:11 
AnswerRe: wtf is "Hardcoded"? Pin
Tim Smith21-Jan-03 6:12
Tim Smith21-Jan-03 6:12 
AnswerRe: wtf is "Hardcoded"? Pin
AlexO21-Jan-03 6:25
AlexO21-Jan-03 6:25 
::fopen("c:\\temp\\out.txt", "rw");

In this example file name is hardcoded, which assumes 1.)you never want to create file anywhere else. 2.) name of the file never changes 3.) directory "C:\temp" exists on the user computer.
It is considered bad practice even for debugging purposes.
AnswerRe: wtf is "Hardcoded"? Pin
Ivor S. Sargoytchev21-Jan-03 7:37
Ivor S. Sargoytchev21-Jan-03 7:37 
AnswerRe: wtf is "Hardcoded"? Pin
dazinith21-Jan-03 9:59
dazinith21-Jan-03 9:59 
GeneralImplementing Fonts in a CFormView Pin
mickelthepickle21-Jan-03 5:31
mickelthepickle21-Jan-03 5:31 
GeneralWM_SETFONT Pin
AlexO21-Jan-03 6:49
AlexO21-Jan-03 6:49 
GeneralRe: WM_SETFONT Pin
mickelthepickle21-Jan-03 6:52
mickelthepickle21-Jan-03 6:52 
GeneralRe: WM_SETFONT Pin
AlexO21-Jan-03 7:24
AlexO21-Jan-03 7:24 
GeneralRe: WM_SETFONT Pin
mickelthepickle21-Jan-03 9:35
mickelthepickle21-Jan-03 9:35 
GeneralRe: WM_SETFONT Pin
AlexO21-Jan-03 10:02
AlexO21-Jan-03 10:02 
GeneralRe: WM_SETFONT Pin
mickelthepickle21-Jan-03 10:12
mickelthepickle21-Jan-03 10:12 
GeneralRe: WM_SETFONT Pin
AlexO21-Jan-03 10:31
AlexO21-Jan-03 10:31 
GeneralRe: WM_SETFONT Pin
mickelthepickle22-Jan-03 3:37
mickelthepickle22-Jan-03 3:37 
GeneralCalling .NET DLL Pin
Anonymous21-Jan-03 4:14
Anonymous21-Jan-03 4:14 
GeneralHanldes question - need experts opinion Pin
Yaron Nir21-Jan-03 3:56
Yaron Nir21-Jan-03 3:56 
GeneralRe: Hanldes question - need experts opinion Pin
Neville Franks21-Jan-03 4:01
Neville Franks21-Jan-03 4:01 
GeneralRe: Hanldes question - need experts opinion Pin
Yaron Nir21-Jan-03 4:09
Yaron Nir21-Jan-03 4:09 
GeneralRe: Hanldes question - need experts opinion Pin
Neville Franks21-Jan-03 9:08
Neville Franks21-Jan-03 9:08 
GeneralRe: Hanldes question - need experts opinion Pin
AlexO21-Jan-03 4:04
AlexO21-Jan-03 4:04 

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.