Search:

Type: Posts; User: CornedBee

Search: Search took 0.08 seconds.

  1. Replies
    72
    Views
    19,344

    mplayer does it. But the detection is...

    mplayer does it. But the detection is hand-written, not compiler-supported. At startup, it detects the CPU capabilities and sets a few function pointers accordingly.
  2. Replies
    72
    Views
    19,344

    Those are web servers, not OSs (well, Windows...

    Those are web servers, not OSs (well, Windows Server is a Windows edition, but I think you mean IIS). Apache runs on any of the OSs I named.
    Of course, for server applications there's Apache, IIS,...
  3. Replies
    72
    Views
    19,344

    Off my head, I can think of 6 at least partially...

    Off my head, I can think of 6 at least partially binary-incompatible OSs you may have to think of for server applications which are in common use for servers: Windows, Linux, FreeBSD, NetBSD, OpenBSD...
  4. Replies
    72
    Views
    19,344

    If I understand your earlier example correctly,...

    If I understand your earlier example correctly, it checks that all sorts of brackets in a string are balanced.

    That would look something like this:

    namespace
    {
    rule<> term = // Term is ......
  5. Replies
    72
    Views
    19,344

    Are you aware of Boost.Spirit?

    Are you aware of Boost.Spirit?
  6. Replies
    72
    Views
    19,344

    Both STLPort and GNU libstdc++ have debug...

    Both STLPort and GNU libstdc++ have debug versions that are checked.
  7. Replies
    72
    Views
    19,344

    Give me one example of something you might want...

    Give me one example of something you might want to do that you can't under the VM. (Destructors aside.)


    But why is this opinion so important to you? You have absolutely nothing to back it up...
  8. Replies
    72
    Views
    19,344

    You're confusing C# and C++/CLI. Not really....

    You're confusing C# and C++/CLI.


    Not really. The only thing it prevents is undefined behaviour, errors that may or may not lead to crashes. Do you think that's a worthy feature of your programs,...
  9. Replies
    72
    Views
    19,344

    You're not willing to trade in the mediocre...

    You're not willing to trade in the mediocre slowdown of VMs for greatly increased security and all the syntactic sugar of C# (of which it has heaps and heaps), but you're willing to trade in a slight...
  10. Replies
    72
    Views
    19,344

    You can pass this in the initializer list without...

    You can pass this in the initializer list without any danger if the only thing you do with it is store it for later use.

    But I consider property emulation a waste of code and memory. (Yes, the...
Results 1 to 10 of 10