25 void*
operator new(size_t)
31 old_dir =
static_cast<char *
>(calloc(PATH_MAX,
sizeof(
char *)));
32 getcwd(old_dir, PATH_MAX);;
34 old_dir = get_current_dir_name();
36 dir_handle = opendir(old_dir);
37 if (chdir(new_dir) == -1)
A variant of WvErrorBase suitable for embedding as a member of your own object, preferably called 'er...
A WvFastString acts exactly like a WvString, but can take (const char *) strings without needing to a...