CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 42 of 63 FirstFirst ... 323940414243444552 ... LastLast
Results 616 to 630 of 939
  1. #616
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    We like need to code a 'bot for CG so it can do some automated work of posting links for questions like....

    my code crashes in debug but not in release
    my code crashes in release but not in debug
    or multiple posts with the same topic to various forums by the same person within a specified time frame
    etc...etc..etc...


    My code crashes and...and...and I haven't even found the any key yet...ohh well maybe I'll just go clip my toenails...all the same.

  2. #617
    Join Date
    Apr 2002
    Location
    Michigan, USA
    Posts
    869
    Hi
    I've never touched a computer in my life. I need to write a 100,000 line term project by tomorrow in VC++. I have no idea what the project is because i've never gone to the class but could someone get me started by writing and debugging the program and then sending me the results?

    Urgent.
    Have this done by 10:30AM 12/19/03 Eastern Standard Time.
    Verere testudinem! (Fear the turtle)

    Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy. -Albert Einstein

    Robots are trying to steal my luggage.

  3. #618
    Join Date
    Oct 2002
    Location
    Arkansas, USA
    Posts
    189
    Originally posted by Tom Frohman
    Urgent.
    Have this done by 10:30AM 12/19/03 Eastern Standard Time.
    Code:
    #include <stdio.h>
    
    int main(int argc, char* argv[])
    {
    	printf("You Flunk!!!\n");
    	return -1;
    }

  4. #619
    Join Date
    Apr 2002
    Location
    Michigan, USA
    Posts
    869
    Originally posted by gjs368
    Code:
    #include <stdio.h>
    
    int main(int argc, char* argv[])
    {
    	printf("You Flunk!!!\n");
    	return -1;
    }
    You still have 99,994 lines to go. Get on the ball!
    Verere testudinem! (Fear the turtle)

    Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy. -Albert Einstein

    Robots are trying to steal my luggage.

  5. #620
    Join Date
    Oct 2002
    Location
    Arkansas, USA
    Posts
    189
    Originally posted by Tom Frohman
    You still have 99,994 lines to go. Get on the ball!


    No, tom; it's all there. Please pay special attention to the line
    Code:
    printf("You Flunk!!!\n");

  6. #621
    Join Date
    Nov 2002
    Location
    Los Angeles, California
    Posts
    3,863
    Originally posted by Tom Frohman
    Hi
    I've never touched a computer in my life. I need to write a 100,000 line term project by tomorrow in VC++. I have no idea what the project is because i've never gone to the class but could someone get me started by writing and debugging the program and then sending me the results?

    Urgent.
    Have this done by 10:30AM 12/19/03 Eastern Standard Time.
    Where? Let me at it.
    Wakeup in the morning and kick the day in the teeth!! Or something like that.

    "i don't want to write leak free code or most efficient code, like others traditional (so called expert) coders do."

  7. #622
    Join Date
    Sep 2003
    Location
    Forever Gone... For Now...
    Posts
    1,515
    Originally posted by Tom Frohman
    You still have 99,994 lines to go. Get on the ball!
    One solution is a program that generates source code.
    Thought for the day/week/month/year:
    Windows System Error 4006:
    Replication with a nonconfigured partner is not allowed.

  8. #623
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    Originally posted by vicodin451
    One solution is a program that generates source code.
    Another solution would be to outsource it to India...or a semaphore...not quite sure which

  9. #624
    Join Date
    Apr 2002
    Location
    Michigan, USA
    Posts
    869
    Originally posted by Mick
    Another solution would be to outsource it to India...or a semaphore...not quite sure which
    what's a semaphore? ( i don't think you mean a signal flag).
    Verere testudinem! (Fear the turtle)

    Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy. -Albert Einstein

    Robots are trying to steal my luggage.

  10. #625
    Join Date
    Sep 2002
    Location
    Philadelphia ***Epoch: Timeless***
    Posts
    560
    Originally posted by Tom Frohman
    You still have 99,994 lines to go. Get on the ball!
    What no, there are seven lines there. Do you ignore the dramatic use of white space?
    SolarFlare

    Those who cling to life die and those who defy death live. -Sun Tzu

    cout << endl;
    return 0;
    }

  11. #626
    Join Date
    Apr 2003
    Posts
    893
    What are you again talking about ?
    Tell me please...
    I d like to join....True !!

  12. #627
    Join Date
    Nov 2002
    Location
    Los Angeles, California
    Posts
    3,863
    Originally posted by hometown
    What are you again talking about ?
    Tell me please...
    I d like to join....True !!
    YOU
    Wakeup in the morning and kick the day in the teeth!! Or something like that.

    "i don't want to write leak free code or most efficient code, like others traditional (so called expert) coders do."

  13. #628
    Join Date
    Apr 2003
    Posts
    893
    Originally posted by souldog
    YOU
    Okay,
    I have never written any program whose codelines are that long. I like that length.. I will be an expert then if I can make such a program..

  14. #629
    Join Date
    Sep 2002
    Posts
    1,747
    the process is a meme

    the process is a piece of organic code which spread through distributed consciousness like a virus

    the process is like being reminded of something that you already know

    the process refuses to define itself because you have always defined it for yourself






    the process is yours
    */*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/

    "It's hard to believe in something you don't understand." -- the sidhi X-files episode

    galathaea: prankster, fablist, magician, liar

  15. #630
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    Originally posted by galathaea

    the process is yours

    And remember to always drink responsibly

Page 42 of 63 FirstFirst ... 323940414243444552 ... LastLast

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

Featured