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 bkrike 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
  • Content: Threads
  • 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

    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