Results 1 to 19 of 19

Thread: What should I do?

  1. #1

    Thread Starter
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125

    Question What should I do?

    What should I do? I see everyone working on projects, and I can't think of anything to create. I'm not the creative type, but I love to write the actual code. Any ideas? Nothing too outlandish like writing a program to get into Bill Gates' bank account or any other jibberish. (Beside I already did that and he doesn't keep any money in the bank... it's all under his matress)

    Oh yeah... and it can't be database either because that will end up with me throwing the computer out the window... that's not a pretty sight either...
    Last edited by MidgetsBro; Jun 1st, 2002 at 06:06 PM.
    <removed by admin>

  2. #2
    PowerPoster rjlohan's Avatar
    Join Date
    Sep 2001
    Location
    Sydney, Australia
    Posts
    3,205
    You can finish my assignment for me...
    -----------------------------------------
    -RJ
    [email protected]
    -----------------------------------------

  3. #3
    PowerPoster cafeenman's Avatar
    Join Date
    Mar 2002
    Location
    Florida
    Posts
    2,819
    Originally posted by rjlohan
    You can finish my assignment for me...
    DON'T DO IT MIDGETSBRO!!!!!!!!!!!!!! His project has a bizarre recursion error!


  4. #4

    Thread Starter
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    LOL. I wouldn't do it anyway cause I have no clue how to do what he is doing with classes and objects and whatnot.
    <removed by admin>

  5. #5
    PowerPoster rjlohan's Avatar
    Join Date
    Sep 2001
    Location
    Sydney, Australia
    Posts
    3,205
    Originally posted by cafeenman

    DON'T DO IT MIDGETSBRO!!!!!!!!!!!!!! His project has a bizarre recursion error!

    I fixed that!
    Now it has a bizarre incompetent group member contribution error(s)...
    -----------------------------------------
    -RJ
    [email protected]
    -----------------------------------------

  6. #6
    PowerPoster cafeenman's Avatar
    Join Date
    Mar 2002
    Location
    Florida
    Posts
    2,819
    Originally posted by rjlohan


    I fixed that!
    Now it has a bizarre incompetent group member contribution error(s)...
    Damn... that's really too bad. Wish I could help somehow.

  7. #7
    PowerPoster cafeenman's Avatar
    Join Date
    Mar 2002
    Location
    Florida
    Posts
    2,819
    Originally posted by rjlohan
    You can finish my assignment for me...
    Isn't NightWalker an Ozzie too? Why don't you get him to help?

  8. #8
    PowerPoster rjlohan's Avatar
    Join Date
    Sep 2001
    Location
    Sydney, Australia
    Posts
    3,205
    Originally posted by cafeenman

    Damn... that's really too bad. Wish I could help somehow.
    Wish I could employ you to help.
    -----------------------------------------
    -RJ
    [email protected]
    -----------------------------------------

  9. #9
    PowerPoster rjlohan's Avatar
    Join Date
    Sep 2001
    Location
    Sydney, Australia
    Posts
    3,205
    Originally posted by cafeenman

    Isn't NightWalker an Ozzie too? Why don't you get him to help?
    Then it will have a bizarre..... ummm a bizarre error....
    -----------------------------------------
    -RJ
    [email protected]
    -----------------------------------------

  10. #10
    Lively Member
    Join Date
    Mar 2002
    Location
    England
    Posts
    79
    what about some p2p software??

  11. #11

    Thread Starter
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    Originally posted by mjlogan
    what about some p2p software??
    I've thought about it many times, but then every time I realize that there are already plenty of programs that do this already, and I've learned from SmashTheQube's experiences that not many people like to move to a new filesharing program when they already have one that works.
    <removed by admin>

  12. #12
    PowerPoster rjlohan's Avatar
    Join Date
    Sep 2001
    Location
    Sydney, Australia
    Posts
    3,205
    Instead of just making stuff, why not try to learn something? You just said you didn't understand classes and stuff. There's a good place to start.
    -----------------------------------------
    -RJ
    [email protected]
    -----------------------------------------

  13. #13
    PowerPoster cafeenman's Avatar
    Join Date
    Mar 2002
    Location
    Florida
    Posts
    2,819
    I'm working on something for him right now that uses classes. I should be ready to zip it up in about 20 minutes.

  14. #14
    Frenzied Member /\/\isanThr0p's Avatar
    Join Date
    Jul 2000
    Location
    They can't stop us! We're on a misson from God.
    Posts
    1,181
    what about learning a different programming language?
    Sanity is a full time job

    Puh das war harter Stoff!

  15. #15
    Lively Member
    Join Date
    Mar 2002
    Location
    England
    Posts
    79
    Originally posted by /\/\isanThr0p
    what about learning a different programming language?
    ive kinda played with C++ and Java... never really did much with it though.. probably will go back sometime to it as i do need to know C when at uni ive i do that course

    tis a good idea

  16. #16

    Thread Starter
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    Originally posted by cafeenman
    I'm working on something for him right now that uses classes. I should be ready to zip it up in about 20 minutes.
    Thanks man. I'm looking for tutorials on this site, but I haven't found much. Most of points to projects on PSC, and I don't really understand from the comments exacty what they are doing.

    I've ventured into C++ a few times, but always got lost when it came to Windows programming. I can make console programs pretty well, but as soon as I use some code to make a window, I don't know what do next.
    <removed by admin>

  17. #17
    PowerPoster cafeenman's Avatar
    Join Date
    Mar 2002
    Location
    Florida
    Posts
    2,819
    OK, this should get you started. Like I told you in the PM, the point of a class is to encapsulate the crap and create an object. Once you have the object, you don't have to worry about how it handles the details.

    This took me about 10 minutes, so it's no great shakes, but it should get you started.

    Just click twice and you'll get a line.
    Attached Files Attached Files

  18. #18
    PowerPoster cafeenman's Avatar
    Join Date
    Mar 2002
    Location
    Florida
    Posts
    2,819
    By the way, RJ, this class uses a picture object like what you were asking about yesterday.

  19. #19

    Thread Starter
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    hehe. I am playing with this... it's rather confusing, but this is what I did to it so far. Just added a "DrawCircle" property to the class.
    Attached Files Attached Files
    <removed by admin>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width