Search:

Type: Posts; User: kungtotte

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    46
    Views
    10,454

    Penny-Arcade...

    Penny-Arcade comes to mind ;)
  2. Thread: braces

    by kungtotte
    Replies
    27
    Views
    3,422

    Either way is fine, but the correct way is the...

    Either way is fine, but the correct way is the second one since that's what I use.

    7stud, don't tell me you use GNU-style?
  3. Thread: using bool

    by kungtotte
    Replies
    2
    Views
    23,933

    From the FAQ...

    From the FAQ:
  4. Replies
    14
    Views
    2,613

    Right, I am a relative programming noob. I know...

    Right, I am a relative programming noob. I know my way around C and C++ but that's about it.

    The difference between me and the other noobs on these boards is that I know my limitations. I haven't...
  5. Huh? If the target is found, then the index of...

    Huh? If the target is found, then the index of the target is returned. If the target is not found, -1 is returned.
  6. In The C Programming Language, 2nd Edition, the...

    In The C Programming Language, 2nd Edition, the code-snippet you refer to can be found in Chapter 3, page 58.

    Here is the original code-snippet from the book, in it's entirety:


    /* binsearch:...
  7. Replies
    3
    Views
    1,133

    You won't be able to install DDR memory sticks in...

    You won't be able to install DDR memory sticks in your current motherboard, you will need to upgrade that too. Which means you will probably have to upgrade your CPU too.
  8. Replies
    10
    Views
    3,116

    I think that is a fundamentally bad idea. Gentoo...

    I think that is a fundamentally bad idea. Gentoo or Slackware, for example, are more complex and advanced than Fedora Core (Red Hat), Mandriva (Mandrake) or Ubuntu.

    When a new user boots into his...
  9. Replies
    10
    Views
    3,116

    The goal of Linux is to provide an open source...

    The goal of Linux is to provide an open source kernel for a multitude of platforms.

    Ubuntu is the "one on every desktop" Linux distribution. They dumb down the system to make the threshold for...
  10. Thread: Ruby

    by kungtotte
    Replies
    18
    Views
    13,082

    Yeah, and it works very well cross-platform. I...

    Yeah, and it works very well cross-platform. I use it on both Windows and Linux (my primary platforms), and it works the same way on both. Which is a big plus!

    I do advice you to download a newer...
  11. Thread: Ruby

    by kungtotte
    Replies
    18
    Views
    13,082

    Ruby is slow. Very slow. They are working on...

    Ruby is slow. Very slow.

    They are working on Ruby 2.0 which will include a bytecode compiler. The development release is currently boasting a 30-40% increase in performance over the 1.8x series of...
  12. Replies
    4
    Views
    1,806

    You've got three threads now in here that discuss...

    You've got three threads now in here that discuss basically the same issue.

    The other two:
    pointer to a function
    less use of ram

    How about trying to keep it focused in one thread? The answers...
  13. Thread: My C89 RANT!

    by kungtotte
    Replies
    12
    Views
    3,893

    So it's the standards fault that people don't...

    So it's the standards fault that people don't aspire to become 100% standards compliant?

    I like that concept. We should extend it to include legal matters as well.
    "Oh I'm sorry that I was...
  14. Replies
    14
    Views
    4,959

    if (argc == 0) return 1; This will...

    if (argc == 0)
    return 1;


    This will never happen, since all programs receive a minimum of one arguments (the name of the program. Or rather, the command used to invoke the program).
  15. Replies
    9
    Views
    2,519

    This may or may not be the case, it all depends...

    This may or may not be the case, it all depends on the circumstances.

    I have a LinkSys WRT54GS which has a really good range, I get full signal strength in my entire house.

    I had a D-Link AP...
  16. Replies
    16
    Views
    21,907

    Well, when we are talking about defined or...

    Well, when we are talking about defined or undefined behaviour with regards to C we are normally referring to the C language standard, yes? And based on the content in this thread, that is what I...
  17. Replies
    16
    Views
    21,907

    The behaviour is not undefined. You write past...

    The behaviour is not undefined. You write past the end of the allocated memory, the language and/or compiler can't control what happens then.

    If you are lucky you write onto unused memory and...
  18. Replies
    5
    Views
    1,609

    It depends a lot on the signal strength, and we...

    It depends a lot on the signal strength, and we can't make any predictions about it.

    If you have adequate signal strength, then you will have no problems getting your full speed through your WLAN....
  19. Replies
    12
    Views
    2,663

    tomas@loke:~$ ./end world hunger -bash: ./end:...

    tomas@loke:~$ ./end world hunger
    -bash: ./end: No such file or directory


    Nope :(
  20. Replies
    2
    Views
    2,140

    The Advanced Linux Programming...

    The Advanced Linux Programming book has some useful material on this.
  21. Replies
    6
    Views
    1,764

    Do you want a compiler or an IDE? Note: All of...

    Do you want a compiler or an IDE?

    Note: All of these are Win32-specific, since I assume you run Windows.
    Compilers
    Digital Mars
    MinGW (Win32 port of GCC)
    Microsoft Visual C++ Toolkit 2003
    ...
  22. Replies
    6
    Views
    1,332

    And what happens when I do this: myprogram.exe...

    And what happens when I do this:
    myprogram.exe -i -h hello -r

    Doesn't windows have an equivalent of getoptlong?
  23. It's not impossible, it just gets harder. You can...

    It's not impossible, it just gets harder. You can order CDs for most distributions, which contain all the packages, and use them as a repository for your package-management system.

    But, the...
  24. It's all in the distribution. I've become...

    It's all in the distribution.

    I've become really, really attracted to UbuntuLinux. It's the perfect distribution for me. It's based on Debian, so you get the power of Debians apt-get system, it's...
  25. Replies
    33
    Views
    3,497

    As long as your life doesn't depend on having any...

    As long as your life doesn't depend on having any spare RAM ;)
Results 1 to 25 of 64
Page 1 of 3 1 2 3