This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

creating header file n how to use it

Hi ,

i want to know how can i create a header file and use it in my main program. will be thankful if anybody can provide a simple example and with whole process needed.

thanks

  • I can't (and don't) claim credit for having written any of the tutorials - I just compiled the list.

    This tutorial by Mark Burgess looks hopeful - I'll have a look at it and maybe add it to the list.

    Thanks.

  • What is the current listing status for antronics.co.uk?

    Site is listed as suspicious - visiting this web site may harm your computer.

    Part of this site was listed for suspicious activity 8 time(s) over the past 90 days.

    What happened when Google visited this site?

    Of the 39 pages we tested on the site over the past 90 days, 18 page(s) resulted in malicious software being downloaded and installed without user consent. The last time Google visited this site was on 2013-06-06, and the last time suspicious content was found on this site was on 2013-06-06.

    Malicious software includes 25 exploit(s).

    Malicious software is hosted on 2 domain(s), including ragaraja.info/, riversa-spv.es/.

    This site was hosted on 1 network(s) including AS8560 (SCHLUND).

    Has this site acted as an intermediary resulting in further distribution of malware?

    Over the past 90 days, antronics.co.uk appeared to function as an intermediary for the infection of 9 site(s) including antronics.info/, love-england.com/, antronics.co/.

    Has this site hosted malware?

    No, this site has not hosted malicious software over the past 90 days.

    How did this happen?

    In some cases, third parties can add malicious code to legitimate sites, which would cause us to show the warning message.

  • The site has been hacked - hence the google warning.

  • The site has been hacked - hence the google warning.

    Are you sure. It looks very suspicious.

    A technical site being hacked is never a good advert for the business.

  • Hmm... the basics are there - but there's an awful lot of questionable detail; eg,

    "C Programming Language uses header files inclusion at the beginning of the program"

    The C programming language has no specific requirement for headers to be included at the beginning of a "program" (sic).

    "Header files helps in reducing the code complexity"

    When used appropriately, they may help with complexity, but they're just a tool - not a magic bullet

    "The linker automatically links with all the library files if we include its corresponding header files"

    The Linker has absolutely no knowledge of header files whatsoever.