Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ü'" "' " (It's simple) Pin
Hamid_RT3-Jan-07 1:18
Hamid_RT3-Jan-07 1:18 
GeneralRe: ü'" "' " (It's simple) Pin
Mark Salsbery3-Jan-07 7:07
Mark Salsbery3-Jan-07 7:07 
GeneralRe: ü'" "' " (It's simple) Pin
Hamid_RT3-Jan-07 17:41
Hamid_RT3-Jan-07 17:41 
GeneralRe: ü'" "' " (It's simple) Pin
naveen padiyar4-Jan-07 20:09
naveen padiyar4-Jan-07 20:09 
QuestionHow to create a .dat file Pin
poda2-Jan-07 20:28
poda2-Jan-07 20:28 
AnswerRe: How to create a .dat file Pin
Christian Graus2-Jan-07 22:17
protectorChristian Graus2-Jan-07 22:17 
GeneralRe: How to create a .dat file Pin
poda2-Jan-07 23:11
poda2-Jan-07 23:11 
GeneralRe: How to create a .dat file Pin
Joan M3-Jan-07 1:30
professionalJoan M3-Jan-07 1:30 
At first you should think on how do you want to store that data, then serialize that data into a file using a function that encapsulates the way you want to do it. In fact, you could generate a "document" class with a load and save functions.

You can make it as complicated as you want by applying encryption methods and others, but you must decide how to do it.

In fact if you want to generate some kind of file that only your application must be able to open and understand, you should decide how do you want to store that data without thinking on making it standard in any way.

If you want to open that file automatically with your application then register the file extension.

Hope this helps.
AnswerRe: How to create a .dat file Pin
Daniel Kanev2-Jan-07 23:18
Daniel Kanev2-Jan-07 23:18 
GeneralRe: How to create a .dat file Pin
poda3-Jan-07 21:29
poda3-Jan-07 21:29 
AnswerRe: How to create a .dat file Pin
David Crow3-Jan-07 5:39
David Crow3-Jan-07 5:39 
QuestionHow to set Cursor Pin
Abhijeet Rajput2-Jan-07 20:23
Abhijeet Rajput2-Jan-07 20:23 
AnswerRe: How to set Cursor Pin
prasad_som3-Jan-07 0:00
prasad_som3-Jan-07 0:00 
AnswerRe: How to set Cursor Pin
Cristian Amarie3-Jan-07 10:30
Cristian Amarie3-Jan-07 10:30 
QuestionWhat is alternative function for atof() in unicoding ? Pin
Atul232-Jan-07 20:15
Atul232-Jan-07 20:15 
AnswerRe: What is alternative function for atof() in unicoding ? Pin
CPallini2-Jan-07 20:32
mveCPallini2-Jan-07 20:32 
QuestionRe: What is alternative function for atof() in unicoding ? Pin
David Crow3-Jan-07 5:40
David Crow3-Jan-07 5:40 
AnswerSorry, ... Pin
CPallini3-Jan-07 7:51
mveCPallini3-Jan-07 7:51 
AnswerRe: What is alternative function for atof() in unicoding ? Pin
Mark Salsbery3-Jan-07 7:14
Mark Salsbery3-Jan-07 7:14 
Questiondll problem Pin
manu_22052-Jan-07 20:03
manu_22052-Jan-07 20:03 
AnswerRe: dll problem Pin
kakan2-Jan-07 20:15
professionalkakan2-Jan-07 20:15 
QuestionRe: dll problem Pin
manu_22052-Jan-07 20:22
manu_22052-Jan-07 20:22 
GeneralRe: dll problem Pin
manu_22052-Jan-07 20:27
manu_22052-Jan-07 20:27 
AnswerRe: dll problem Pin
guestcat3-Jan-07 13:33
guestcat3-Jan-07 13:33 
AnswerRe: dll problem Pin
Hamid_RT3-Jan-07 17:52
Hamid_RT3-Jan-07 17:52 

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.