Search:

Type: Posts; User: mcdms

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,954

    got it. Thanks a lot for the help guys.

    got it. Thanks a lot for the help guys.
  2. Replies
    6
    Views
    2,954

    I'm accessing the names via typical ifstream. ...

    I'm accessing the names via typical ifstream. The array looks something like this:

    char name[5][15];

    It is to read in 5 names, each of a 15 character maximum length. In the txt file they are...
  3. Replies
    6
    Views
    2,954

    Thanks for your quick reply. I am aware of these...

    Thanks for your quick reply. I am aware of these techniques, but it is implementing them with a 2-dimensional array that I am having trouble with.
  4. Replies
    6
    Views
    2,954

    fstream char array input question

    Hello, simple question. I have a 2D array thats going to be reading in a string of characters from an input file everytime it runs through a loop. The only trouble is, I want the array to stop...
  5. Replies
    4
    Views
    11,278

    I got it. Yes, that helped a lot especially...

    I got it. Yes, that helped a lot especially considering I was messing with a total while I read your reply.
  6. Replies
    4
    Views
    11,278

    yes, it is interger based. Whole numbers only.

    yes, it is interger based. Whole numbers only.
  7. Replies
    4
    Views
    11,278

    alternatives to pow()

    Hello,

    I'm working on an assignment that requires the user to input a number, and then another number to raise the first one by (like pow() ). The product is then displayed. By the way, this...
Results 1 to 7 of 7