#include <iostream>Classes | |
| class | small_class |
| some class More... | |
Functions | |
| template<typename T > | |
| void | print (T const &t) |
| super useful printing fct | |
| int | power_2 (int const &x) |
| power_2 fct | |
| int | main (int argc, char *argv[]) |
| THE MAIN EVENT. | |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
THE MAIN EVENT.
|
inline |
power_2 fct
| x | is the input |
just squares the x
|
inline |
super useful printing fct
| t | is the stuff for printing |
some more awesome facts about this useful fct
1.8.1.2