Click here to Skip to main content
16,017,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Registry vs .Ini files. Pin
Anurag Gandhi31-May-07 8:00
professionalAnurag Gandhi31-May-07 8:00 
QuestionRe: Registry vs .Ini files. Pin
David Crow31-May-07 8:15
David Crow31-May-07 8:15 
AnswerRe: Registry vs .Ini files. Pin
Anurag Gandhi31-May-07 8:17
professionalAnurag Gandhi31-May-07 8:17 
GeneralRe: Registry vs .Ini files. Pin
Maximilien31-May-07 8:45
Maximilien31-May-07 8:45 
GeneralRe: Registry vs .Ini files. Pin
David Crow31-May-07 8:45
David Crow31-May-07 8:45 
GeneralRe: Registry vs .Ini files. Pin
Matthew Faithfull31-May-07 8:25
Matthew Faithfull31-May-07 8:25 
GeneralRe: Registry vs .Ini files. Pin
Anurag Gandhi31-May-07 8:35
professionalAnurag Gandhi31-May-07 8:35 
AnswerRe: Registry vs .Ini files. Pin
#realJSOP1-Jun-07 3:21
professional#realJSOP1-Jun-07 3:21 
Program settings should

0) Be user-specific

1) Should be saved in the registry if at all possible

2) and if #1 isn't possible, saved in a file in the user's appropriate application data sub-folder.

3) "Data" is not the same as "settings". "Settings" are rarely written, and typically only read at startup, eliminating the need for much more performance than we already get by reading/wqriting to the registry. "Data" on the other hand is read/written all the time, hence the need for better performance.





"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


QuestionAnyone know of a VS2005 add-in to do this? Pin
Stick^31-May-07 6:45
Stick^31-May-07 6:45 
QuestionRe: Anyone know of a VS2005 add-in to do this? Pin
David Crow31-May-07 8:13
David Crow31-May-07 8:13 
AnswerRe: Anyone know of a VS2005 add-in to do this? Pin
Stick^31-May-07 8:46
Stick^31-May-07 8:46 
QuestionConvert a number in Cstring and then CString in number? Pin
Immunity1831-May-07 6:40
Immunity1831-May-07 6:40 
AnswerRe: Convert a number in Cstring and then CString in number? [modified] Pin
Roger Stoltz31-May-07 6:52
Roger Stoltz31-May-07 6:52 
GeneralRe: Convert a number in Cstring and then CString in number? Pin
Immunity1831-May-07 8:13
Immunity1831-May-07 8:13 
GeneralRe: Convert a number in Cstring and then CString in number? Pin
Immunity1831-May-07 8:17
Immunity1831-May-07 8:17 
GeneralRe: Convert a number in Cstring and then CString in number? Pin
Roger Stoltz31-May-07 8:19
Roger Stoltz31-May-07 8:19 
GeneralRe: Convert a number in Cstring and then CString in number? Pin
jmjack8823-Dec-09 21:02
jmjack8823-Dec-09 21:02 
Questiongetting the class members to pop up? Pin
ldsdbomber31-May-07 6:03
ldsdbomber31-May-07 6:03 
AnswerRe: getting the class members to pop up? Pin
David Crow31-May-07 6:11
David Crow31-May-07 6:11 
GeneralRe: getting the class members to pop up? Pin
ldsdbomber31-May-07 6:25
ldsdbomber31-May-07 6:25 
GeneralRe: getting the class members to pop up? Pin
David Crow31-May-07 6:31
David Crow31-May-07 6:31 
GeneralRe: getting the class members to pop up? Pin
Vaclav_31-May-07 16:36
Vaclav_31-May-07 16:36 
QuestionUnicode setting bby default in IDE Pin
tom groezer31-May-07 5:10
tom groezer31-May-07 5:10 
AnswerRe: Unicode setting bby default in IDE Pin
toxcct31-May-07 5:27
toxcct31-May-07 5:27 
Questiondisplaying png's with GDI+ Pin
Adno31-May-07 4:58
Adno31-May-07 4:58 

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.