C#というか、C++以外は文字セットの指定はなかったと思います。
C++だけ、旧来からの言語仕様的に残っているものです。
また、VisualStudio2013からは、MFCプロジェクトだとしても非推奨(廃止)となり、
標準ではMBCS版は含まれておらず、VisualStudioのライブラリを別途ダウンロードしないとビルドもできなくなっています。
エラー 1 error MSB8031: Building an MFC project for a non-Unicode character set is deprecated. You must change the project property to Unicode or download an additional library. See http://go.microsoft.com/fwlink/p/?LinkId=286820 for more information. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets 376 5 MFCApplication1
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2014/12/16 00:16
2014/12/16 01:13