Search:

Type: Posts; User: CornedBee

Search: Search took 0.07 seconds.

  1. Replies
    136
    Views
    33,234

    I very much doubt I'm in a position to even hire...

    I very much doubt I'm in a position to even hire anyone.

    But still, your attitude is something I cannot understand.
  2. Replies
    136
    Views
    33,234

    And that's why I wouldn't hire you.

    And that's why I wouldn't hire you.
  3. Replies
    136
    Views
    33,234

    Logical correctness is independent of the...

    Logical correctness is independent of the programming language. Whether you need a deep copy or not has nothing to do with how a deep copy is done.
    The point is that in C, if a deep copy is done, it...
  4. Replies
    136
    Views
    33,234

    My argument isn't subjective. In C, an operator...

    My argument isn't subjective. In C, an operator is a built-in operator. A variable declaration does nothing aside from reserving space. There isn't code that is suddenly executed when a function...
  5. Replies
    136
    Views
    33,234

    C source is considerably easier to audit, because...

    C source is considerably easier to audit, because there's less going on behind the scenes. No hidden function calls. No surprising return paths through exceptions.

    Again, this could be solved by...
  6. Replies
    136
    Views
    33,234

    You missed that "no one seems to understand" is a...

    You missed that "no one seems to understand" is a rude thing to say.
  7. Replies
    136
    Views
    33,234

    There's also simply the fact that some people...

    There's also simply the fact that some people don't like C++. Linus Torvalds, for example.
  8. Replies
    136
    Views
    33,234

    Well, both C# and Java can directly trace their...

    Well, both C# and Java can directly trace their ancestry to C++. In the family of programming languages, C# and Java are siblings, children of C++ and Smalltalk, really. C++ is a child of mostly C...
  9. Replies
    136
    Views
    33,234

    C and C++ are considerably less similar than C#...

    C and C++ are considerably less similar than C# and Java. Does that make Java and C# "merely dialects" of the same language?
  10. Replies
    136
    Views
    33,234

    It probably wouldn't. But the code would be...

    It probably wouldn't. But the code would be larger.
  11. Replies
    136
    Views
    33,234

    Not quite true, depending on the compiler's...

    Not quite true, depending on the compiler's exception handling strategy.
  12. Replies
    136
    Views
    33,234

    Solaris's system level is C and C++, just like...

    Solaris's system level is C and C++, just like every other OS's.

    Zend is also written in C.

    Where do you get all these ideas?
  13. Replies
    136
    Views
    33,234

    C1x is in the planning. The C and C++ working...

    C1x is in the planning. The C and C++ working groups are always collaborating. When C++ gets multi-threading support, C will follow soon after. (Indeed, C interoperability concerns were the main...
  14. Replies
    136
    Views
    33,234

    Bzuh? First, unlike C++, C actually has...

    Bzuh?
    First, unlike C++, C actually has compilers that are 100% conforming to the language standard.
    Second, C++ compiler are certainly not compliant with the C standard.


    Minor issues.

    ...
  15. Replies
    136
    Views
    33,234

    What's the point? If you're writing C code, use...

    What's the point? If you're writing C code, use C. What's the advantage of using C++ to write C code?
  16. Replies
    136
    Views
    33,234

    It's good for teaching if you're not given the...

    It's good for teaching if you're not given the chance to avoid some work. In C, you have to deal with low-level string representation. Once you're at a level where you're able to learn this stuff,...
Results 1 to 16 of 16