Search:

Type: Posts; User: nightdancer707

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    40,137

    Recursion version may be sweet, but it's a proved...

    Recursion version may be sweet, but it's a proved fact that a recursive algorithm of finding fibonacci numbers is WAY slower than an algorithm that is non-recursive (i.e. uses arrays to store the...
  2. Replies
    2
    Views
    4,393

    Do I understand this correctly? You have a...

    Do I understand this correctly? You have a character set and you want to shift (like, encrypt) the characters of that file? You have 0-255 possible values, so you should shift them by an integer...
  3. Thanks, Dave_Sinkula. The _isatty() actually does...

    Thanks, Dave_Sinkula. The _isatty() actually does work, very nicely even - at least in win32 and SunOS, probably on linux as well. Whew... library developers really have thought of everything,...
  4. Determining whether stdin is redirected via command line..

    Hi all - I'm new to this forum, though been around c programming for quite some while, now and then, again and again. Hope to enjoy your advices and give out some of mine, if I can.

    Here's the...
Results 1 to 4 of 4