Search:

Type: Posts; User: André Sousa

Search: Search took 0.00 seconds.

  1. Sorting an array of integers between two positions of the array

    Hi everyone.

    I am trying to create a code to sort an array of integer, but only between two positions of the array, not the all array.

    like this:

    array: 1 2 5 4 7 2 9 8
    index: 0 1 2 3 4 5 6...
  2. Replies
    8
    Views
    1,001

    Hi, sorry about the slow answer. I already have...

    Hi, sorry about the slow answer.
    I already have the code of the long division.
    Now i need to check when a number is repeating.
    like the exemple above.
    10/3 = 3.33333(3)

    i need to check that...
  3. yes it is true, but now i cant get back because...

    yes it is true, but now i cant get back because it is almost done and i only need this function to complete the code.

    i am using this function to order the arrays of doubles, and the arrays of...
  4. Order the values of an int array only between two index numbers

    Well, i am using the quicksort, the code is modified by me, and the code does:

    i have 2 arrays, one of doubles and other of integers, the doubles have the result of division of two numbers and the...
  5. Replies
    8
    Views
    1,001

    Lol who said i was asking the full program? i was...

    Lol who said i was asking the full program? i was asking for some tips and maybe links or other any type of functions that people already know that exists in the web and that i can stay with it soon....
  6. Replies
    8
    Views
    1,001

    Arithmetic division

    Hi everyone.

    I need to create a program in C that given two integers numbers, i will divide both, for example, 1/3 = 0,333333..
    But i cant use double variables, i only can use integers.
    I need...
  7. Replies
    4
    Views
    1,266

    Powerless help

    Hi everyone, i am learning C, and i saw this in a exercise:


    powerless(1025)


    What is the result?


    and how works the powerless?
Results 1 to 7 of 7