answersLogoWhite

0

#include "name-of-headfile"

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How is possible to addition of two number without including header file in C language?

You do not need a header file to add two numbers in C. You do need the header files if you want to use the run-time library, which includes the ability to format and display the result.


Can static variables be declared in header file?

Can static variables be declared in a header file?You can't declare a static variable without defining it as well (this is because the storage class modifiersstatic and extern are mutually exclusive). A static variable can be defined in a header file, but this would cause each source file that included the header


How do you get the Contact Forum Admin link on my voy forum?

Just edit the script file (like, header / footer template file) and add link.


Why you use header files in c?

the use of header files is to add functionality. Header files are basically saying put code in that header file here so you don't have to type that many lines of code.


How can i add the Dhcpsapi library in code blocks IDE?

Link your project to the dhcpsapi.lib library file and include the dhcpsapi.h header file in all translation units that make use of the library.


Within what Word feature you can add automatic page numbers dates times the file name and pictures?

I'm pretty sure its Header/Footer


Does the Solidworks COM non-attributed add-in wizard work in Visual C plus plus 2010 Express or Visual Studio 2012 Ultimate?

The simple answer is yes, it works in both.


How to recover the missing project database templates in visual studio?

One can find information on how to recover missing project database templates in Visual Studio from the Microsoft website. The problem has been documented on the site and the solution is to install the software form the Add/Remove page of Windows.


How do you add a new library for Dev C plus plus?

If you want to know about adding new header files, then it is simple. Write your functions in a file. Save that file with extension .h in the include directry. Now, you can include this file using the #include directive


How do you add a header to an exel worksheet?

you cant!


How do you add a header?

If Your asking like on microsoft word then you go to insert and then click on the word header and then u click what kind of header you want


How do you make a button in visual studio that will make a checkbox turn to the checked state?

Double Click your button and add this code...CheckBox1.CheckedState = CheckBox1.Checked