Search:

Type: Posts; User: avisik

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,217

    i used the debugger and it totally ignored the...

    i used the debugger and it totally ignored the function, it just returned a garbage value and didnt enter the function.
  2. Replies
    5
    Views
    2,217

    program doesnt enter function

    hello everyone, i wrote a code in C that suppose to calculate COS of an angle.
    i dont need help with the writing, i just have one problem, for some reason the program doesnt enter the function...
  3. Replies
    14
    Views
    2,394

    this is the current code, i put the getchar() in...

    this is the current code, i put the getchar() in the end of the loop



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

    int main()
    {
  4. Replies
    14
    Views
    2,394

    yes, i put getchar() in c, but Q get me into an...

    yes, i put getchar() in c, but Q get me into an endless loop
  5. Replies
    14
    Views
    2,394

    yes, a will say what to do with the 2 numbers you...

    yes, a will say what to do with the 2 numbers you entered, but Q will quit the program.

    i tried getch() after the loop, it works fine, but when i press Q to quit the program it doesnt quit it just...
  6. Replies
    14
    Views
    2,394

    what can i do to prevent that?

    what can i do to prevent that?
  7. Replies
    14
    Views
    2,394

    weired problem in while loop

    hello everyone!

    i am new here and i have a question.
    i wrote a program in c that get a char and 2 numbers and with the char the user entered the program does some actions.
    Q is for quitting the...
Results 1 to 7 of 7