|
On 21 Pro, 09:10, rakesh uv <uvrak...@gmail.com> wrote:
hi,
is there any way to find the exact meaning of message given
by a Unix command
for example
mv: cannot access hello.c
similarly is there any way to find the meaning of the
error number or message displayed
by compilers
Rakesh UV
Are you sure, that your question is related to C++?
For returned codes from any application look into documentation of
this application. E.g. man pages, info, try to google it...
.
|