c++ - Please explain why there is an S at the beginning of a filepath? -
why there 's' @ beginning of filepath in example on msdn? know can use '@' 's' do?
bitmap(s"d:\\documents , settings\\joe\\pics\\mypic.bmp");
it's sample c++/cli, not c#. , s"" in c++/cli means managed string literal.
Comments
Post a Comment