Thread: readable/savable output & making large searchable databases :)

  1. #1
    Unregistered
    Guest

    Question readable/savable output & making large searchable databases :)

    hello all, once again
    im looking to make programs with large anounts of information, i was wondering how i could make the program execute so that maybe the info would copy into a text file so not only could i save it, but i could see all of the info(the dos display doesnt go up that far) also if you want to help with something extra, how could i go about putting commas between each different number to turn it into an array, im looking to make a giant file of searchable numbers, ill tell you now im a newb at this so...
    anywho thanks for your help
    cout<<" send your help to [email protected] " << endl;
    cin >> help;

  2. #2
    Registered User
    Join Date
    Apr 2002
    Posts
    200
    I'm not sure I understand...you want to route the output into a file? If that's it, then a 15 second search of yahoo gives you 3 or 4 tutorials right off the bat. Not to mention that there are two superb tutorials on this site. Not to mention that a search of these boards yields a couple. If that's not it or you don not understand, then please clarify your need.
    Last edited by fyodor; 04-13-2002 at 07:23 PM.
    I go to encounter for the millionth time the reality of experience and to forge in the smithy of my soul the uncreated conscience of my race.

    Windows XP consists of 32 bit extensions and a graphical shell for a 16 bit patch to an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company, that can't stand 1 bit of competition.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Making Spaces in Output
    By Sentral in forum C++ Programming
    Replies: 3
    Last Post: 06-15-2005, 07:03 PM
  2. Base converter libary
    By cdonlan in forum C++ Programming
    Replies: 22
    Last Post: 05-15-2005, 01:11 AM
  3. Need help fixing bugs in data parsing program
    By daluu in forum C Programming
    Replies: 8
    Last Post: 03-27-2003, 06:02 PM
  4. Control different DA output value!
    By Hunterhunter in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 03-13-2003, 12:11 PM
  5. Making Binary Output to files using VC++ 6's "fstream"
    By Perica in forum C++ Programming
    Replies: 5
    Last Post: 02-05-2003, 01:48 AM