+ 8

How can I create a header file in C++?

28th Aug 2017, 4:59 PM
Safinaz Sayed
Safinaz Sayed - avatar
5 Antworten
+ 1
Open notepad and write the function that you want to use. Now save the notepad file with .h extension. as we are creating a function for sum, so save this file with name sum.h in INCLUDE or BIN folder (you can use any other name). After that write a program that uses this sum function and include the header file that you have just created.
26th Sep 2017, 6:47 PM
Aryan Biswas
Aryan Biswas - avatar
+ 3
Thank you!!!!!!!☺️😊☺️
1st Oct 2017, 4:49 AM
Safinaz Sayed
Safinaz Sayed - avatar
+ 2
Thank you☺️☺️☺️
29th Sep 2017, 2:56 AM
Safinaz Sayed
Safinaz Sayed - avatar
+ 1
welcome
29th Sep 2017, 5:19 AM
Aryan Biswas
Aryan Biswas - avatar