Thread: few questions

  1. #1
    Unregistered
    Guest

    few questions

    i'm trying to make a hockey pool program for a c++ project and i have a few questions, is it possible to change the background and font color without the GUI stuff? i so, can anyone tell me the code? one other question is how can the user save the data after its been inputted? like if i play a game and get a score, how can it be saved so the next time someone opens it, my score will the one to beat?

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    17
    Save the score into a file, each time the program starts, make it open the file, and then display the Hi score and Players name, as for the fonts and screen color, are you just going to run it from a dos cmd, is so, you can change the properties of the cmd and save them so that next time your program runs, it runs with the new fonts, color. But you gota set that up of each machine, etc, so pretty sucky.
    -----------------------------------------------
    everready

    To code, or not to code, that is the question.

    Well the answer is 'TO CODE' of cause

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. questions....so many questions about random numbers....
    By face_master in forum C++ Programming
    Replies: 2
    Last Post: 07-30-2009, 08:47 AM
  2. A very long list of questions... maybe to long...
    By Ravens'sWrath in forum C Programming
    Replies: 16
    Last Post: 05-16-2007, 05:36 AM
  3. Several Questions, main one is about protected memory
    By Tron 9000 in forum C Programming
    Replies: 3
    Last Post: 06-02-2005, 07:42 AM
  4. Trivial questions - what to do?
    By Aerie in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 12-26-2004, 09:44 AM
  5. questions questions questions.....
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 08-14-2001, 07:22 AM