Search:

Type: Posts; User: billholm

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    2,014

    Yes that's right. When I programmed it, I'm...

    Yes that's right.

    When I programmed it, I'm assuming that the prog only receives data whenever it communicates with a server. It would be proper to call recv_data() after send_data() has been...
  2. Replies
    12
    Views
    2,014

    Okay! Here it is. :D

    Okay! Here it is. :D
  3. Replies
    33
    Views
    4,588

    Poll: Yah that's right: Linux is linux. But the third...

    Yah that's right: Linux is linux. But the third party software that comes with it is what most people are looking for. :)

    I would have chosen Mandrake. But the minimum installation of distribution...
  4. Replies
    12
    Views
    2,014

    Oh f%&k! I forgot my goddam floppy disk.

    Oh f%&k! I forgot my goddam floppy disk.
  5. Replies
    5
    Views
    1,472

    Poll: I think DOS is still cool :) I still remeber the...

    I think DOS is still cool :) I still remeber the good old days when Warcraft II came out hehehe. It was basically dependent on Dos4GW.
  6. Replies
    5
    Views
    2,201

    I don't know about Dev, but under Borland's...

    I don't know about Dev, but under Borland's conio.h, getch() works with no buffering -- a character is accepted everytime you press it. Maybe Dev's getch() conio.c sets everything to line buffering...
  7. Replies
    12
    Views
    2,014

    I have one. I programmed a general TCP/IP client....

    I have one. I programmed a general TCP/IP client. It's kinda crude but it would do for experimental purposes. And I used mostly synchronous functions on it. :) I'll post it mext time get back here. :D
  8. Replies
    5
    Views
    1,472

    Poll: Maybe he's just experimenting out. It's quite...

    Maybe he's just experimenting out. It's quite hard to comprehend DirectX programming or OpenGL. Dos4GW I think is a bit easier.
  9. Replies
    36
    Views
    11,049

    Yeah but too bad the name hacker has already been...

    Yeah but too bad the name hacker has already been tarnished. I suggest that hackers should wage war on crackers to dignify their image for the non-technical world to see. :D
  10. Replies
    33
    Views
    4,588

    Poll: Hoorray for Slackware!!! :D

    Hoorray for Slackware!!! :D
  11. Replies
    29
    Views
    4,661

    I'm the Snow White's stepmother.

    I'm the Snow White's stepmother.
  12. Replies
    4
    Views
    1,804

    25 MB??? I always thought it would only amount to...

    25 MB??? I always thought it would only amount to less than 200 kB :confused: Even my C++ TCP/IP client program hasn't reached over 100 kB. You should use Perl scripts instead -- it would be a lot...
  13. Replies
    2,805
    Views
    8,363,047

    Surely! Right?

    Surely!

    Right?
  14. Replies
    2,805
    Views
    8,363,047

    Yeah! A gin party where girls and boys alike get...

    Yeah! A gin party where girls and boys alike get drunk and we all have a nasty hot time hehehe!

    Do you have a question?
  15. Replies
    12
    Views
    2,023

    Hmm... I thought I was the only one who use a bit...

    Hmm... I thought I was the only one who use a bit of Slackware here :D Hail Slackware!!!
  16. Replies
    12
    Views
    2,023

    No I think Loop Linux is the best. Only 50Meg...

    No I think Loop Linux is the best. Only 50Meg Yehey! :D
  17. Replies
    3
    Views
    3,723

    Yah there's the 'conio.h' for DOS. Color and...

    Yah there's the 'conio.h' for DOS. Color and DOS-mode windowing stuff are placed there. :) In fact, I used that to create a menu and windowing system for my programs. :D
  18. Thread: Square Root

    by billholm
    Replies
    5
    Views
    3,552

    Yeah that too :D

    Yeah that too :D
  19. Thread: Square Root

    by billholm
    Replies
    5
    Views
    3,552

    Sure! Any time ;)

    Sure! Any time ;)
  20. Thread: Square Root

    by billholm
    Replies
    5
    Views
    3,552

    Yeah there's a function for that: Prototype: ...

    Yeah there's a function for that:

    Prototype: double sqrt(double num);
    Header file: math.h



    /*Start of code*/

    #include <math.h>
  21. Replies
    36
    Views
    8,260

    Poll: Yes I agree :) When I develop programs, I often...

    Yes I agree :) When I develop programs, I often ask girls to evaluate the finished products and they tell me what to improve. I tend to be result-oriented in my approach (to the extent of sloppy...
  22. Thread: integrations

    by billholm
    Replies
    1
    Views
    1,127

    If you're info about Winddows C++ programming,...

    If you're info about Winddows C++ programming, you should post at the Windows Programming Board :)
  23. My nick is just a compound of my handle: 'Bill...

    My nick is just a compound of my handle: 'Bill Holm' :)

    Actually this is not my real name. I just use this because it sounds cool --- each with only one syllable and four letters hehehe. I got...
  24. Thread: Random!!!

    by billholm
    Replies
    6
    Views
    1,123

    I'm just what the doctor ordered!

    This is a random number generator I made because I was not satisfied by the one provided by Standard C/C++. :D

    This one is automatically seeded after you declare the class object within your code...
  25. Thread: Winsockers

    by billholm
    Replies
    2
    Views
    908

    Winsockers

    Hey guys! :D

    Is it possible to run a Winsock application programmed under 16-bit environment in a 32-bit environment?

    Actually, I don't know if this is the right question for expressing my...
Results 1 to 25 of 242
Page 1 of 10 1 2 3 4