Search:

Type: Posts; User: Aero

Search: Search took 0.01 seconds.

  1. Thread: Matrix

    by Aero
    Replies
    5
    Views
    1,362

    I thought it was matrix.h, but it doesn't seem to...

    I thought it was matrix.h, but it doesn't seem to work. How would I declare and initiate a matrix?
  2. Thread: Matrix

    by Aero
    Replies
    5
    Views
    1,362

    Matrix

    What is the header file for matrixes?

    How would I use a matrix to add information into a file, and then retrieve the information from the file?
  3. Replies
    7
    Views
    26,073

    Oops I forgot to login. Oh well, that works right?

    Oops I forgot to login. Oh well, that works right?
  4. Replies
    7
    Views
    26,073

    I didn't learn bubble sort yet. I'm a beginner in...

    I didn't learn bubble sort yet. I'm a beginner in C++. I know basics and for and while loops and arrays. Basically, I learned all the stuff up to Lesson 9 of the cprogramming.com tutorials.
  5. Replies
    7
    Views
    26,073

    Arranging numbers in ascending order

    How would I use C++ to arrange a set of 5 inputted values in ascending order and then cout the order? So far I have an idea of using an array, order[5], and then assigning the lowest number to...
Results 1 to 5 of 5