C++ Header Files
C++ is the second most used programming language used for programming
- <iostream.h> : input and output stream
- <conio.h>: to clear screen and pause information function.
- <stdio.h>: input and output function in program.
- <ctype.h>: function for testing characters
- <string.h>: function for manipulating string
- <math.h>: mathmatical function
- <stdlib.h>: utility function fornumber, conversion, storage allocation
- <assert.h>: function that can be used to add diagnostics to a program
- <stdarg.h>: function that can be used to step through a list of function arguments
- <setjmp.h>: function that can be used to avoid the normal call and return sequence
- <signal.h>: function for handling exceptional condition that may arise in a program
- <time.h>: function for manipulating date and time
- <limits.h>: constant definitions for the size of C data types
- <float.h>: definitions relating to floating-point arithmetic
No comments:
Post a Comment