Search:

Type: Posts; User: shank09

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    4,231

    Am I using the pointers the right way? how do i...

    Am I using the pointers the right way? how do i retrieve data from the function firstFraction (*pNum1 and *pNum2...)
    Please help me. I only have 4 days left to do this assignment.
  2. Replies
    6
    Views
    4,231

    next step to take??

    Thank you!

    Now i am able to do 30% of the program.


    #include <stdio.h>
    void printcmd (void)
    {
    printf("> ");
    }
  3. Replies
    6
    Views
    4,231

    more info

    12596

    http://postimage.org/image/wz3u2702f

    That is the requirements.
    I have moved on a little, but still i am facing problem.
    for now i am not starting the custom cmd prompt ("> ") , i will...
  4. Replies
    6
    Views
    4,231

    Anyone? i just need a function which prints ">...

    Anyone?

    i just need a function which prints "> " and takes users input (char, int) whenever the user presses <enter> (\n) it has to go to new line and print "> " again.
  5. Replies
    6
    Views
    4,231

    C, Question About My program. Just Starting

    Hey guys!


    I am making a program for my c class.
    sample run is:



    ok, this is a little hard to explain. This program is like a command prompt, it uses ">" and then the user enters data....
Results 1 to 5 of 5