4
votes
5answers
125 views
Accepted practice for converting an Object to and from a String in Java ?
What is the commonly accepted method for converting arbitrary objects to and from their String representations, assuming that the exact class of the object is known ? In other word …
0
votes
4answers
355 views
Conversion: uid_t to string, off_t to string
Hello,
I am currently writing a systems programming homework and in one part i need to get some information of a file in a directory.
for the stat of file, we have ctime() functi …
