Hi all,
I'm looking for a similar function to ::MoveFile([src],[dest]) except I'm trying to move the file from one computer to another over a network link.
I'm aware that on its own ::MoveFile doesn't support this. Does anyone know an alternative? Specifically, I'm interested in one-and-done...
Hi, a simple question.
I'm try to use the printf function with CStrings in a Win32 Console application. I've already included MFC support. Since the printf function accepts const char * variables, I'm getting an error when I try something like.
CString s = "this is a test";
printf(s);
Is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.