IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Even C++ allows defining in scope...
for (var job eachJob = .....
New My two sense...
we usually had most logic than a simple ArrayList or Vector in our collection classes...

so:
   JobCollection allJobs;
   Job aJob;
   Job aProgammer; // Better still

Then:
   foreach (allJobs.begin(), allJobs.end(), <function call>);

(Or you could simply walk through them)
   for (allJobs::iterator i= allJobs.begin(); i != allJobs::iterator.end(); i++) {
       // DO something
   }

// The each aspect is implied - so it falls out.
     More fun with the One - (FuManChu) - (20)
         Synchonicity - (deSitter) - (17)
             When it's aNonymous, I usually do. Otherwise, nope. -NT - (FuManChu) - (16)
                 I see - (deSitter) - (15)
                     Not the point. - (FuManChu) - (14)
                         Here's a suggestion that will solve your problem - (jb4) - (13)
                             Re: Here's a suggestion that will solve your problem - (deSitter)
                             No, no, I'm swinging *back* from that - (FuManChu) - (11)
                                 Sorry, No Sale - (jb4) - (10)
                                     That would imply that YOU don't use dynamic languages - (ben_tilly)
                                     What Ben said... - (admin) - (8)
                                         Even C++ allows defining in scope... - (ChrisR) - (1)
                                             My two sense... - (Simon_Jester)
                                         Well, - (jb4) - (5)
                                             Re: I write in what I get PAID to write in - (FuManChu) - (1)
                                                 You're clearly NOT a contractor, then... -NT - (jb4)
                                             I don't. - (admin)
                                             must be nice to have real work - (deSitter) - (1)
                                                 I'll bet it is too - (tuberculosis)
         Variable names. - (static) - (1)
             "$a_later_time, $an_even_later_time..."? ObSentientLRPD! - (CRConrad)

One thing you ought to know: well, I am the Mae-stro!
77 ms