Click here to Skip to main content
15,916,842 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: prime number with recursion Pin
ThatsAlok26-Oct-05 23:54
ThatsAlok26-Oct-05 23:54 
GeneralRe: prime number with recursion Pin
Eytukan26-Oct-05 1:45
Eytukan26-Oct-05 1:45 
GeneralRe: prime number with recursion Pin
ThatsAlok26-Oct-05 23:44
ThatsAlok26-Oct-05 23:44 
AnswerRe: prime number with recursion Pin
sunit526-Oct-05 0:46
sunit526-Oct-05 0:46 
Questionwhats the best way to read ini files Pin
Chintoo72325-Oct-05 19:41
Chintoo72325-Oct-05 19:41 
AnswerRe: whats the best way to read ini files Pin
ThatsAlok26-Oct-05 0:55
ThatsAlok26-Oct-05 0:55 
AnswerRe: whats the best way to read ini files Pin
David Crow26-Oct-05 3:16
David Crow26-Oct-05 3:16 
GeneralRe: whats the best way to read ini files Pin
John R. Shaw26-Oct-05 16:48
John R. Shaw26-Oct-05 16:48 
Ahh! I am suprisized you did not mention that those functions are only supplied for 16 bit compatabilty and he should be using the registry. (All thou I hope they stick around as I have found them useful for other purposes in the past)

If I remeber correctly, they designed those functions right. When you make a call to one of them, the information is actualy cached so that the second time you call for the same information it is read from the cache, unless the file has been modified between calls (need to be recached).

In other words, they can use the functions you specified directly without having to store the values internaly, as they have already been stored in a cache some where.


INTP
Every thing is relative...
QuestionIntensity problem Pin
Arrun25-Oct-05 19:12
Arrun25-Oct-05 19:12 
AnswerRe: Intensity problem Pin
Christian Graus25-Oct-05 19:22
protectorChristian Graus25-Oct-05 19:22 
GeneralRe: Intensity problem Pin
Arrun25-Oct-05 19:48
Arrun25-Oct-05 19:48 
GeneralRe: Intensity problem Pin
Christian Graus25-Oct-05 20:06
protectorChristian Graus25-Oct-05 20:06 
GeneralRe: Intensity problem Pin
Arrun25-Oct-05 21:07
Arrun25-Oct-05 21:07 
GeneralRe: Intensity problem Pin
Christian Graus26-Oct-05 10:22
protectorChristian Graus26-Oct-05 10:22 
QuestionHow to add more document templates in MDI Pin
shivditya25-Oct-05 17:38
shivditya25-Oct-05 17:38 
AnswerRe: How to add more document templates in MDI Pin
shivditya25-Oct-05 19:11
shivditya25-Oct-05 19:11 
Generalhi shivditya Pin
vikas amin25-Oct-05 19:44
vikas amin25-Oct-05 19:44 
GeneralRe: hi shivditya Pin
shivditya25-Oct-05 19:55
shivditya25-Oct-05 19:55 
Questionmonolithic form classes (repost from "General Discussions") Pin
OlliesDad25-Oct-05 14:53
OlliesDad25-Oct-05 14:53 
AnswerRe: monolithic form classes (repost from "General Discussions") Pin
Christian Graus25-Oct-05 14:57
protectorChristian Graus25-Oct-05 14:57 
GeneralRe: monolithic form classes (repost from "General Discussions") Pin
OlliesDad25-Oct-05 19:29
OlliesDad25-Oct-05 19:29 
QuestionNew Help Needed Check previous post Pin
Tom Moore25-Oct-05 13:40
Tom Moore25-Oct-05 13:40 
AnswerRe: New Help Needed Check previous post Pin
Christian Graus25-Oct-05 14:05
protectorChristian Graus25-Oct-05 14:05 
Questionstident Pin
first090225-Oct-05 13:09
first090225-Oct-05 13:09 
Questionis there a way to programmatically check if right-to-left support in installed in 2K/XP? Pin
Abu Mami25-Oct-05 10:29
Abu Mami25-Oct-05 10:29 

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.