Click here to Skip to main content
16,005,206 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Ascending decending arrows in ListView columns Pin
BuckBrown4-May-07 10:08
BuckBrown4-May-07 10:08 
QuestionJavascript / DOM Implementing on C++ Pin
Freezerg3-May-07 15:27
Freezerg3-May-07 15:27 
AnswerRe: Javascript / DOM Implementing on C++ Pin
George L. Jackson3-May-07 16:50
George L. Jackson3-May-07 16:50 
AnswerRe: Javascript / DOM Implementing on C++ Pin
Freezerg3-May-07 17:28
Freezerg3-May-07 17:28 
QuestionHelp in Console app Pin
Nerd20103-May-07 14:23
Nerd20103-May-07 14:23 
AnswerRe: Help in Console app Pin
George L. Jackson3-May-07 14:26
George L. Jackson3-May-07 14:26 
GeneralRe: Help in Console app Pin
Nerd20103-May-07 15:03
Nerd20103-May-07 15:03 
GeneralRe: Help in Console app Pin
George L. Jackson3-May-07 16:21
George L. Jackson3-May-07 16:21 
You need to write code to save your data to the hard drive or some other resource such as a database. However, there is no simple answer on how you should save your data from memory and recovering it from an resource. If you are just creating a personal database used only by you, you still have to consider what are your immediate and future requirements. You have a primitive interface to insert records and to sequentially list them. If that is all the functionality you need, then saving your records to a comma separated file may be all that you need. You can use the Standard Library's file streams to do this. To access the file streams, you need to have: #include <fstream>. You can google the web to find examples on how to use the file streams: http://www.informit.com/guides/content.asp?g=cplusplus&seqNum=73&rl=1[^]

By the way, you are in the wrong forum. You should be in the Visual C++ forum.



"We make a living by what we get, we make a life by what we give." --Winston Churchill

Questionhelp me pls.......... Pin
Hamsika rani3-May-07 14:18
Hamsika rani3-May-07 14:18 
AnswerRe: help me pls.......... Pin
George L. Jackson3-May-07 14:24
George L. Jackson3-May-07 14:24 
GeneralRe: help me pls.......... Pin
Hamsika rani3-May-07 14:40
Hamsika rani3-May-07 14:40 
GeneralRe: help me pls.......... Pin
George L. Jackson3-May-07 14:50
George L. Jackson3-May-07 14:50 
Questionhelp me pls.......... Pin
Hamsika rani3-May-07 6:45
Hamsika rani3-May-07 6:45 
AnswerRe: help me pls.......... Pin
Mark Salsbery3-May-07 7:38
Mark Salsbery3-May-07 7:38 
GeneralRe: help me pls.......... Pin
Hamsika rani3-May-07 8:06
Hamsika rani3-May-07 8:06 
GeneralRe: help me pls.......... Pin
George L. Jackson3-May-07 14:21
George L. Jackson3-May-07 14:21 
Questionerror LNK2019 : plz help Pin
sandeepkavade2-May-07 22:35
sandeepkavade2-May-07 22:35 
AnswerRe: error LNK2019 : plz help Pin
prasad_som3-May-07 1:58
prasad_som3-May-07 1:58 
QuestionCapturing Network PC`s desktop Pin
HassanKU1-May-07 7:53
HassanKU1-May-07 7:53 
AnswerRe: Capturing Network PC`s desktop Pin
Christian Graus1-May-07 10:41
protectorChristian Graus1-May-07 10:41 
QuestionLINK errors.. help plz.. Pin
Kiran Satish30-Apr-07 6:21
Kiran Satish30-Apr-07 6:21 
AnswerRe: LINK errors.. help plz.. Pin
Christian Graus30-Apr-07 14:58
protectorChristian Graus30-Apr-07 14:58 
QuestionLinker Error: Plz help Pin
sandeepkavade30-Apr-07 3:58
sandeepkavade30-Apr-07 3:58 
AnswerRe: Linker Error: Plz help Pin
CPallini30-Apr-07 4:14
mveCPallini30-Apr-07 4:14 
QuestionQuestion about classes Pin
morisson_c30-Apr-07 3:25
morisson_c30-Apr-07 3:25 

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.