I am asked to find out if 'GetLastError()' works on Windows and Linux. How can I do that?
Can anyone tell me how to find this.
Thanks,
Chandana.
This is a discussion on GetLastError() within the C++ Programming forums, part of the General Programming Boards category; I am asked to find out if 'GetLastError()' works on Windows and Linux. How can I do that? Can anyone ...
I am asked to find out if 'GetLastError()' works on Windows and Linux. How can I do that?
Can anyone tell me how to find this.
Thanks,
Chandana.
Well, Google would tell you that GetLastError() is Windows-specific. Look up errno for the standard approach...