Search:

Type: Posts; User: Etain

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,344

    How would I do that?

    How would I do that?
  2. Replies
    3
    Views
    1,344

    ROT13 String Infinite Output

    Any input into this code outputs infinite of what was entered resulting in program crash. Any idea why?



    #include<stdio.h>
    #include<string.h>


    #define ROT 13
  3. Modifying Code to handle uppercase and special symbols

    My code is currently reads in a string of lower case letters, identifying the occurrence of each letter.



    #include <stdio.h>
    #include <string.h>

    int main()
    {
    char string[256];
  4. Replies
    4
    Views
    973

    How do I close thread?

    How do I close thread?
  5. Replies
    4
    Views
    973

    Dont worry guys I figured it out

    Dont worry guys I figured it out
  6. Replies
    4
    Views
    973

    Need Help with C program

    Hello, working on this code I have encountered a few issues. My program lists the occurrence of each letter but i'm unsure of how to enable numeric variables. Any help would be appreciated as well as...
Results 1 to 6 of 6