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

Threaded View

  1. #8
    Join Date
    Nov 2022
    Posts
    14

    Re: use of algorithms in function cause ERROR: no instance of overloaded function

    lol, thank guys, I promise I will move to modern containers.

    Once this project is finished, I will go through and change every array to std::array but that goal includes 20+ arrays, 7 functions and 60+ errors (which were caused two days ago when I last tried converting this project).

    At the moment I am not in a hurry do that.
    First I have a separate set of complex set of unlated logic issues to deal with.

    why is std::vector better than std::array?

    from Stroustrup's 2013 C++ book and 'how to program' from Paul & Harvey Deitel, I am under the impression that both have their respective use cases....
    Last edited by maninthemiddle; November 26th, 2022 at 08:14 PM.

Tags for this Thread

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