Search:

Type: Posts; User: shank09

Search: Search took 0.01 seconds.

  1. Trying to learn how to use %[^:]:, having trouble.

    Hi!

    I have an exam tomorrow, i need to learn how to use %[^:]

    Sample that i made:


    Here is my code
  2. Thanks for the Help! I am able to do it now. ...

    Thanks for the Help!

    I am able to do it now.

    My next task, is to calculate "letter frequencies" from an array.
    ok, I have two arrays, one with words and the other with the letter frequencies....
  3. Any one>? please...

    Any one>? please...
  4. Thread: im asking

    by shank09
    Replies
    8
    Views
    1,260

    well, Google search "how to avoid asking idiot...

    well, Google search "how to avoid asking idiot rude questions" you'll get your answer

    enjoy!
  5. Ok, i updated my code. no errors but warnings....

    Ok, i updated my code. no errors but warnings. and not getting the right result also.



    #include <stdio.h>
    #include <string.h>
    char* shift(char *word, int key);
    int main()
    {
    char...
  6. Trying to send string to a function and return it back.

    Not sure what i am doing wrong, I need to send "abc" to function and decrypt it by adding 3.



    #include <stdio.h>
    #include <string.h>
    char* shift(char *word, int key);
    int main()
    {
    ...
  7. Replies
    6
    Views
    4,139

    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.
  8. Replies
    6
    Views
    4,139

    next step to take??

    Thank you!

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


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

    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...
  10. Replies
    6
    Views
    4,139

    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.
  11. Replies
    6
    Views
    4,139

    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 11 of 11