This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
marx
/
cpp_trait
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
da1bc3b21e
Rami (Branch)
Tag
master
cpp_trait
/
rectangle.h
rectangle.h
82 B
Cronologia
Originale
1
2
3
4
5
struct Rectangle
{
const double width = 2.0;
const double height = 3.0;
};