User: mr logic

  • Public profile

User profile: mr logic

User info
User name:mr logic
History
Joined:
Number of posts:4
Latest posts:

function that counts words in a string & function counts consonants in a string
Hi, I hope this code help you. [code] #include <stdio.h> #include <string.h> #include <ctype.h> ...

find all substring in a string
Hi, I am not sure if what I did is what you need, but here is what I did you can test it. [code] #...

A simple translator (.txt)
Here is a C code that does what you ask for. But it only trigger lower case letters and not all of t...

Reading a string from text file
There are many powerful tools to search for a specific patterns with regular expressions. You can us...

This user does not accept Private Messages