Insane Coding
'coz good thinking requires going outside the box
Showing posts with label
save_cwd
.
Show all posts
Showing posts with label
save_cwd
.
Show all posts
Sunday, November 11, 2007
Directory safety when working with paths
›
As we discussed in our previous two articles, we run into issues of thread safety when we try changing the path during a running program. ...
44 comments:
Friday, November 9, 2007
Implementing realpath() in C++
›
Before reading this post, please read the background in the previous post PATH_MAX simply isn't , as it covers important background, and...
289 comments:
Saturday, November 3, 2007
PATH_MAX simply isn't
›
Many C/C++ programmers at some point may run into a limit known as PATH_MAX. Basically, if you have to keep track of paths to files/director...
2,465 comments:
Friday, March 23, 2007
Are open source libraries written properly?
›
Every now and then you hear people discussing open source applications and libraries, and how a bug was found. The multitude of bugs being f...
4 comments:
›
Home
View web version