Search:

Type: Posts; User: GaGi

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,110

    We are not allowed to use structures nor classes....

    We are not allowed to use structures nor classes.

    Thanks for the assist though
  2. Replies
    3
    Views
    1,110

    Sorting 2 arrays of different type

    Working on a program that reads in a .txt file with a list of stocks and stock data i.e...
    Co. LO HI
    ------------------
    AOL 40 48
    HP 23 45
    CSCO 18 60

    I've created 2 separte arrays one...
  3. Replies
    3
    Views
    1,991

    Sorting 2.. 1-D arrays of different types

    Working on a program that reads in a .txt file with a list of stocks and stock data i.e...
    Co. LO HI
    ------------------
    AOL 40 48
    HP 23 45
    CSCO 18 60

    I've created 2...
  4. Replies
    3
    Views
    12,244

    Increment Twice in For loop

    Rather than incrementing p by 1 for each iteration how would I go about incrementing p by 2 each time...thanks for your help. for(int p = 0; p < total_words; p++)
  5. Thread: Int to Char

    by GaGi
    Replies
    5
    Views
    934

    Int to Char

    I'm trying to convert integers to char. Is there anyway to do this. I'm coding a game and am using rand to generate a range of numbers. After 10 these numbers have to be represented by letters....
  6. Replies
    1
    Views
    952

    Cout...invisible to the user

    I'm programming BlackJack. I'm using srand(time(0)) to generate numbers from 2-52....one number for each card in the deck. I want to change the output that the user sees from #'s 2-52... to 1-10,...
  7. Thread: Pause

    by GaGi
    Replies
    1
    Views
    911

    Pause

    I'm writing a casino type program. The welcome is broken down to two lines. I'd like to have the 2nd line take a 2-3 second pause before appearing. Thanks.
  8. Replies
    1
    Views
    3,134

    Paste code into word keeping color

    I'm looking for a plug that will allow me to copy/paste from Visual into MS Word while keeping the color. Right now when I copy my code it reverts the code to black text. Thanks
  9. Thread: please help

    by GaGi
    Replies
    4
    Views
    1,036

    I am using system ("cls"); hope that's...

    I am using

    system ("cls");

    hope that's what you were looking for
  10. Replies
    5
    Views
    1,034

    Cout on more than one line

    Is it possible to output data on more than one line or is it mandatory that each niew line of text be accompanied by a cout << statement. Thanks
  11. Thread: Easy Question

    by GaGi
    Replies
    2
    Views
    881

    Easy Question

    I'm new to C++ working on my second project. I'm working on a project that will begin with a list of items which the user is asked to pick from. Once the user enters the option, the screen is cleared...
  12. Replies
    1
    Views
    1,521

    error C2061 - Compile Error

    I am working on creating a program which calculates the amount a company will contribute towards an employees retiremnet plan based on the number of years the employee has worked
    for the...
Results 1 to 12 of 12