Search:

Type: Posts; User: cody

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    24
    Views
    4,437

    Poll: Work: 1 PC (nice one :)) ...some free-4-all...

    Work:
    1 PC (nice one :))
    ...some free-4-all workstations (sometimes)

    Home:
    1 PC (old one :()
    1 SUN workstation

    I didn't count my handheld ;)
  2. Replies
    5
    Views
    1,530

    > At first: The Mac system isnīt a very good...

    > At first: The Mac system isnīt a very good system.
    > And Iīve never used a Mac.
    Uuuuhm, so how do you know it's not very good?!? :)

    I think Macs are pretty nice, except that they are damn...
  3. Thread: Which GUI lib?

    by cody
    Replies
    5
    Views
    1,377

    Just a suggestion :)

    Just a suggestion :)
  4. Thread: Which GUI lib?

    by cody
    Replies
    5
    Views
    1,377

    Hi, maybe have a look at the QT library from...

    Hi,

    maybe have a look at the QT library from Trolltech (http://www.trolltech.com). The documentation is very good and it's free (for non-commercial stuff) :)

    bye
    cody
  5. Thread: src style pref...

    by cody
    Replies
    8
    Views
    2,590

    78 characters per line is my 'limit'. Keeps the...

    78 characters per line is my 'limit'. Keeps the code readable ;)

    bye
    cody
  6. Replies
    16
    Views
    5,193

    Hi there :) I installed a Windoze98 some weeks...

    Hi there :)

    I installed a Windoze98 some weeks ago and had a similar problem. My machine passed the start-up splashscreen but froze some minutes later.

    I solved this problem by installing...
  7. Replies
    20
    Views
    5,106

    Daft Punk roxx! :)

    Daft Punk roxx! :)
  8. Thread: Linus VS. Bill

    by cody
    Replies
    31
    Views
    9,495

    Poll: :D Try a format (or fdisk, dunno anymore) /MBR...

    :D

    Try a format (or fdisk, dunno anymore) /MBR next time to get LILO out of your master boot record :rolleyes:

    merry xmas
    cody
  9. Replies
    8
    Views
    1,577

    LOL

    Hi Agrajag,

    this is not MY code but an example from the MSD help section :)

    > You have a long way to go my friend.
    Yeah. I guess you're right...I'll go back to my Hello World! application...
  10. Thread: I need help!

    by cody
    Replies
    1
    Views
    1,136

    Uhm...

    You're trying to do WHAT?!
  11. Replies
    4
    Views
    1,291

    Hi, hmm memset() maybe? bye cody

    Hi,

    hmm memset() maybe?

    bye
    cody
  12. Replies
    9
    Views
    2,974

    A funny virus maybe? :) happy xmas cody

    A funny virus maybe? :)

    happy xmas
    cody
  13. Replies
    8
    Views
    1,577

    *copy* ... *paste* ... *copy* ... *paste* ... ...

    *copy* ... *paste* ... *copy* ... *paste* ...

    enjoy :)


    strcmp,

    Compare strings.

    int strcmp( const char *string1, const char *string2 );
  14. Replies
    8
    Views
    1,577

    Hi, Answer 1: There are several ways to...

    Hi,

    Answer 1:

    There are several ways to read text from a file. Since you are already using streams just have a look at the stream functions for input instead of output ;) fread(), getc (), etc....
  15. Thread: Linus VS. Bill

    by cody
    Replies
    31
    Views
    9,495

    Poll: Windoze isn't Bill's OS :) Anyway I'll go for...

    Windoze isn't Bill's OS :)

    Anyway I'll go for the penguin...

    bye
    cody
  16. :D ;) Good luck, you'll need it :rolleyes: ...

    :D ;)

    Good luck, you'll need it :rolleyes:

    cody
  17. Replies
    8
    Views
    11,305

    Heyho :) Yes, semaphores are used/needed when...

    Heyho :)

    Yes, semaphores are used/needed when you want several threads to access the same variable(s) safely. Imagine the situation that you have an input buffer you want to read out continously...
  18. Thread: sleep

    by cody
    Replies
    7
    Views
    4,588

    You don't :) That's why it's cheap ;) aloa...

    You don't :)
    That's why it's cheap ;)

    aloa
    cody
  19. Replies
    2
    Views
    1,304

    Hi. Yes, of course it's possible :) You'll...

    Hi.

    Yes, of course it's possible :) You'll need the basic string functions like strlen(), strcpy() or strcat(). (Have a look what the are doin')

    By using these functions you should be able to...
  20. Thread: newbiez! Helppppp

    by cody
    Replies
    8
    Views
    1,110

    Well... what have you done so far, hm? :) Ah...

    Well...

    what have you done so far, hm? :)
    Ah no...let me guess...nothing?! :rolleyes:

    Think about it and begin with some lines, then post your code, I'm sure there'll be some people willing to...
  21. Replies
    5
    Views
    1,199

    Heyho, if (strcmp(Y,choice1) == 0) If...

    Heyho,



    if (strcmp(Y,choice1) == 0)


    If I'm not totaly confused after this ..........in* day I had strcmp takes strings as arguments and your choice1 is just a char, so it would have to be...
  22. Replies
    9
    Views
    2,673

    Hey DA, I use somethin' like this as standard...

    Hey DA,

    I use somethin' like this as standard debug macro...Just have a look:




    #include <stdarg.h>

    #define __DEBUGTRACE__ ENABLED
  23. Thread: sleep

    by cody
    Replies
    7
    Views
    4,588

    by using an empty for statement :) aloa cody

    by using an empty for statement :)

    aloa
    cody
  24. Hi, I've never used RedHat myself, but there...

    Hi,

    I've never used RedHat myself, but there must be a main config file that includes a setting for your startup level. If you set that one to a value for console, it should work. I can't tell you...
  25. Replies
    7
    Views
    5,603

    *bows in front of adrian* I'm unworthy...I'm...

    *bows in front of adrian*

    I'm unworthy...I'm unworthy...
    :)
Results 1 to 25 of 88
Page 1 of 4 1 2 3 4