LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Storing software data related question (https://www.linuxquestions.org/questions/programming-9/storing-software-data-related-question-494745/)

mvr853 10-22-2006 11:09 PM

Storing software data related question
 
Hello! If I create an application what is the best way to store software related data? By data I mean preferences, data displayed in widgets etc. Do I write a simple text file using
C? Is there any better way to do it? I would prefer the langauage C. Thanks.


--Steve

Wim Sturkenboom 10-23-2006 03:41 AM

If it's just configuration data, I would do so. You can consider a format like a windows ini file, or an xml-style file.

mvr853 10-23-2006 06:22 AM

Thanks Wim Sturkenboom for your reply.

--Steve


All times are GMT -5. The time now is 02:09 PM.