[问题] 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