Search:

Type: Posts; User: ___________

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    1,803

    I fixed all errors, but one. No clude what the...

    I fixed all errors, but one. No clude what the error is. It reads: Line 101: declaration of 'int sdata[20]' shadows a parameter


    //AS-31
    #include <iostream>
    #include <string>
    using namespace...
  2. Replies
    11
    Views
    1,803

    I am confused on what to change still.

    I am confused on what to change still.
  3. Replies
    11
    Views
    1,803

    how would I fix my code then?

    how would I fix my code then?
  4. Replies
    11
    Views
    1,803

    Oh, you mean where the array is, not what's in it?

    Oh, you mean where the array is, not what's in it?
  5. Replies
    11
    Views
    1,803

    but my data needs to be in a double

    but my data needs to be in a double
  6. Replies
    11
    Views
    1,803

    Tiny Array Error

    I keep getting the error: "invalid types'double[double]' for array subscript. It errors on line 105 and 111 twice. I have tried switching up various double and ints that are in the array, to no...
  7. Replies
    4
    Views
    3,611

    [solved] Array Sorting problem

    The program takes the input and finds mean, median, min, and max of the input numbers. I am having problems sorting an array. When it comes to sorting, the largest number gets put first, when in fact...
  8. Replies
    8
    Views
    2,717

    Hmm. Good point. new code added.

    Hmm. Good point. new code added.
  9. Replies
    8
    Views
    2,717

    What do you mean? Spaces are supposed to go...

    What do you mean? Spaces are supposed to go before the characters.
  10. Replies
    8
    Views
    2,717

    I added new code. I am too newb to know what...

    I added new code. I am too newb to know what classes are yet medievalelks. Now my outputs are getting horrible.
  11. Replies
    8
    Views
    2,717

    Creating a diamond pattern

    Hello everyone,

    I am attempting to create a diamond pattern, and failing miserably. I am looking for some info on getting my proggie running

    Each dash represents a space. It is supposed to be...
Results 1 to 11 of 11