Skip to content

Run PythonScript and bring the result to c++!

Notifications You must be signed in to change notification settings

orangelie/Pytoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Pytoc

  • Run Pythonscript and bring the result to c++.
  • パイソンスクリプトを実行してその結果値をc++に読み込んでください!。
  • 파이썬스크립트를 실행하고 그 결과값을 c++로 불러오세요.



Available References

/**
 * @brief CreateChildPipe
 * @exception std::runtime_error
*/
void CreateChildPipe();

/**
 * @brief CreateChildProcess
 * @exception std::runtime_error
*/
void CreateChildProcess(LPCWSTR);

/**
 * @brief WritePipe
 * @exception std::runtime_error
*/
void WritePipe(LPPER_PIPEINFO);

/**
 * @brief ReadPipe
 * @exception std::runtime_error
*/
void ReadPipe(LPPER_PIPEINFO);

/**
 * @brief Dispose
 * @exception std::runtime_error
*/
void Dispose();
		



Pictures

About

Run PythonScript and bring the result to c++!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published