C++ Header Files

I have provided two header files that I have made. I have given detailed description of the functions in the header file in it. I have zipped or compressed the files for lessening its size. So when you download it, unzip it first and copy it to where other header files of C++ is stored to use it in your program. I hope that this will be of any use to it.

NOTE : Please don't use two of my header files in the same program. It is not working in my system. I don't know why. If you do, contact me.


Visuals.hDownload File
1. Letter By Letter
Functionvoid lbyl(char text[50],int delay,int distance)
DescriptionDisplays One Letter at a time with a specified delay and distance between letters.
Examplelbyl("Binny Made This",200,0);
2. Words
Functionvoid words(char text_1[25],char text_2[25])
DescriptionDisplays a pretty screen with the first text on top and second one on the middle. Then a line is drawn under it and the user is asked to press any key.
Examplewords("Binny is ","The One");
NoteGraphics must be declared
3. Loading Pie
Functionvoid loadpie()
DescriptionDisplays a pie(circle) with two colours and one colour will fill the pie after some time. When this is compleated, the text will change and function ends.
Exampleloadpie();
NoteGraphics have to be initialised before this function.
4. Loading Bar
Functionvoid loadbar()
DescriptionDisplays a bar whose length increases till it fills the box and a specified delay. It also puts a predefined text in a box above.
Exampleloadbar("Loading",150);

Effects.hDownload File
1. Interactive Menu
Functionint BackMenu(int PosX,int PosY,int No_of_Items,char Item_1[25],...,Item_8[25],int SelectedBackColor,int DefaultBackColor)
DescriptionThis can create a menu which will change the item by Up and Down keys on keyboard and return the selected Value.This function supports up to 8 items. It can also support less items (Minimum 2). Returns selected value (no of the item) when Enter Key is pressed. Returns a value of 0 if Esc Key is pressed.
Exampleint g=BackMenu(2,2,6,"One ","Two ","Three","Four ","Five ","Six ","Seven","Eight",LIGHTGRAY,BLACK);
2. Message Box
Functionvoid message(int PosX,int PosY,int No_Of_Lines,char a[50], char b[50],char c[50],char d[50],char e[50],char ButtonText[10],int BackColour);
DescriptionDisplays a Windows style message box and centelizes the message.
Examplemessage(23,2,4,"Hello World","Visit Me at","http://binnyva.tripod.com/code"," Binny.","","OK",YELLOW);
3. Password Taker
Functionint passwordtake(char pass[20])
DescriptionTakes in a password by displaying a '*' everytime a key is pressed and compares it to the given argument. If both are same, returns 1. Else the program will return the value 0.
Examplepasswordtake("password")
4. Password Validator
Functionvoid password(char *pass)
DescriptionTakes in a password by displaying a '*' everytime a key is pressed and stores it in the given address.
Examplepassword(&pass[0]);
NoteThe Password must be in pointer form with '[0]' if it is a array. Ie. password(&pass[0]);

Comments

Raman at 24 Mar, 2007 08:45

Hello,

I am not able to download your header files.
Please check on the link.
Reply to this.
Binny V A at 25 Mar, 2007 08:18
The download link is in the top right corner of box labeled 'Download File'. I could download it. If you still can't download it, just post your email address here and I will send it to you.
Reply to this.
Anonymous at 07 May, 2007 05:16
I want graphics header files
Reply to this.
Anonymous at 20 Apr, 2008 05:17
the effects file is gooood.thanxxxxxxxxxxxxxxxxxxxxxxx
Reply to this.
Anonymous at 11 Oct, 2008 01:28
can i get the header file... ""getopt.h""
Reply to this.
Anonymous at 11 Oct, 2008 01:29
can i get the header file... ""getopt.h""... if yes please mail it to maheshsahini@gmail.com

thanxx
Reply to this.
Anonymous at 18 Nov, 2008 07:22
does anyone have the fourbar.h header file??
Reply to this.
Anonymous at 29 Dec, 2009 10:37
please make available these
<windows.h>
<stdio.h>
<winuser.h>
<windowsx.h>
<time.h> header files. thanks
Reply to this.
Ahad at 09 Jan, 2010 04:34
Hey, can anyone tell me how to design window using turbo c++ 3.0? If yes, please mail me at mybestpen@rediff.com. or if any one has windows.h file, please mail it to me at the same id.
Reply to this.
Lee at 20 Feb, 2010 07:31
please send me absacc.h headerfile.
thank you
Reply to this.
Franz at 21 Feb, 2010 05:18
could please send me the header files ues.h, wmatypes_arm.h and enctypes.h
Reply to this.
Franz at 21 Feb, 2010 05:19
thanks btw
Reply to this.
Comment

Please dont enter you comments in this form - this is a fake form to confuse spamming bots. The next form is the real one.




Comment




Comment Formating : HTML tags a, strong, em, b, i, code, pre, p and br allowed. Other tags will be shown as code(< will become &lt;). Urls, Line breaks will be auto-formated.
Subscribe to Feed