Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as C++ by registered user raphael ( 1 year ago )
// Auteur : Raphael De Oliveira
#include <iostream>
#include <stdio.h>
#include "geometrie.h"
using namespace std;

int main()
{
    Geometrie g;
    g.createCercle(50);
    g.toString();
    return 0;
}

 

Revise this Paste

Your Name: Code Language: