Search:

Type: Posts; User: RaresLuc

Search: Search took 0.00 seconds.

  1. I learned that declaration of main in Highschool...

    I learned that declaration of main in Highschool so till now I thought is correct.
    By the way, why is this not correct if the problem works well and if I don't want to include this program in some...
  2. uuuu, magic :) That worked. Thanks a lot. I...

    uuuu, magic :)
    That worked. Thanks a lot.


    I only need the result. I'm not interested yet in what main returns. thx anyway. (I saw you're avatar, hope you're not ........ed :) ).

    P.S. I...
  3. I used an unsigned int so it should appear...

    I used an unsigned int so it should appear correct.

    I will post the code below to show you the problem:


    ...

    the bold instruction is the only instruction witch uses variabiles that can be...
  4. Why a compiler shows a result and other compiler shows other result?

    Hi.
    I have this problem: I used Borland C++ Builder 6 to compile a program and the result was 43380 (witch is correct from my point of view) and I compiled the same .cpp file and I used the same in...
  5. Replies
    3
    Views
    1,002

    That realy helped! 10x P.s.: next time I'll...

    That realy helped!
    10x

    P.s.: next time I'll post on the C forum. 10x again.
  6. Replies
    3
    Views
    1,002

    Converting an int into a char

    Good day!
    I have this problem: I have a number (int) and I want to know who's simbol's ASCII code is.

    From letter to number works well:

    char s[10];
    int i;...
  7. Thank you indigo0086, I've got the algoritm....

    Thank you indigo0086, I've got the algoritm.
    Decrypt, your algoritm is exactly like my algoritm but I write more of it. It's simpler like yours.
    simpleid, why is that a zero before all the number...
  8. Converting a number from decimal base to binary base (with the pencil)

    Hi to all!
    This is my first post so I feel like tot tell you that I studied programming in HighSchool and after two years of Mechanical University I found a part time job that choosed me to do some...
Results 1 to 8 of 8