Search:

Type: Posts; User: sal

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,927

    the PROBLEM IS THAT ONCE THE PROGRAM IS DONE......

    the PROBLEM IS THAT ONCE THE PROGRAM IS DONE... IT DOES NOT RETURN BACK TO CODING SCREEN
  2. Replies
    2
    Views
    2,927

    checking the input is character or not

    #include<iostream.h>
    #include<conio.h>
    int main(){
    clrscr();
    int i; char * c;
    cin>>c;
    i=*c;
    if(i<48 || i>57)return 0;
    else cout<<i<<" "<<c; getch(); return 0;}
  3. Replies
    13
    Views
    10,266

    hey thaanx... that did do the trick..... :D

    hey thaanx... that did do the trick..... :D
  4. Replies
    13
    Views
    10,266

    im having another problem just saw it... the root...

    im having another problem just saw it... the root function im want it to return a float value to main... how do i do that cuz no matter what value i enter the answer give 0.0000 ...????
  5. Replies
    13
    Views
    10,266

    k elysia i dont knw how to indent it ane better...

    k elysia i dont knw how to indent it ane better but i have added to prototypes, wat did u mean main must always return int.
    Some of your functions lack a return type???
  6. Replies
    13
    Views
    10,266

    thanx alot pple.... adak ur way worked out.....

    thanx alot pple.... adak ur way worked out.. kinshara the thing is i cant make things work quite the way i wanted to with if statement thanx though... THANKS A MILLION EVERY1 :D:D:D
  7. Replies
    13
    Views
    10,266

    @elysia.... there r no errors... it runs...

    @elysia.... there r no errors... it runs smoothly.... i just want e to work with characters.... thnx for the advice though ill work on them
  8. Replies
    13
    Views
    10,266

    like when i press Y the prog continue n when i...

    like when i press Y the prog continue n when i press N it stops
  9. Replies
    13
    Views
    10,266

    problem with do-while loop and char

    THIS IS A PART OF MY PROG.. I M USING A DO-WHILE LOOP. i want e to b a character rather than an integer but when ever i try to run my prog with e as a character it doesnt work all the same... i did...
Results 1 to 9 of 9