Starting from scratch? (PHP Background)

Moderator
Posts: 3,553
Joined: 2003.06
Post: #20
Ignore me too. No ugly thread needed.

Dan Potter Wrote:Arguably it's more intuitive though to do:

robot->move(2, 10);

than:

robot->move(robot, 2, 10);
"Arguably" being the operative term here. It does suck that "this" has to be passed to the object for it to have a sense of "self" with C. I guess I'm just saying that it can be done to good effect with C regardless. You nailed the central theme though. Things get twitchy right there. Built-in flexibility with C vs. built-in functionality with C++? For those who don't know, please don't pee on C for it's *apparent* lack of functionality.
Quote this message in a reply
Post Reply 


Messages In This Thread
Starting from scratch? (PHP Background) - Cronikeys - Aug 4, 2005, 02:43 PM
Starting from scratch? (PHP Background) - AnotherJake - Aug 7, 2005 11:49 PM
Starting from scratch? (PHP Background) - atek3000 - Oct 22, 2005, 06:32 PM
Starting from scratch? (PHP Background) - emilmont - Oct 23, 2005, 03:53 AM
Starting from scratch? (PHP Background) - atek3000 - Oct 25, 2005, 08:10 AM
Starting from scratch? (PHP Background) - atek3000 - Oct 25, 2005, 09:46 AM
Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Starting from scratch? (C Background) SLDCGG 6 3,663 Aug 9, 2005 01:13 AM
Last Post: sealfin