Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Storing Data as ASCII format Pin
Ravi Bhavnani3-Sep-03 5:42
professionalRavi Bhavnani3-Sep-03 5:42 
One down side to storing data in plain ASCII is that it's readable using a simple text editor like Notepad.

Another limitation is that you're limited to the ASCII set of characters, which means if you want to store binary data, you'll need to convert it to ASCII (which causes a 2x increase in size) before storing it.

If you're looking for a general article on serializing data, you might find this set[^] of articles helpful.

/ravi

Let's put "civil" back in "civilization"
Home | Articles | Freeware | Music
ravib@ravib.com

GeneralRe: Storing Data as ASCII format Pin
Navin3-Sep-03 8:01
Navin3-Sep-03 8:01 
Generalremoving duplicates via the <b>stl</b> Pin
RChin3-Sep-03 1:31
RChin3-Sep-03 1:31 
GeneralRe: removing duplicates via the stl Pin
dog_spawn3-Sep-03 1:54
dog_spawn3-Sep-03 1:54 
GeneralRe: removing duplicates via the stl Pin
RChin3-Sep-03 1:57
RChin3-Sep-03 1:57 
GeneralRe: removing duplicates via the <b>stl</b> Pin
Andrew Walker3-Sep-03 2:07
Andrew Walker3-Sep-03 2:07 
GeneralRe: removing duplicates via the <b>stl</b> Pin
David Crow3-Sep-03 2:46
David Crow3-Sep-03 2:46 
GeneralRe: removing duplicates via the <b>stl</b> Pin
RChin3-Sep-03 2:51
RChin3-Sep-03 2:51 
GeneralRe: removing duplicates via the <b>stl</b> Pin
dog_spawn3-Sep-03 8:10
dog_spawn3-Sep-03 8:10 
GeneralRe: removing duplicates via the <b>stl</b> Pin
ZoogieZork3-Sep-03 12:42
ZoogieZork3-Sep-03 12:42 
GeneralRe: removing duplicates via the <b>stl</b> Pin
RChin3-Sep-03 22:33
RChin3-Sep-03 22:33 
Generalwriting an ostream& operator<<( - function Pin
petter_e3-Sep-03 1:24
petter_e3-Sep-03 1:24 
General.pdf to .txt conversion Pin
Chintan3-Sep-03 0:35
Chintan3-Sep-03 0:35 
GeneralRe: .pdf to .txt conversion Pin
David Crow3-Sep-03 2:47
David Crow3-Sep-03 2:47 
GeneralC++ related issue Pin
Jamal Jamshed3-Sep-03 0:29
sussJamal Jamshed3-Sep-03 0:29 
GeneralRe: C++ related issue Pin
dog_spawn3-Sep-03 1:56
dog_spawn3-Sep-03 1:56 
GeneralRe: C++ related issue Pin
Jamal Jamshed3-Sep-03 2:23
sussJamal Jamshed3-Sep-03 2:23 
GeneralRe: C++ related issue Pin
David Crow3-Sep-03 2:49
David Crow3-Sep-03 2:49 
GeneralRe: C++ related issue Pin
Scott H. Settlemier3-Sep-03 10:22
Scott H. Settlemier3-Sep-03 10:22 
GeneralRe: C++ related issue Pin
John R. Shaw3-Sep-03 6:47
John R. Shaw3-Sep-03 6:47 
General_crtBreakAlloc Pin
Bernhard2-Sep-03 23:22
Bernhard2-Sep-03 23:22 
Questioninsert for each Combo Box index a variable edit control? Pin
Member 3971372-Sep-03 22:12
Member 3971372-Sep-03 22:12 
Generalthe problem of SEH Pin
crazyzhou2-Sep-03 21:18
crazyzhou2-Sep-03 21:18 
GeneralRe: the problem of SEH Pin
Brad Sokol3-Sep-03 3:04
Brad Sokol3-Sep-03 3:04 
GeneralRe: the problem of SEH Pin
crazyzhou3-Sep-03 19:14
crazyzhou3-Sep-03 19:14 

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.