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
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.