User profile: ivansl

User info
User name:ivansl
History
Joined:
Number of posts:9
Latest posts:

char or string issues
My code is shown below char buffer[10000]10000] while(x != 1) {...

array
char test[1000][1000] can I write this : char test[n][1000] so i can define n later? thank...

file operation
1.txt contains One two three Can I replace "one" in 1.txt with "ten" using array? so the ...

S.O.S
#include <stdio.h> #include <stdlib.h> void main() { const int n = 2; int i; FILE *Fout[n]; c...

Help me
still declaration syntax man :(

This user does not accept Private Messages