Search:

Type: Posts; User: azazelascends

Search: Search took 0.01 seconds.

  1. Thread: Help!

    by azazelascends
    Replies
    8
    Views
    1,746

    I got thanks axon and jlou thanks, stupid...

    I got thanks axon and jlou thanks, stupid oversight from when I changed it from a while to a for loop =/
  2. Replies
    5
    Views
    1,160

    Another Question

    An array has 5 numbers in it and another array has 5 strings in it. While keeping each array in order with the other. How would you organize them so that the numbers go from least to greatest in the...
  3. Thread: Help!

    by azazelascends
    Replies
    8
    Views
    1,746

    #include #include #include...

    #include <iostream>
    #include <iomanip>
    #include <cstdlib>
    #include <string>
    #include <fstream>

    using namespace std;

    void normals(float low[], float high[], string stars[], ifstream&...
  4. Thread: Help!

    by azazelascends
    Replies
    8
    Views
    1,746

    No it's getting assigned a value by the function...

    No it's getting assigned a value by the function before it's being used but, I went ahead and intialized it and it didn't help but I changed my if statement around and now it's

    0
    1
    2
    1
    1
    ...
  5. Thread: Help!

    by azazelascends
    Replies
    8
    Views
    1,746

    ok thanks for your help but still something is a...

    ok thanks for your help but still something is a miss

    I'm getting

    1
    1
    1
    1
    0
  6. Thread: Help!

    by azazelascends
    Replies
    8
    Views
    1,746

    Help!

    void ANOMALY(string STARS[], string STARSIN[], float HIGH[], float LOW[], float SIGNAL[], int ANOMALIES[])
    {
    int temp;
    for(int i = 0; i < MAX2; i++)
    {
    temp = SEARCH(STARS, STARSIN, i);...
Results 1 to 6 of 6