CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: roidbeginner

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    5,258

    Re: No Member named stoi in namespace std.

    Hi.thanks alot for explaination
  2. Replies
    2
    Views
    5,258

    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/string/basic_string/stol

    but I got the error "No Member named stoi in namespace std." and I...
  3. Find specific string of lines in a text file

    I am trying to print a specific line from a textfile

    e.g
    I have a text file called info.txt and inside it contains the id,item name, price, quantity



    1,shirt,100,10
    2,pants,50,9...
  4. detect itemId and delete that line from file

    I have a text file name fruit.txt that contains the following information of fruit id, fruitName and fruitQuantity.



    1:pear:30
    2:apple:20
    3:banana:24
    4:orange:15
    5:watermelon:35
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured