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!

Recent content by nitroprog

  1. nitroprog

    How to free a *char variable

    Hello, i have the following code char *ficheiro; . . i and i use the "ficheiro" variable. I would like to know how to clean this variable, so i can use it again with no value. is it ficheiro=NULL; or ficheiro=""; I have used this, but i havent had the results i...
  2. nitroprog

    Calculating Checksum of a file

    Hello, I need a function in C language that calculates the checksum of a file. If you know were i can find it or if you have something that can help me, i appreciate it.
  3. nitroprog

    how to Create EXE file

    I have got a Access data base. How can i create an exe file to access it?
  4. nitroprog

    Get Mac Address

    Hello, I´m a newbie in c language. I need to know if there is any way to get my mac address using a function in C language. Thanks

Part and Inventory Search

Back
Top