i need to write a c++ program that accessses the system environment variables!can someone help me out in this!
Printable View
i need to write a c++ program that accessses the system environment variables!can someone help me out in this!
Have you tried getenv() ?
-rick
See GetEnvironmentVariable or getenv in MSDN...