Forum: C Nov 8th, 2005 |
| Replies: 11 Views: 19,510 #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <malloc.h>
#define IOError -1
#define MEMORYError -2
#define NOError 0 |
Forum: C Nov 7th, 2005 |
| Replies: 11 Views: 19,510 Good morning!
I have resolved my problem! I have used the strtok function....
Thank you
Bye ricciola |
Forum: C Nov 4th, 2005 |
| Replies: 11 Views: 19,510 I have a problem. I have a function that search a string in a text file. This function return an int: 0 if the string I must be search isn't in the file, 1 otherwise.
The problem is: if the... |
Forum: C Nov 3rd, 2005 |
| Replies: 4 Views: 1,962 Thank you, I have resolved this problem using the sprintf function!!!
Now I have another problem. I have a function that search a string in a text file. This function return an int: 0 if the string... |
Forum: C Oct 26th, 2005 |
| Replies: 4 Views: 1,962 Thanks!!!!
I would be a lot recognizing if you help me for this problem:
I have a text file and I would be searching on this file some word of this type "wordi" where i is a natural number. Since... |
Forum: C Oct 25th, 2005 |
| Replies: 4 Views: 1,962 Hello! I'm a new user of this forum. I'm italian and I work like programmer. I need of some information about C code and I wish you help me!
Bye bye :D |