hey i will make logos for a price any logo for your website pm me with your details and what you whill pay
here is my small demo
here is my small demo


class Counter {
public:
void Count();
int ReadDisplay();
private:
int CurrentCount;
};



Comment