Programmiersprache C/C++

Stichwort-Verzeichnis

Schlüsselworte von ANSI C

  auto          c_storag
  break         c35        
  case          c334
  char          c624
  const         c_const       
  continue      c35
  default       c334
  do            c342
  double        c623     
  else          c332
  enum          c_enum
  extern        c_storag       
  float         c623          
  for           c344       
  goto          c35
  if            c331
  int           c622
  long          c622            
  register      c_storag
  return        c35
  short         c622
  signed        c622            
  sizeof        c_sizeof
  static        c_storag             
  struct        c_struct
  switch        c334
  typedef       c_typdef
  union         c_union
  unsigned      c622
  void          c_void
  volatile      c_volat
  while         c341
Weitere Schlüsselworte von ANSI C++

  class          c_class
  friend         c_friend
  private        c_privat
  protected      c_protec
  public         c_public
Operatoren

  +             c_operar	
  -             c_operar	
  *             c_operar
  /             c_operar	
  %             c_operar	

  ++            c_operid
  --            c_operid

  =             c_operzu	
  +=            c_operzu	
  -=            c_operzu		
  *=            c_operzu		
  /=            c_operzu		
  %=            c_operzu	
  <<=           c_operzu
  >>=           c_operzu
  &=            c_operzu
  |=            c_operzu
  ^=            c_operzu

  ? :           c_operbd

  <             c_operre
  <=            c_operre
  >             c_operre
  >=            c_operre
  ==            c_operre
  !=            c_operre

  &&            c_operlo
  ||            c_operlo
  !             c_operlo

  &             c_operbm	
  |             c_operbm	
  ^             c_operbm
  <<            c_operbm
  >>            c_operbm
  ~             c_operbm

  ,             c_comma

  &             c_operad
  *             c_operpv
Laufzeitsystem

  malloc        c_alloc
  realloc       c_alloc
  calloc        c_alloc
  free          c_alloc

  fopen         c_fopen
  freopen       c_fopen
  fclose        c_fopen
  fflush        c_fopen
  rewind        c_fopen
  fseek         c_fopen
  ftell         c_fopen
  ferror        c_fopen
  clearerr      c_fopen
  setbuf        c_fopen
  setvbuf       c_fopen
  fprintf       c_fopen
  fscanf        c_fopen
  fwrite        c_fopen
  fread         c_fopen
  fgetc         c_fopen
  getc          c_fopen
  fputc         c_fopen
  putc          c_fopen
  ungetc        c_fopen
  feof          c_fopen

  time          c_time
  localtime     c_time
  ctime         c_time
  asctime       c_time
  mktime        c_time
  gmtime        c_time
  strftime      c_time

  tzset         c_timzon

  atoi          c_str2n
  atof          c_str2n
  sscanf        c_str2n
  strtod        c_str2n
  strtol        c_str2n

  qsort         c_qsort
Software-Werkzeuge

  Compiler      c_compil
  Tools         c_aux
Verzeichnis ist noch unvollständig !


Zurück zum Menü

P. Böhme, 04.03.1996