Search:

Type: Posts; User: Damienmc++keown

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,462

    no wait that workded i got it. thanks for makin...

    no wait that workded i got it. thanks for makin my brain work threw it
  2. Replies
    3
    Views
    1,462

    some type of of statement maybe with a variable...

    some type of of statement maybe with a variable to hold on to the largest one
    max = 0;
    large = 0;

    prevnum = 3
    prevnum = 7
    prevnum = 20

    if (max < prevnum)
    max = prevnum;
  3. Replies
    4
    Views
    1,370

    YEAH thank you so much Jim that's exactly what it...

    YEAH thank you so much Jim that's exactly what it was.

    what a stupid mistake.
  4. Replies
    4
    Views
    1,370

    Ok when i did that the it changed that random...

    Ok when i did that the it changed that random first quota number(4068584) to 0. so that is affecting it in some way
  5. Replies
    4
    Views
    1,370

    problem in code

    can anyone here figure out my problem in my code

    it reads from a dat file containing this.




    C. Moore 1000 1250
    Dot Net 2000 2075
    Hop Tuit 500 2873
  6. Replies
    3
    Views
    1,462

    Hey guys can i get some help please?

    Im new to c++ and have a question that i hope yall can help

    basically my file opens a file then extracts a list of names and numbers

    here is whats in the inputfile
    C. Moore 1000 ...
Results 1 to 6 of 7