Click here to Skip to main content
15,911,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: C CODE HELP!!! Pin
Hamid_RT14-Feb-09 4:42
Hamid_RT14-Feb-09 4:42 
AnswerRe: C CODE HELP!!! Pin
Perspx14-Feb-09 10:31
Perspx14-Feb-09 10:31 
QuestionReusable class for saving / loading application settings [modified] Pin
Rolf Kristensen14-Feb-09 3:43
Rolf Kristensen14-Feb-09 3:43 
AnswerRe: Reusable class for saving / loading application settings Pin
Hamid_RT14-Feb-09 4:12
Hamid_RT14-Feb-09 4:12 
GeneralRe: Reusable class for saving / loading application settings [modified] Pin
Rolf Kristensen14-Feb-09 4:16
Rolf Kristensen14-Feb-09 4:16 
AnswerRe: Reusable class for saving / loading application settings Pin
CPallini14-Feb-09 6:22
mveCPallini14-Feb-09 6:22 
GeneralRe: Reusable class for saving / loading application settings Pin
Rolf Kristensen14-Feb-09 16:40
Rolf Kristensen14-Feb-09 16:40 
AnswerRe: Reusable class for saving / loading application settings Pin
Rolf Kristensen15-Feb-09 8:52
Rolf Kristensen15-Feb-09 8:52 
Think I have found the main building block, that satisfies most of my needs:
* Can save to the registry
* Can save to an ini-file
* Can save to an xml-file

And it has a reasonable license requirements:
* You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) when your product is released in binary form.
* You are allowed to modify the source code in any way you want except you cannot modify the copyright details at the top of each module.
* If you want to distribute source code with your application, then you are only allowed to distribute versions released by the author. This is to maintain a single distribution point for the source code.

http://www.naughter.com/appsettings.html

All I need now is to create my in-memory configuration-class, and make a thin wrapper around the AppSettings class.
QuestionIs there a power function for integers in VC 9.0? Pin
followait14-Feb-09 3:31
followait14-Feb-09 3:31 
AnswerRe: Is there a power function for integers in VC 9.0? Pin
CPallini14-Feb-09 6:31
mveCPallini14-Feb-09 6:31 
AnswerRe: Is there a power function for integers in VC 9.0? Pin
Stuart Dootson14-Feb-09 6:32
professionalStuart Dootson14-Feb-09 6:32 
QuestionDoes the piece of code have flaws, and can it be improved? Pin
followait14-Feb-09 2:40
followait14-Feb-09 2:40 
AnswerRe: Does the piece of code have flaws, and can it be improved? Pin
Stuart Dootson14-Feb-09 6:27
professionalStuart Dootson14-Feb-09 6:27 
GeneralRe: Does the piece of code have flaws, and can it be improved? Pin
followait14-Feb-09 13:32
followait14-Feb-09 13:32 
GeneralRe: Does the piece of code have flaws, and can it be improved? Pin
Stuart Dootson14-Feb-09 13:53
professionalStuart Dootson14-Feb-09 13:53 
GeneralRe: Does the piece of code have flaws, and can it be improved? Pin
followait14-Feb-09 14:50
followait14-Feb-09 14:50 
GeneralRe: Does the piece of code have flaws, and can it be improved? Pin
Stuart Dootson14-Feb-09 22:57
professionalStuart Dootson14-Feb-09 22:57 
QuestionHidden Directory Pin
john563213-Feb-09 22:32
john563213-Feb-09 22:32 
AnswerRe: Hidden Directory Pin
Nuri Ismail13-Feb-09 22:49
Nuri Ismail13-Feb-09 22:49 
Questionhow can i realize if the user is connected to the internet or not? Pin
Joseph Marzbani13-Feb-09 21:44
Joseph Marzbani13-Feb-09 21:44 
AnswerRe: how can i realize if the user is connected to the internet or not? Pin
Nuri Ismail13-Feb-09 22:59
Nuri Ismail13-Feb-09 22:59 
AnswerRe: how can i realize if the user is connected to the internet or not? Pin
David Crow14-Feb-09 2:55
David Crow14-Feb-09 2:55 
AnswerRe: how can i realize if the user is connected to the internet or not? Pin
«_Superman_»14-Feb-09 2:56
professional«_Superman_»14-Feb-09 2:56 
AnswerRe: how can i realize if the user is connected to the internet or not? Pin
Hamid_RT14-Feb-09 4:04
Hamid_RT14-Feb-09 4:04 
AnswerVery fast search algorithm Pin
_MATRIX_13-Feb-09 19:05
_MATRIX_13-Feb-09 19:05 

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.