1 Replies - 438 Views - Last Post: 07 April 2008 - 09:44 AM Rate Topic: -----

#1 zombie_chan51  Icon User is offline

  • D.I.C Regular

Reputation: 7
  • View blog
  • Posts: 327
  • Joined: 16-March 08

Anyone know?

Posted 07 April 2008 - 09:40 AM

I dont have a code for this so dont ask. Does anyone know how you can take variables from a program and make a save database where the user can get access to them through the orignal program.
Is This A Good Question/Topic? 0
  • +

Replies To: Anyone know?

#2 NickDMax  Icon User is offline

  • Can grep dead trees!
  • member icon

Reputation: 2209
  • View blog
  • Posts: 9,183
  • Joined: 18-February 07

Re: Anyone know?

Posted 07 April 2008 - 09:44 AM

well you can use a file to do this. Or you can make a DB connection and store the information in a Database table.

I myself have not really used DB's with C/C++ (always seems to be Java or VB for me) but as I understand it this is not all that difficult.

Generally I just use File IO and save the information to a file. (I like inventing file formats... everyone has to have a hobby).
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1