Search:

Type: Posts; User: Mahesh

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,238

    Big help for big program

    Anyone in here who is really good in C-programming might be able to help me...I am so stressed out...I have to turn in this paper in about an hour and it does run, but still errors...can anyone can...
  2. Replies
    5
    Views
    1,221

    Here it is again

    It is strange that the the prinf statement doesn't work..I have to enter twice to show that message up.





    #include<stdio.h>
    #include<string.h>
    #include<ctype.h>
    /*
  3. Replies
    5
    Views
    1,221

    Interesting program, but stuck somewhere

    I need to output the first name, middle initial and the last name. It is not working. I don't know where I got wrong.


    #include<stdio.h>
    #include<string.h>
    #include<ctype.h>
    /*
    Yog R. Panta...
  4. Thread: Pointers!

    by Mahesh
    Replies
    2
    Views
    920

    Pointers!

    I just wanted to tell all those folks (including some very foolish people who couldn't solve the problem, but just just commented petty things about the program) that I finally solve the problem.
    ...
  5. Replies
    7
    Views
    1,395

    :s

    What do you mean?
  6. Replies
    1
    Views
    1,161

    Pointers...Problem still exists

    Hi everyone, I need help with the pointers. Here's my question:

    Using a pointer, write a function named time() that accepts an integer number of seconds and the addresses of three variables named...
  7. Replies
    6
    Views
    1,248

    Pointers...Problem still exists

    Hi everyone, I need help with the pointers. Here's my question:

    Using a pointer, write a function named time() that accepts an integer number of seconds and the addresses of three variables named...
  8. Replies
    7
    Views
    1,395

    problems with pointers

    Hi everyone, I need help with the pointers. Here's my question:

    Using a pointer, write a function named time() that accepts an integer number of seconds and the addresses of three variables named...
  9. Thread: Pointers

    by Mahesh
    Replies
    18
    Views
    4,340

    as a c-program

    Thanks, but can this be done as simple C-programming? I didn't understand: cout << hours << ":" << mins << ":" << secs << endl;

    Thanks
    Mahesh
  10. Thread: Pointers

    by Mahesh
    Replies
    18
    Views
    4,340

    Thank you very much for your response. ...

    Thank you very much for your response.

    Converting the value is not a big problem, but I am confused in the whole thing; I just started learning pointers.

    If you have MSN Messenger, I would...
  11. Thread: Pointers

    by Mahesh
    Replies
    18
    Views
    4,340

    Pointers

    Using a pointer, write a function named time() that accepts an integer number of seconds and the addresses of three variables named hours, min, nad sec. The function is to convert the passed number...
Results 1 to 11 of 11