This website works better with JavaScript
Kezdőlap
Felfedezés
Bejelentkezés
jezv___
/
Figures
Figyelés
2
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
eb18e12a62
Branch-ok
Tag-ek
master
Figures
/
circle_main.cpp
circle_main.cpp
110 B
Előzmények
Nyers
1
2
3
4
5
6
7
8
9
#include "Circle.h"
using namespace std;
int main() {
Circle c(23, 24, 5);
c.name();
return 0;
}