Hi,
I have the following:
char *argv[2];
and I somehow want to have argv[1]=int;
i tried to use atoi but it seems that it doesn't exist (I have included the stdlib.h).
I use UNIX.
Is there another way?
Please help...
delci
ok,
here is what I want to do.
I have a .c file which has the filenames and path for some
other .c files.
The first .c file should make a call to the other .c files and pass to
them parameters for their execution.
The other thing is that these two files must exchange information.
How can I do...
Hi,
I have the following question.
In my C code, I read information from a text file dynamically, which gives me information about another file (which is a header file), its path.
The problem is that I cannot use this header file, since I cannot include it in the declaration, since I have to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.