write_file_bom_utf8(Windows(C++))

write_file_bom_utf8のWindows版のC++呼び出し。
file_utility_cstdio.hで、

と書く。
file_utility_cstdio.cで、

と書く。
main.cppで、

と書く。

実行すると、
実行すると、

実行すると、

こうなる。
こうなる。

こうなる。

Test/cpp/write_file_bom_utf8/call_from_cpp_Windows/src/write_file_bom_utf8 at master · bg1bgst333/Test · GitHub