Network Drive Access

M

mikeb

I am using VIsual 6 C++ with older style C access routines. When
attempting to access files on a network drive, the files appear
un-available. Is this due to the version of access routines <stdio> ?
Thanks - Mike B.
 
M

mlimber

mikeb said:
I am using VIsual 6 C++ with older style C access routines. When
attempting to access files on a network drive, the files appear
un-available. Is this due to the version of access routines <stdio> ?

Doubtful, but you should ask on a group that deals with Microsoft
products (see the list at
http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9).

BTW, there is no <stdio>. There is <cstdio> and <stdio.h>, however.

Cheers! --M
 
B

Bart

mikeb said:
I am using VIsual 6 C++ with older style C access routines. When
attempting to access files on a network drive, the files appear
un-available. Is this due to the version of access routines <stdio> ?
Thanks - Mike B.

There is no fundamental difference between the C standard IO and C++ IO
streams in the VC++ implementation. In fact they are both implemented
using the same code base. If you screwed up something in your
implementation's libraries then that's another story. In any case, the
problem is most certainly not a C++ language issue, so you should
rather ask in a MS newsgroup.

Regards,
Bart.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top