Hi
I have "/tmp." as my string value and also an integer value which has been generated and I want to attach them together so I can use it as a name file in open/fopen function
thanks man
but my main problem is that i'm writing this program under the C and linux :D
So I mean I want to produce something like this ("/tmp/2312") and use it as name for open function.... cause the number part is not static and it's being generating , so I have no idea how to use open() func with this variable. something like this ( open("/tmp."name ...) ) but I'll got the compile error