Search:

Type: Posts; User: pheres

Search: Search took 0.01 seconds.

  1. Thread: C++/Java/C#

    by pheres
    Replies
    106
    Views
    28,462

    "problem" so far are the stl containers, they...

    "problem" so far are the stl containers, they love to copy. do java/c#/python containers just hold references to avoid that?
  2. Thread: C++/Java/C#

    by pheres
    Replies
    106
    Views
    28,462

    I don't want (or even can) contradict you....

    I don't want (or even can) contradict you. Therefore I had to learn the MS techniques first. I really wanted to find out if they can beat the C++ environment as often claimed. I'm not convinced so...
  3. Thread: C++/Java/C#

    by pheres
    Replies
    106
    Views
    28,462

    So one needs (sometimes, sometimes not) a kind of...

    So one needs (sometimes, sometimes not) a kind of function to describe copy semantics exactly as in C++. No score for java/c# (regarding "easier" programming) again?

    What hinders you from...
  4. Thread: C++/Java/C#

    by pheres
    Replies
    106
    Views
    28,462

    How can you do deep copys in that languages?

    How can you do deep copys in that languages?
  5. Thread: C++/Java/C#

    by pheres
    Replies
    106
    Views
    28,462

    i think I see there our differences in usage...

    i think I see there our differences in usage experiences come from, so your extended elaborations was not useless :)
    it seems you expect some form of round trip engineering capability from your gui...
  6. Thread: C++/Java/C#

    by pheres
    Replies
    106
    Views
    28,462

    Could you elaborate a bit more what you mean?...

    Could you elaborate a bit more what you mean?
    For example I run the gui designer, place all windows, dialogs and controls I need and save. Then I run the code editor and connect my backend...
  7. Thread: C++/Java/C#

    by pheres
    Replies
    106
    Views
    28,462

    And in java for example you have not to care...

    And in java for example you have not to care about semantics? how is that possible?
  8. Thread: C++/Java/C#

    by pheres
    Replies
    106
    Views
    28,462

    what do you have to think about memory management...

    what do you have to think about memory management if you just push your objects into an stl::vector for example any more than say in java?
  9. Thread: C++/Java/C#

    by pheres
    Replies
    106
    Views
    28,462

    It depends on the frameworks much more than on...

    It depends on the frameworks much more than on the language. Most frameworks have bindings for several languages. What makes it in C# easier to say: "draw a window and put some controls in it" than...
  10. Thread: C++/Java/C#

    by pheres
    Replies
    106
    Views
    28,462

    Why not just update all modules in an atomic...

    Why not just update all modules in an atomic manner, after compiler/ SP/ settings changed?
    Of course, this is not doable in all circumstances. So I think the rule to avoid complex types in...
  11. Thread: C++/Java/C#

    by pheres
    Replies
    106
    Views
    28,462

    The link says: Fortunately I control the...

    The link says:

    Fortunately I control the compiler for all modules. But it was an interesting read, so thanks.
  12. Thread: C++/Java/C#

    by pheres
    Replies
    106
    Views
    28,462

    C++ has no support for it at all. You mean...

    C++ has no support for it at all. You mean operating systems specific compiler/loader/linker.




    Why that? Thats a function of mine I call from a lot of different DLLs for example



    const...
Results 1 to 12 of 12