This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
marx
/
cpp_trait
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
master
Větve
Značky
master
cpp_trait
/
circle.h
circle.h
90 B
Trvalý odkaz
Historie
Surový
1
2
3
4
5
6
7
#ifndef CIRCLE_H
#define CIRCLE_H
struct Circle
{
const double radius = 4.0;
};
#endif