Search:

Type: Posts; User: bkamagnum

Search: Search took 0.00 seconds.

  1. Thread: array help

    by bkamagnum
    Replies
    16
    Views
    2,092

    thanks

    thanks
  2. Thread: array help

    by bkamagnum
    Replies
    16
    Views
    2,092

    #include #include...

    #include<iostream>
    #include<iomanip>
    #include<stdio.h>
    #include<fstream>

    using namespace std;

    const int ARRAY_LENGTH = 8;
  3. Thread: array help

    by bkamagnum
    Replies
    16
    Views
    2,092

    cout

    im sorry guys im a newbie to this stuff as you can tell ......

    it work it is just that my counter is not work right.... i cant seem to find my error.
    my output is:...
  4. Thread: array help

    by bkamagnum
    Replies
    16
    Views
    2,092

    array

    void printResults(const int thearray[8])
    {
    int range8[ARRAY_LENGTH];
    int thearray8[ARRAY_LENGTH];

    readData(range8);
    printResults(thearray8);

    cout<<" ...
  5. Thread: array help

    by bkamagnum
    Replies
    16
    Views
    2,092

    counters

    now the problem is that I get outrageous numbers...... help please. and thanks



    #include<iostream>
    #include<iomanip>
    #include<stdio.h>
    #include<fstream>

    using namespace std;
  6. Thread: array help

    by bkamagnum
    Replies
    16
    Views
    2,092

    help with counter

    my counter isnt work right anyone know why???? thanks.



    #include<iostream>
    #include<iomanip>
    #include<stdio.h>
    #include<fstream>

    using namespace std;
  7. Thread: array help

    by bkamagnum
    Replies
    16
    Views
    2,092

    o i see i will use an array in my calculation...

    o i see i will use an array in my calculation function instead of my print function... thanks
  8. Thread: array help

    by bkamagnum
    Replies
    16
    Views
    2,092

    array

    yea thats the easy way but i have to put it in an array help please!
  9. Thread: array help

    by bkamagnum
    Replies
    16
    Views
    2,092

    array help

    hello im doin a project and the last part deals with array please help if u can....

    If I want an array to print out for example:
    grades in the range of : 0-24, 25-49, 50-74, and 75-99 i know...
Results 1 to 9 of 9