DP: Strategy
D:\VC\DsnPtrn\Cpp\PatternDesign\CaTeleStra01\CaTeleStra01.vcxproj
YAGNI (You Ain't Gonna Need It)
D:\VC\DsnPtrn\Cpp\PatternDesign\CaTelePoint01\CaTelePoint01.vcxproj
DP: Strategy
D:\VC\DsnPtrn\Cpp\PatternDesign\CaTeleStra01\CaTeleStra01.vcxproj
YAGNI (You Ain't Gonna Need It)
D:\VC\DsnPtrn\Cpp\PatternDesign\CaTelePoint01\CaTelePoint01.vcxproj
VS2019, VS2022 Work properly
D:\VC\2022\GS.Trade\GS.Quartz\CaSln01.sln
D:\VC\2022\GS.Trade\GS.Quartz\CaTensFlow01\CaTensFlow01.csproj
NetCore 3.1
#include <boost/archive/binary_oarchive.hpp>
#include <boost/archive/binary_iarchive.hpp>
D:\VC\Cpp\Boost01\Boost02\CaSerial01\CaSerial01.vcxproj
std::ofstream ofs(file_path, std::ios::binary);
boost::archive::binary_oarchive oa(ofs);
oa << a;
ofs.close();
std::ifstream ifs(file_path, std::ios::binary);
boost::archive::binary_iarchive ia(ifs);
ia >> b;
ifs.close();
D:\VC\1305\Other\OthersSln\OthersSln.sln
D:\VC\1305\Other\OthersSln\CaHashStruct01\
D:\VC\1305\Other\OthersSln\CaHashStruct01\