i meant printing your working dir out from within your program.. if thats what you did then it looks like the same thing that happened to me. could be because of a hotfix or something. good old windows.. have you tried a reboot?
i agree with xaron. linux uses / for describing dirs, but windows uses \. the problem is that \ is used in c char* types as control characters, and if u put \ in your pathname, compiler won't take it as a backslash, but as a unfinished control character. u should write \\ instead of \. that helped me
i don't have a drinking problem.
i drink.
i get drunk.
i pass out.
no problem.