[問題] C++有方法可以印出當下執行程式名稱嗎?

作者: smilekerker (科科:))   2014-12-02 14:35:19
開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
Linux
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
請問c++有方法可以印出當下的執行程式名稱嗎?
像是
hello_world.cc 裡面加個function或其他可以直接印出 hello_world
隨後hello_world.cc 呼叫另一個檔案hello_taiwan.cc也可以印出 hello_taiwan
請問有相關可以使用的function或是方法嗎?
要菇狗也想不太到關鍵字
謝謝各位 :)
餵入的資料(Input):
預期的正確結果(Expected Output):
錯誤結果(Wrong Output):
程式碼(Code):(請善用置底文網頁, 記得排版)
補充說明(Supplement):
作者: ltroot (煙燻雞肉三明治)   2014-12-02 14:56:00
__FILE__
作者: smilekerker (科科:))   2014-12-02 15:48:00
非常感謝!!! QQ
作者: OPIV (Monitor)   2014-12-04 19:22:00
printf("%s", argv[0]);

Links booklink

Contact Us: admin [ a t ] ucptt.com