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

Threaded View

  1. #1
    Join Date
    Oct 2013
    Posts
    4

    No Member named stoi in namespace std.

    I am trying to test out stoi() function found in the link below.

    http://en.cppreference.com/w/cpp/str...ic_string/stol

    but I got the error "No Member named stoi in namespace std." and I have no idea what is going on,
    Please advise thanks.
    Last edited by roidbeginner; October 21st, 2013 at 01:11 AM.

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