Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: delci
  • Order by date
  1. delci

    HELP!!!! from int to char*

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

    dymanically using a header file

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

    dymanically using a header file

    Hi, Thanks for the replies. I would like to know what can be done in case that the file is not a header file but a .c file. Please help, Delci
  4. delci

    dymanically using a header file

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

Part and Inventory Search

Back
Top