Search Results

Search: Posts Made By: harshvardhan360
1,893
Posted By harshvardhan360
problem with setting environment variable
shell script: #!/bin/csh set VAR=12345 echo $VAR

will peacefully give the output 12345 at shell. I need to use C++ to do the same in some part of the code:

string str = "12345";
retValue="set...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 10:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy