Search:

Type: Posts; User: VirtualAce

Search: Search took 0.23 seconds.

  1. Replies
    109
    Views
    27,213

    Didn't bother me at all. Just stating you can...

    Didn't bother me at all. Just stating you can post if you want or not - no one is forcing you to 'as you say' argue over nothing.
  2. Replies
    109
    Views
    27,213

    Thanks for your input but no one forced you to...

    Thanks for your input but no one forced you to post here. So if you feel like you are arguing over nothing, kindly remove yourself from the thread.

    I'd say we've covered everything, though so I'm...
  3. Replies
    109
    Views
    27,213

    Actually I don't understand how you know Bjarne.

    Actually I don't understand how you know Bjarne.
  4. Replies
    109
    Views
    27,213

    C++ can be unsafe, but if you are given a lot of...

    C++ can be unsafe, but if you are given a lot of power, you are also given a lot of responsibility to use the power correctly. Not everyone does that.

    My love of C and C++ comes from the fact...
  5. Replies
    109
    Views
    27,213

    This is the crux of my entire post. I, too,...

    This is the crux of my entire post. I, too, agree that this is probably the intended meaning of 'unsafe' but in the book they more often than not simply make the statement than if you use...
  6. Replies
    109
    Views
    27,213

    The speed issue is, for once, not what I'm...

    The speed issue is, for once, not what I'm debating here although it's not a complete deviation from the thread.

    Good comments...all of you. Now continue to play nice and keep the thread going as...
  7. Replies
    109
    Views
    27,213

    Actually skorman, "safe" in the book is referring...

    Actually skorman, "safe" in the book is referring mainly to memory management and pointers. C++/CLI offers no pointers and uses references and it has it's own garbage collector. I don't think they...
  8. Replies
    109
    Views
    27,213

    Bob you hit the nail on the head. My fear is...

    Bob you hit the nail on the head. My fear is that MS is going to force all of us to use .NET for everything we do.

    By far, and according to articles, books, white papers, etc, un-managed code...
  9. Replies
    109
    Views
    27,213

    But saying traditional C++ is 'un-safe' to me is...

    But saying traditional C++ is 'un-safe' to me is being one. And that's exactly what I'm reading all throughout this book. Don't you see what they are doing? They see Java's VM, steal it, modify...
  10. Replies
    109
    Views
    27,213

    Dispose() seems to force the object to cleanup or...

    Dispose() seems to force the object to cleanup or force the GC to do its job.



    It gets complex at times, but it comes down to good design in the end. I'm not sure I want my code leaking...
  11. Replies
    109
    Views
    27,213

    C++/CLI arrogance

    Well I just started reading my new book, Pro Visual C++/CLI and the .NET 2.0 platform. It is written by Stephen R. G. Fraser, one of the 4 key people in the devlopment of C++/CLI.

    Right from the...
Results 1 to 11 of 11