Friday, May 29, 2020
How to get paths defined in the system environment
char path[_MAX_PATH];
const char* varName = "[system environment variable name]";
size_t len;
getenv_s(&len, path, 80, varName);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
lidar (laser scanner) georeferencingf (sensor model)
lidar (laser scanner) georeferencingf (sensor model)
Multi-byte vs. Unicode
Multi-byte Unicode char TCHAR strcat_s() _tcscaft_s() strcpy_s() _tcscpy_s() strncpy_s() _tcsncpy_s() strien() _tcsien() sprinif_s()...
Derivation of projective transformation based on shift, rotation and scale parameters
No comments:
Post a Comment