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

Threaded View

  1. #1
    Join Date
    Feb 2009
    Posts
    17

    Question what this line of code means?

    hello,
    I am a noob in C++ and need help about the bellow line of code:

    typedef basic_string<char, char_traits<char>, allocator<char> > string;

    what the above line of code means ? what it does?
    Last edited by soroush_vs; March 13th, 2009 at 06:33 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