C + + header file

Source: Internet
Author: User
Tags mathematical functions

C

#include <stdio.h>//define input/output functions
#include <stdlib.h>//define miscellaneous functions and memory allocation functions
#include <string.h>//String processing

#include <math.h>//defining mathematical functions
#include <time.h>//define functions for TIME
#include <assert.h>//Set insertion point
#include <ctype.h>//character processing

C + +

#include <iostream>//data stream input/output
#include <istream>//Basic input stream
#include <ostream>//Basic output stream

#include <string>//String class

#include <algorithm>//stl General algorithm

#include <list>//stl Linear list container

#include <map>//stl mapping container

#include <queue>//stl Queue container

#include <set>//stl Collection container

#include <vector>//stl dynamic array container

#include <stack>//stl Stack container


#include <cstdio>//define input/output functions
#include <cstdlib>//define miscellaneous functions and memory allocation functions
#include <cstring>//String processing
#include <cmath>//defining mathematical functions


#include <ios>//Basic input/output support
#include <iomanip>/Parametric input/output
#include <sstream>//string-based streaming
#include <fstream>//File input/output





C + + header file

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.