Search:

Type: Posts; User: Shogun

Page 1 of 11 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    17
    Views
    4,208

    I once stepped on a cat... it was pitch dark, I...

    I once stepped on a cat... it was pitch dark, I was walking in the rain, it was a black cat... it sayd MEOW! And looked at me as if I was stupid before it ran away...

    I read dilbert and a few...
  2. Replies
    53
    Views
    22,625

    Ummm... I wrote code!

    Ummm...

    I wrote code!
  3. Replies
    20
    Views
    4,541

    Schooldays: Usually around 12-02 to arund 7-10.40...

    Schooldays: Usually around 12-02 to arund 7-10.40
    I've got a very varied schedual with a lot of really late starts

    Weekends: Whenever I feel like it -> Whenever I feel like it... usualy before 6...
  4. Replies
    15
    Views
    4,688

    Merry christmas everyone glat midvintersblot!

    Merry christmas everyone

    glat midvintersblot!
  5. Replies
    2
    Views
    1,465

    if you deallocate your memory twice it will also...

    if you deallocate your memory twice it will also cause a segmentation fault, since you posted about worrying about memory leaks, maybe you're freeing your memory twice?
  6. Replies
    34
    Views
    6,631

    Poll: Oldest one I have is an "apple Macintosh " as...

    Oldest one I have is an "apple Macintosh " as they seem to want to call it, it still works though not that I ever use it....
  7. Replies
    10
    Views
    2,646

    I don't give a damn for a man that can only spell...

    I don't give a damn for a man that can only spell a word one way.
    Mark Twain

    Just feelt like I had to post that...
  8. Thread: Objective-C?

    by Shogun
    Replies
    4
    Views
    2,199

    If you really want to check the langauge out why...

    If you really want to check the langauge out why don't you have a look at the apple doccumentation since they're the ones developping it...
  9. Replies
    29
    Views
    6,972

    Poll: I like math. I used to hate it though, became fun...

    I like math. I used to hate it though, became fun when we started with somewhat deeper stuff then sitting in class doing 33/3, etc. ;) this was a while ago, so guess I have to say I like math...
  10. Replies
    10
    Views
    3,338

    I made some more searching and I found the...

    I made some more searching and I found the following:
    guess I can't link stuff statically.. I wounder if there is any other way to do it, I'll have to do some more lookin around...
  11. Replies
    10
    Views
    3,338

    I don't have the .o in the library, I'm not even...

    I don't have the .o in the library, I'm not even calling it,no clue where it came from, I search my SDK when I saw the message and I don't have that very library but I have crt1 and crt2...
  12. Replies
    10
    Views
    3,338

    When I try this I get the following: ld:...

    When I try this I get the following:



    ld: can't locate file for: -lcrt0.o



    I have now made a sarch for "crt" and I found crt1.o and crt2.o but no crt0.o, is this important and how do I...
  13. Replies
    10
    Views
    3,338

    so ld -static -o test.o -llib ? so...

    so



    ld -static -o test.o -llib

    ?

    so the "-llib" is in the [file....] in the:
  14. Replies
    10
    Views
    3,338

    so I should for example use: ld -llib...

    so I should for example use:



    ld -llib -static -o test.o

    ?
  15. Replies
    10
    Views
    3,338

    Compiling Library Into Program.

    Hi,
    I have some memory of you being able to link a library statically if you want to make sure that the program runs on other computers, even if they do not have the library they use installed.

    I...
  16. ah, it worked, thx a ton :)

    ah, it worked, thx a ton :)
  17. I tried this, but I still get the same message.

    I tried this, but I still get the same message.
  18. Can't find library although I specify where it should look

    I'm trying to get sdl to work. I figured that I most likly didn't have to install it again since I already have it installed for fink and a library should be a library...

    So I decided to try to...
  19. Thread: Bush vs. Kerry

    by Shogun
    Replies
    178
    Views
    63,018

    Explain the Toedicé problem then. :p

    Explain the Toedicé problem then. :p
  20. Replies
    65
    Views
    11,224

    Poll: Why isn't there the option "I don't know"? For...

    Why isn't there the option "I don't know"? For all agnostics?
  21. Thread: Cocoa Question

    by Shogun
    Replies
    0
    Views
    1,142

    Cocoa Question

    First of, not sure this is the right forum, but I couldn't come up with which other I should post in if it wasn't.

    I downloaded the source code to BZFlag from sourceforge and had a look at it to...
  22. Replies
    6
    Views
    1,509

    to clerify my first post I didn't mean that the...

    to clerify my first post I didn't mean that the code should be counting down using -- I ment that is should shorten how high the values would be able to go, sorry if if it caused you any trouble.
    ...
  23. Replies
    6
    Views
    1,509

    make the second loop depend on how far the first...

    make the second loop depend on how far the first loop's gone and make it count from 1-9 (and counting down) instead of just filling the array with which value the first loop was on.
  24. Replies
    2
    Views
    2,196

    Change cwd to Home

    I've been thinking about a way to do this, and have also search this forum, google and the unix man pages, and what I've come up with is to use getwuid to get the users home direcotry and then use...
  25. Replies
    3
    Views
    2,926

    I read this...

    I read this and I don't quite get how to make the warning go away, since I haven't used any lon g longs...
Results 1 to 25 of 262
Page 1 of 11 1 2 3 4