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.

check http://msdn.microsoft.com/en-us/library/ms235263.aspx


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -