Search:

Type: Posts; User: timmmay

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    2,440

    looks like your only choice is to just replace...

    looks like your only choice is to just replace the variables with their values in the printf.
    example: printf("%d",(200 - children_served)*APPLES_PER_CHILD) //i don't know why you needed a long int...
  2. Replies
    16
    Views
    2,440

    Worked for me!

    Worked for me!
  3. Be careful!

    I'd be really careful and double-check that using that is okay. I'd hate to see you fail because you used sql when you were supposed to implement your own small database or some mix-up like that.
  4. I GOT IT!!! wow... I couldn't get it with...

    I GOT IT!!! wow...
    I couldn't get it with command line, but using MonoDevelop IDE i finally found my way to the library creator, then mono hid the .dll file in a really obscure place...
  5. yes. the mono site was one of the first places i...

    yes. the mono site was one of the first places i looked and ive been returning alot hoping to find something i didnt see. it includes info about using other peoples .dll , but not using gmcs to...
  6. sorry. iwasnt clear. i use linux and freebsd, so...

    sorry. iwasnt clear. i use linux and freebsd, so csc.exe is not available and neither is VS, i actually have a VS cd sitting in the room with me, but have nothing to run it on. i use mono, so maybe...
  7. THANKS! much appreciated, and sorry to...

    THANKS! much appreciated,

    and

    sorry to bother again, but all of his examples use visual studio, which i don't have, so im just trying to be completely sure that i got this.
    from what i...
  8. Hi! I'd like to understand how to include classes from one file into another.

    How y'all doin'?

    My question wasn't quite strait-forward. I have succesfully used classes of one file in another but i still dont quite understand it. what i've done is "using Class;" in the...
  9. Replies
    12
    Views
    3,830

    compiler error messages are always obscure and i...

    compiler error messages are always obscure and i think its a good thing
    otherwise what would we do with ourselves all day.
  10. Replies
    7
    Views
    3,517

    I get that you don't like people posting non C...

    I get that you don't like people posting non C topics. but D is just as much a C topic as C# or B or eC. There's no reason to reject this kind of post.
    and in response to the post...
    its a nice...
  11. that makes sense, thank you so much

    that makes sense, thank you so much
  12. nope still doesnt work. no matter what i do to...

    nope still doesnt work. no matter what i do to the code it cuts out what ever's after ap=getchar(); and moves on to what ever is next so i guess that's the problem, but i cant see the problem in...
  13. My Switch/case ends early, any ideas why? thank you

    well guys and gals, my problem is this, im pretty new to programming but i was pretty confident that this code would work, because the individual parts worked separately just fine... everything was...
Results 1 to 13 of 13