Search:

Type: Posts; User: Talliesin

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,392

    About the Registry...

    About the Registry
    Using the Registry
  2. Replies
    28
    Views
    11,631

    Cool. You mind if I append it to the article on...

    Cool. You mind if I append it to the article on HackCraft?
    If so how you you like to be referred to as, "Codeplug?" or another name, or what?
  3. Replies
    23
    Views
    9,277

    Poll: Strousup doesn't seem to be 100% convinced...

    Strousup doesn't seem to be 100% convinced himself. However he makes a good case for the use of a operator rather than a member function, and for it being << and >> rather than any other possible...
  4. Replies
    2
    Views
    1,020

    C# get/set or COM get/set?

    C# get/set or COM get/set?
  5. Replies
    4
    Views
    2,443

    If the machine is networked then it'll be unique...

    If the machine is networked then it'll be unique for the next thousand years or so (assuming there are no bugs in the algorithm itself).
    It's unique enough, and a pretty neat solution to the problem...
  6. Replies
    23
    Views
    9,277

    Poll: So if you took a large procedural program of...

    So if you took a large procedural program of about 10,000 lines that had three calls to printf and you replaced those three printf calls with uses of cout you'd call it OOP?

    For that matter if...
  7. Replies
    4
    Views
    2,443

    It uses an algorithm, originally developed by the...

    It uses an algorithm, originally developed by the Open Software Foundation (now absorbed into the Open Group). It uses a combination of your MAC address of the computer or (as a later security...
  8. Replies
    28
    Views
    11,631

    Gosh, thanks (assuming you meant it in a good...

    Gosh, thanks (assuming you meant it in a good way).
  9. Replies
    4
    Views
    1,168

    Alternatively return an std::vector.

    Alternatively return an std::vector.
  10. Replies
    2
    Views
    1,339

    http://www.unicode.org/reports/tr10/ is worth a...

    http://www.unicode.org/reports/tr10/ is worth a read if you want to get deep into the details of rolling your own locale-specific comparisons.
  11. Replies
    2
    Views
    1,339

    Depends on why you are sorting them. If it's...

    Depends on why you are sorting them.
    If it's because you need to have an order, but don't care which (so you can later search for them with a binary search) then lexicographical_compare or strcmp...
  12. Replies
    3
    Views
    3,887

    std::swap?

    std::swap?
  13. Replies
    23
    Views
    9,277

    Poll: Yes, but it's not very OO to just make use of...

    Yes, but it's not very OO to just make use of cout.
    cout is also template-based, but you wouldn't know it from just looking at the code example above.

    There are degrees of how OO something is....
  14. Replies
    23
    Views
    9,277

    Poll: Re: OO vs. Procedural Programming

    Nope, VB can do everything except COM without classes, or it can use classes extensively. Essentially the same choice as you have with C++ (except C++ does classes better).


    %10.2f is essentially...
  15. Replies
    28
    Views
    11,631

    If anyone sends me such I'll add it to the...

    If anyone sends me such I'll add it to the article as an appendix, giving due credit of course.
Results 1 to 15 of 15