Internet Marketing Business Forum


Internet Marketing Business Forum » MAIN FORUMS » Blogging & Social Networking » Social Bookmarking » Have you ever heard of the social bookmarking site Searchles?
Reply
 
LinkBack Thread Tools Display Modes
Old 07-15-2009, 02:35 PM   #1 (permalink)
 donkiemaster2000's Avatar
 
Status: Junior Member
Join Date: Jul 2009
Posts: 1
donkiemaster2000 is on a distinguished road
Default Have you ever heard of the social bookmarking site Searchles?

it's pretty sweet. I swear. we are friends, I would never lie to you. you can take my word for it. oh, don't be that way! I'll be your best friend if you go to Searchles and use it every day for the rest of your life. I'm not asking much here, just a little love.
(warning: this is a shameless promotion)
oh yeah, it's located here: www.searchles.com
donkiemaster2000 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-15-2009, 04:30 PM   #2 (permalink)
 Xavier's Avatar
 
Status: Junior Member
Join Date: Jul 2009
Posts: 1
Xavier is on a distinguished road
Default

Just add the following table and change it to your values

class Shape {
public:// interface to users of Shapes
virtual void draw() const;
virtual void rotate(int degrees);
// ...
protected:// common data (for implementers of Shapes)
Point center;
Color col;
// ...
};

class Circle : public Shape {
public:
void draw() const;
void rotate(int) { }
// ...
protected:
int radius;
// ...
};

class Triangle : public Shape {
public:
void draw() const;
void rotate(int);
// ...
protected:
Point a, b, c;
// ...
};
Xavier is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Reply
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 06:40 AM.
Powered by vBulletin® Version 3.7.0 Beta 6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.


Nav Item BG