Search:

Type: Posts; User: automat

Search: Search took 0.00 seconds.

  1. Thread: new C problem

    by automat
    Replies
    3
    Views
    937

    Sorry. Hy. I need help with a problem. To ...

    Sorry.

    Hy.
    I need help with a problem.

    To display the first n numbers with figures amount less than or equal to m.

    My code :

    #include<stdio.h>
  2. Thread: new C problem

    by automat
    Replies
    3
    Views
    937

    new C problem

    Hy.
    I need help with a problem.

    To displaythe firstnnumberswithfiguresamountless than orequal tom.

    My code :

    #include<stdio.h>
    int main()
    {
  3. Replies
    4
    Views
    5,526

    How to open/close the CD/DVD/ROM/RW ?

    Somebody could help me with this code ?
    I use Code::Blocks. I think my mistake is how I do it.
    In Code::Blocks File-> New project -> Files -> C/C++ Source.

    When I compile it I see the next...
  4. Replies
    8
    Views
    1,127

    one problem in C

    completion

    for instance : the number is 62476
    the highest number is 76642
  5. Replies
    8
    Views
    1,127

    one problem in C

    Determine the largest number that can be formed with all the figures given number.
    In my opinion you take the number, it becomes a vector of numbers, sort the array and turn back vector of digits in...
  6. Thread: C programming

    by automat
    Replies
    2
    Views
    1,525

    C programming

    Hello.
    I need some help, please.
    Thank you.

    1. To mirror the numbers in a two-dimensional array. For instance for a number, if the number is : 2345, and the number in mirror is 5432.
    ...
Results 1 to 6 of 6