Search:

Type: Posts; User: Hoxu

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    1,198

    dunno but it would be nice to know :P

    dunno but it would be nice to know :P
  2. Replies
    3
    Views
    2,636

    Re: Uhm..

    Trust me, I'll use this program for windows c++ programming :)

    And Thanks for advice :D
  3. Replies
    3
    Views
    2,636

    Looking low level tcp/ip tracker program

    I'm currently in dire need of a program like this.. the one which could track&show all tcp/ip packets sent from a computer. I mean a program that could stay background and record all packets sent...
  4. Replies
    2
    Views
    1,410

    Re: Cursor Positioning

    Oops.. didn't read that =P

    Try



    printf("\e[5;5HHello");


    This is quite tricky.. "\e" is escape (press twice, then you should see "^[").. I recommend making own function for it =)
  5. Replies
    2
    Views
    1,410

    gotoxy(5,5); printf("Hello"); that's the...

    gotoxy(5,5);
    printf("Hello");


    that's the code if you are using msdos.. if you want to do same with linux you have to you ansi codes..
  6. Did you change the default runlevel from the...

    Did you change the default runlevel from the /etc/inittab?
  7. Thread: Soundcards..

    by Hoxu
    Replies
    1
    Views
    1,142

    Soundcards..

    ok, this may be bit unrelated to programming but I need to get my soundcard working!! If you know how to configure it properly for linux I'd be pleased to hear how to do it. I've got SB32/AWE &...
  8. Replies
    27
    Views
    2,844

    Well, isn't it _a_bit_ confusing? ;) I prefer...

    Well, isn't it _a_bit_ confusing? ;)

    I prefer nano, at least it doesn't take much space and is simple.
  9. Replies
    27
    Views
    2,844

    VIM? I wonder how people can use that crappie =P

    VIM? I wonder how people can use that crappie =P
  10. Replies
    27
    Views
    2,844

    Emacs has got colors?

    Emacs has got colors?
  11. Thread: Lynx

    by Hoxu
    Replies
    1
    Views
    1,408

    Shift-G to edit current URL. g to open unique...

    Shift-G to edit current URL. g to open unique url. RTFM!!!!! And btw, use w3m instead of lynx, it's more better. When using it, just push INSERT and you will get all the commands you need. =)
  12. Replies
    27
    Views
    2,844

    What texteditor do you use?

    Just wondering if anyone knows some good ones.. currently I'm writing my sources with such editors like nano =)

    Do you know any good ones with colors?
  13. Thread: linux development

    by Hoxu
    Replies
    4
    Views
    1,383

    er...?

    er...?
  14. Replies
    4
    Views
    1,943

    I also recommend reading the manpages ("man g++")...

    I also recommend reading the manpages ("man g++") =P

    Which linux do you have (Red Hat, Suse, Debian..?)
  15. Replies
    11
    Views
    2,817

    Ok, thanks :)

    Ok, thanks :)
  16. Replies
    8
    Views
    1,886

    a bit unrelated to this, but what compiler are...

    a bit unrelated to this, but what compiler are you using?
  17. Thread: Best Distribution

    by Hoxu
    Replies
    4
    Views
    2,528

    _I_ have Debian, and who said that I am _not_...

    _I_ have Debian, and who said that I am _not_ newbie? :rolleyes:
  18. Thread: Best Distribution

    by Hoxu
    Replies
    4
    Views
    2,528

    If you've got internet connection I recommend...

    If you've got internet connection I recommend Debian =)
  19. Thread: RPM's

    by Hoxu
    Replies
    2
    Views
    1,263

    You mean Red Hat .rpm-packages?

    You mean Red Hat .rpm-packages?
  20. Replies
    11
    Views
    2,817

    what for does that "[]" stand for?

    what for does that "[]" stand for?
  21. Replies
    11
    Views
    2,817

    texname = new char[80]; :)

    texname = new char[80];
    :)
  22. Replies
    9
    Views
    1,015

    What? A mistake? Haven't seen any ;) but hey.....

    What? A mistake? Haven't seen any ;)

    but hey.. why nobody have told me about that string-library? :confused:
  23. Replies
    9
    Views
    1,015

    lol :rolleyes:

    lol :rolleyes:
  24. Replies
    3
    Views
    2,193

    ok, thanks. Just got a bit confused about Borland...

    ok, thanks. Just got a bit confused about Borland C++ compiler help.. it claimed that ctime, mtime and atime were the same :eek:
  25. Replies
    3
    Views
    2,193

    Last modified date?

    I'd be pleased to know how I can get the "last modified" -date&time from a file... the code should be linux compatible.
Results 1 to 25 of 34
Page 1 of 2 1 2