Search:

Type: Posts; User: kuzadaman

Search: Search took 0.01 seconds.

  1. Sorry, I forgot to add that strings are not...

    Sorry, I forgot to add that strings are not allowed in solving this problem
  2. Question about lexographically sorting values

    My code is supposed to take an array of user inputed values (array) and the total number of actual values in that array (vals) and sort the array lexicographically, that is ordering the values by...
  3. ..I feel really dumb about that error, but thank...

    ..I feel really dumb about that error, but thank you so much for your help
  4. I don't understand, wouldn't if ( counter3...

    I don't understand, wouldn't


    if ( counter3 == ( limcounter - 1 ) )
    {
    indic = 1;
    }
    else if ( counter3 == limcounter )
    {
    indic = 1;
  5. Program freezing while running a function, please help

    I'm not getting a compile error or warning, but the program seems to freeze while running the following function. As input, I send limcounter,
    which is the number of actual values in the array (the...
Results 1 to 5 of 5