Thread: homework

  1. #1
    Registered User
    Join Date
    Sep 2004
    Posts
    719

    Lightbulb homework

    ...this sucks...a lot of typing; a little learning ......
    anyone want to do it for me? it will be good practice....
    it's not like i can't figure out or don't know how to do it....i just don't want to type it....

    ...come on....i know you want to.....i got cash...

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    *Waits patiently for someone to fall for it*

    My best code is written with the delete key.

  3. #3
    Teenage Mutant Ninja Nerd MMD_Lynx's Avatar
    Join Date
    Aug 2004
    Posts
    65
    cash?!
    *sits down and ponders for a good 13 hours, 38 minutes, and 7 seconds* wait!!!
    ...
    ...
    how much cash we talkin' about?
    lol jk
    Stupid people are useful. You can make them do all the mindless tasks you are too lazy to do yourself.

    Sphynx cats are just bald and wrinkly, like old people, and we don't reject them.

  4. #4
    Registered User
    Join Date
    Sep 2004
    Posts
    719
    0.416 of a cent per letter














    *characters within the filenames only
    Last edited by misplaced; 10-03-2004 at 11:17 PM.

  5. #5
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >0.416 of a cent per letter
    Be careful, someone may try to take you up on that.
    My best code is written with the delete key.

  6. #6
    Registered User
    Join Date
    Sep 2004
    Posts
    719
    i think it's reasonable.....

    i really really don't want to type it because all it's going to prove to my teacher is that i know how to type...

    it's basically 5 files demonstrating nothing but simple ole single in heritance......no fun or challenging algorithms, no useful purpose, just showing the i can type "class Useless : public JustAsUselessAndRedundant".........

    i mean hell....she even gives us the header files (hardcopy only) so we have to stick with her half-assed design which typically ends in sloppy code..the sad thing is that that sloppy code is HER solution to hacking around her poorly designed useless classes....

    so yea, i'm willing to pay....
    Last edited by misplaced; 10-03-2004 at 04:19 PM.

  7. #7
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Oh, you mean you're actually serious?
    My best code is written with the delete key.

  8. #8
    Registered User
    Join Date
    Sep 2004
    Posts
    719
    lol...nah...i really would pay somebody around here to do it though

  9. #9
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    You've got no idea what you're getting in to offering to pay per letter, I'm sure there's plenty of ways people could easily bulk up their code

  10. #10
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    misplaced.. copy and paste bro... copy and paste
    What is C++?

  11. #11
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >i really would pay somebody around here to do it though
    Like I said, be careful when paying someone by the character or line or whatever. I could write page after page of code that does absolutely nothing. Imagine what I could do with a program that actually does work.
    My best code is written with the delete key.

  12. #12
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    Code:
    #include <iostream>
    
    int main ( int argc, char *argv [] )
    {
    	
    	const unsigned char the_first_character_of_hello_world = 'H';
    	const unsigned char the_second_character_of_hello_world = 'e';
    	const unsigned char the_third_character_of_hello_world = 'l';
    	const unsigned char the_fourth_character_of_hello_world = 'l';
    	const unsigned char the_fifth_character_of_hello_world = 'o';
    	const unsigned char the_sixth_character_of_hello_world = ' ';
    	const unsigned char the_seventh_character_of_hello_world = 'W';
    	const unsigned char the_eighth_character_of_hello_world = 'o';
    	const unsigned char the_ninth_character_of_hello_world = 'r';
    	const unsigned char the_tenth_character_of_hello_world = 'l';
    	const unsigned char the_eleventh_character_of_hello_world = 'd';
    	
    	std::cout << the_first_character_of_hello_world;
    	std::cout << the_second_character_of_hello_world;
    	std::cout << the_third_character_of_hello_world;
            std::cout << the_fourth_character_of_hello_world;
    	std::cout << the_fifth_character_of_hello_world;
    	std::cout << the_sixth_character_of_hello_world;
    	std::cout << the_seventh_character_of_hello_world;
    	std::cout << the_eighth_character_of_hello_world;
    	std::cout << the_ninth_character_of_hello_world;
    	std::cout << the_tenth_character_of_hello_world;
    	std::cout << the_eleventh_character_of_hello_world;
    	
    	std::cin.get ();
    	
    	return 0;
    	
    }
    All that does is say "Hello World".

    And if I had the patience I would make it longer but that should give you a general ide :P
    What is C++?

  13. #13
    you forgot to include a bunch of useless header files,


    anyways if i can write your code i will do it and prolly
    at no charge, just give me a pm and tell me what your requiring?

  14. #14
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    If it is so simple, I can't see how it would be so much work that you'd be willing to outsource your programming... I mean, that's just bad financial policy.

  15. #15
    Registered User
    Join Date
    Sep 2004
    Posts
    719
    pfft!....you guys obviously didn't read the fine print....^^^^ look again

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Homework
    By kermi3 in forum C Programming
    Replies: 10
    Last Post: 09-27-2001, 04:49 PM
  2. Homework
    By kermi3 in forum C++ Programming
    Replies: 15
    Last Post: 09-26-2001, 03:16 PM
  3. Homework
    By kermi3 in forum Windows Programming
    Replies: 5
    Last Post: 09-15-2001, 11:48 AM
  4. Homework
    By kermi3 in forum C Programming
    Replies: 0
    Last Post: 09-10-2001, 01:26 PM