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

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -