Search:

Type: Posts; User: mrafay

Search: Search took 0.00 seconds.

  1. between 10-20

    between 10-20
  2. lol, i know the logic is lame, im just a freshman...

    lol, i know the logic is lame, im just a freshman in college and have only studied C for 3 months or so... so it is ok for me if it starts working of course. now for the same reason i don't have any...
  3. #include #include #include...

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

    void main ()
    {
    char wd1[4]="for";

    char word[5];
  4. Detecting and separating single words in a text file

    I am trying to create a simple text compression program in C that can compress .txt files. I want to replace all the "for", "and", "I" and other repetitive words with single numbers. Please help me...
Results 1 to 4 of 4