weekend.c

Jun 05, 2009 10:37

#include

#define MOTIVATION 2.7182
#define PROCRASTINATION 3.1415
#define CRY -11111
#define PARTY 11111

int main () {
int assignmentCompletion = 0;
int assignmentProgress = 0;

while (assignmentCompletion == 0) {
assignmentProgress = assignmentProgress + MOTIVATION / PROCRASTINATION;

return CRY;
printf ("You have won one internet!\n ( Read more... )

#define, #include

Leave a comment

Comments 4

retorogrl June 5 2009, 16:23:21 UTC
Phillllllllll do all Marketing internship entail unpaid working conditions? Really? Truely? Oh i'm going to be so poooor :((

Reply

flipx June 6 2009, 00:25:37 UTC
Most marketing internships are...voluntary, as the euphemism goes. :o(

I managed to score a paid one off Seek.com, but it was pure luck - very few places tend to give you real, meaningful work as a marketing intern and then pay you for it.

When do you need your internship sorted by? I could always check the next available openings for you. :o)

Reply


retorogrl June 6 2009, 06:25:47 UTC
:(((( I guess I have been spoilt in the past with my accounting vacation work being paid and all :(

Oooh! I wouldn't mind any Marketing internship gigs, paid or unpaid, any experience would be great. Have you heard of AcademyGlobal? They do 3-6 month internships unpaid. I submitted my resume and got an interview next Tuesday, but i can't go coz of my exams, so i emailed them back to re-schedule...we'll see whether they liked that or not? :(

Wow a paid-marketing internship! off seek.com now that's sweet! Is that the one you currently have with Thales? I've only been looking through UTS careers website. I figured i need to get off my butt and do something maybe during the 4 week winter vacation or something for summer this year? mmmm.....

Reply


sych June 7 2009, 15:40:04 UTC
> I think my code contains an infinite loop... :o\

Yep, particularly since MOTIVATION and PROCRASTINATION are constants :)

Reply


Leave a comment

Up