Thread: Superprogramming

  1. #1
    Registered User
    Join Date
    Sep 2003
    Posts
    4

    Superprogramming

    Plz somebody help me there are 37 errors; I dont know what to do; I have tried a number of things.

    yahoo id: shamar_jones2001

  2. #2
    Registered User
    Join Date
    Sep 2003
    Posts
    4

    Re: Superprogram

    Any suggestions or help would be very helpful; and god bless all in their endeavors

  3. #3
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    what compiler are you using, as I am getting 40 errors in vc++! If you want to be a good programmer get used to debugging, and debugging and.... you get my point.

    anyways, I'll list a couple errors I see right away

    line#45 you are defining integer for the second time; look
    two lines above it.
    line#47 .flip => (.) for what? there is no struc or class
    line#49 bitsieve ???
    line#51 sqrt(); is a function from <cmath> lib; #include it
    line#53 i is not initialized; I believe you want i = 0;

    and many many more....but that is enough from me...do your own debugging!

    axon

    edit:: I suggest writting your programs step by step, compiling it and checking if it runs every couple lines. It looks like you got the code somewhere from the net and want people on this board to fix it.
    Last edited by axon; 09-25-2003 at 07:40 PM.

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  4. #4
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    >>edit:: I suggest writting your programs step by step, compiling it and checking if it runs every couple lines. It looks like you got the code somewhere from the net and want people on this board to fix it.<<

    HAHA. That's not going to happen.
    Away.

Popular pages Recent additions subscribe to a feed