This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
marx
/
cpp_trait
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
da1bc3b21e
Ramos
Etiquetas
master
cpp_trait
/
rectangle.h
rectangle.h
82 B
Histórico
Em bruto
1
2
3
4
5
struct Rectangle
{
const double width = 2.0;
const double height = 3.0;
};