Re: [AD] [4.3] get_executable_name |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] [4.3] get_executable_name
- From: Evert Glebbeek <eglebbk@xxxxxxxxxx>
- Date: Wed, 30 Aug 2006 09:14:08 +0200
On Wednesday 30 August 2006 05:18, Thomas Fjellstrom wrote:
> Are there really unix systems where you cant use getcwd (relative paths
in
> argv) and argv[0] ?
You have it backward: there are UNIX systems where you need to use argv[0].
In cases where it's not needed, it's better to use available library
functions or other methods.
Within those bounds, I'm all for simplifying.
Evert