CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 65

Threaded View

  1. #21
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,241

    Re: CArray vs. std::vector

    Quote Originally Posted by Paul McKenzie View Post
    Isn't discussion of "better" include discussion of standards?
    Let's see your tests against optimized code, with the proper preprocessor flags used in creating the program (_SECURE_SCL=0 is the one that people often missed if you use Visual Studio). Show your tests. Compiler, version, whether it is optimized properly, etc.

    Regards,

    Paul McKenzie
    Paul, have you ever tried the "sorting project" posted here with and without _SECURE_SCL=0 or we are just talking using "holy scripts"?

    Regards,
    Ovidiu
    Last edited by ovidiucucu; March 4th, 2011 at 11:25 AM.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured