answersLogoWhite

0

How do you include userdefined headerfiles in c plus plus program?

Updated: 8/17/2019
User Avatar

MUttara

Lvl 1
14y ago

Best Answer

#include "what-its-name-is.h"

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you include userdefined headerfiles in c plus plus program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

C plus plus program that will count?

#include int main (void) { puts ("1 2 3"); }


Create a c plus plus program to generate Fibonacci series?

#include #include void main() { clrscr() int a=0,b=1,c,i,n; coutn cout


Example of Borland c plus plus program?

#include<iostream> int main() { std::cout << "Hello world!" << std::endl; }


Write a program in C to compute expansion 1 plus Xpwr2byfact2 plus Xpwr4byfact4 Xpwr6byfact6 plus .......?

#include ...double x, y;...y = cosh (x);


Write a program adding 2 plus 2 in c program?

#include <stdio.h> int main (void) { puts ("4"); return 0; }


How do you write a program to make a cross asterisk in c plus plus?

#include <iostream> int main() { printf( " *\n***\n *\n" ); return( 0 ); } Output: *****


Give an example of C plus plus program?

#include<iostream> int main() { using namespace std; cout<<"Hello world!"<<endl; return(0); }


What are the dangers of the Hoodia Gordonii Plus Diet Program?

There are several dangers of the Hoodia Gordonii Plus Diet Program. Some risks include liver damage, stomach irritation, and inaccurate medication, which can lead to adverse reactions from chemical additives.


How to restart c plus plus program?

Exit the program and relaunch it.


Can you program games with c plus plus?

Yes, you can program games with C++.


Is there an answer book for the A plus program?

The A Plus Program is an initiative, not a test. So no, there is no answer book.


Fundamental components of a c plus plus program?

#include <iostream> using standard namespace std; int main() { cout << "your prob shouldn't be taking c++"; return 0; }