Search:

Type: Posts; User: Fenix

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,161

    u dont i mean

    u dont i mean
  2. Replies
    6
    Views
    1,161

    no i dont

    no i dont
  3. Replies
    6
    Views
    1,161

    thanks, that didnt help at all

    thanks, that didnt help at all
  4. Replies
    6
    Views
    1,161

    pretty tough, eh?

    pretty tough, eh?
  5. Thread: Hangman Problem

    by Fenix
    Replies
    16
    Views
    2,929

    wow, did u do this all by yourself?

    wow, did u do this all by yourself?
  6. Replies
    6
    Views
    1,161

    Separating higest and lowest value

    How can I change this code so the total given number in the end will be subtracted by the largest and smallest given number? the program asks 5 values, counts there total, checks if number exceeds...
  7. Replies
    2
    Views
    1,248

    Basic function functioning

    Hi

    This should work, only its dosent. would anyone be kind enough to gently point me in the right direction? It tells me that array is undeclared in "void judge" if thats worth anything. heres the...
  8. Thread: help!

    by Fenix
    Replies
    5
    Views
    1,033

    it just dosent arrange the array. at the bottom...

    it just dosent arrange the array. at the bottom of main function, where i print array "taulukko[1]", well, that should be the smallest given number since "0" is smallest and at [0] cause u have to...
  9. Thread: help!

    by Fenix
    Replies
    5
    Views
    1,033

    Ok, ill promise to ask questions smart, if u...

    Ok, ill promise to ask questions smart, if u please help me on this! :(
  10. Thread: help!

    by Fenix
    Replies
    5
    Views
    1,033

    help!

    why wont this function work, it wont arrange numbers from high to low in the array?



    #include <stdio.h>
    #include <conio.h>

    int sort(); /*taulukko järjestely funktio esittely*/...
  11. Thread: help

    by Fenix
    Replies
    5
    Views
    919

    Can u sort arrays?? that would be great, then i...

    Can u sort arrays?? that would be great, then i would just have to assign array[0] for the smallest number.
  12. Thread: help

    by Fenix
    Replies
    5
    Views
    919

    No reason for #define, i should delete it, it was...

    No reason for #define, i should delete it, it was definition of the size of the array. Ok thanks for the advice.

    P.s. I didnt leave things to the last minute, they streched to it! :)
  13. Thread: help

    by Fenix
    Replies
    5
    Views
    919

    help

    My school assigment on c includes writing a program that lets u input as many numbers as u want and when u press "0" it stops and then it counts the average of them and also tells u which was the...
  14. Thread: While assigment?

    by Fenix
    Replies
    2
    Views
    1,716

    i figured it out myself, thanks anyway.

    i figured it out myself, thanks anyway.
  15. Thread: While assigment?

    by Fenix
    Replies
    2
    Views
    1,716

    While assigment?

    What is wrong with this assigment? while(i<!=-1). the point is that while is done when a negative number is chosen, so that only positive numbers can be chosen
  16. Thread: Help!

    by Fenix
    Replies
    4
    Views
    957

    Thank U!

    Thank U!
  17. Thread: Help!

    by Fenix
    Replies
    4
    Views
    957

    Help!

    hello
    I am trying to do an assigment for my school on C and have ran into a problem, does anyone know how to help? The purpose should be to guess a number that is generated randomly, and if you...
Results 1 to 17 of 17