C++のキーワード

1825 ワード

//C++    

/*

auto       ,     

bool          

break       

asm          

case         

catch    throw     

char          

class 

const         

const_case     const     

cintinue

default

delete     

do

double

dynamic_cast       

else

enum

explicit           

extern                (          )

false

float

for

friend                

goto          

if

inline           

int

long

mutalbe     const  

reinterpret_cast          

return

short            

signed              

sizeof  

static_cast         cast

struct

switch

register            

template     

this

throw       

true

try

typedef                            

typeid        

typename         

unsigned              

using    

virtual                    

void 

volatile  

wchar_t                 

while





#include <istream>      

#include <ostream>      

#include <queue>   STL    

#include <set>     STL    

#include <sstream>        

#include <stack>   STL    

#include <stdexcept>      

#include <streambuf>      /    

#include <string>

#include <utility>    STL     

#include <vector>     STL      

#include <ctype.h>        

#include <errno.h>         

#incude <float.h>          

#include <fstream.h>      、  

#include <iomanip.h>       、  

#include <iostream.h>      ,  

#include <limits.h>              

#include <locale.h>         

#include <math.h>          

#include <stdio.h>       、    

#include <stdlib.h>               

#include <string.h>       

#include <strstrea.h>          

#include <time.h>              

#include <wchar.h>              

#include <wctype.h>        

*/