Search Results

Search: Posts Made By: a.k.aFireknight
Forum: Programming 09-21-2008
2,894
Posted By a.k.aFireknight
Hey Roman.. i am not sure environment variables...
Hey Roman.. i am not sure environment variables are carried over from one execution of the program to the next IF they are running on two DIFFERENT shells...

I am using system() to call the the...
Forum: Programming 09-20-2008
2,894
Posted By a.k.aFireknight
static essentially means the data is stored in...
static essentially means the data is stored in heap memory, and that the variable cannot be seen outside the code - file scope it is called.

You want data to persist from one invocation of a...
Forum: Programming 09-19-2008
2,894
Posted By a.k.aFireknight
urgent advice needed - self replication
what does the statement :

static char a[100] = "a";

store in the executable image. ??

I need to make a command line parameter exist AFTER the program finishes execution.. so that when i...
Showing results 1 to 3 of 3

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