移動代碼,我很少有knowlage在C++ 所以我有這樣的代碼C++我怎樣才能從主
bool is_successful = true;
ex_file_licensing exFileLicence;
std::string flexLMfilePath;
flexLMfilePath.append("C:/Desktop/QA-program/testsuite/tmp/");
std::string Message = exFileLicence.checkLicense(DI_MF,flexfilePath,is_successful);
,我被要求把它移到外面的主,然後調用它的主要 現在我不知道該怎麼做 你能告訴我什麼是我應該遵循 請儘可能具體的步驟,我真的不擅長這個東西
感謝
你需要寫一個函數包裝的代碼。但是,如果你真的沒有使用C++的經驗,你應該得到一個[體面的入門書](http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list)。 –
有關如何創建功能的更多信息,請參閱http://www.cplusplus.com/forum/beginner/35690/ –