Solars C++ Kurs
Programmieren leicht erlernt
Index
_strlwr( string )
_strupr( string )
#include  ->  #include <dateiname>
#define
#endif
#ifndef
#include <dateiname>
\n
_finite( dZahl )
+  ->  Rechnungsoperatoren
++  ->  Zuweisungsoperatoren
-  ->  Rechnungsoperatoren
--  ->  Zuweisungsoperatoren
/  ->  Rechnungsoperatoren
//  ->  Kommentare
/* */  ->  Kommentare
*  ->  Rechnungsoperatoren
=  ->  Zuweisungsoperatoren
==  ->  Vergleichsoperatoren
<  ->  Vergleichsoperatoren
<=  ->  Vergleichsoperatoren
<<  ->  Verschiebeoperatoren
>  ->  Vergleichsoperatoren
>=  ->  Vergleichsoperatoren
>>  ->  Verschiebeoperatoren
!  ->  Logische Operatoren
!=  ->  Vergleichsoperatoren
&&  ->  Logische Operatoren
||  ->  Logische Operatoren
atof  ->  double atof( string )
atoi  ->  int atoi( string )
char
cin
comilieren  ->  kompilieren
cos  ->  double cos( dZahl )
cout
DJGPP
double
double atof( string )
double cos( dZahl )
double exp( dZahl )
double pow( dZahl1, dZahl2 )
double sin( dZahl )
double sqrt( dZahl )
double tan( dZahl )
double log( dZahl )
double log10( dZahl )
double rand()
else  ->  if
else if  ->  if
exp  ->  double exp( dZahl )
finite  ->  finite( dZahl )
float.h
for
Funktionen
globale Variablen
if
Header
include  ->  #include <dateiname>
int
int atoi( string )
int main()
int main( argc, argv[], envp[] )
int strcmp( string1, string2 )
int strlen( string )
int time( t_time )
INT_MAX
INT_MIN
iostream.h
Kommentare
kompilieren
limits.h
log  ->  double log( dZahl )
log10  ->  double log10( dZahl )
Logische Operatoren
Lokale Variablen
main  ->  int main()
      ->  int main( argc, argv[], envp[] )
math.h
natürlicher Logarithmus  ->  double log( dZahl )
Operatoren  ->  Logische Operatoren
            ->  Rechnungsoperatoren
            ->  Vergleichsoperatoren
            ->  Verschiebeoperatoren
            ->  Zuweisungsoperatoren
pow  ->  double pow( dZahl1, dZahl2 )
rand  ->  double rand()
RAND_MAX
Rechnungsoperatoren
return
Schleifen  ->  for
           ->  while
sin  ->  double sin( dZahl )
sqrt  ->  double sqrt( dZahl )
srand()
stdlib.h
strcat  ->  int strcat( string1, string2 )
strcmp  ->  int strcmp( string1, string2 )
int strcpy( string1, string2 )
string.h
strlen  ->  int strlen( string )
strlwr  ->  _strlwr( string )
strupr  ->  _strupr( string )
tan  ->  double tan( dZahl )
time  ->  int time( t_time )
time.h
Vergleichsoperatoren
Verschiebeoperatoren
void
while
Zuweisungsoperatoren