Thanks to JTM and everybody else who helped with this. PROBLEM SOLVED! As it turns out, it was a typo error, moving an ampersand from the prototype of the overloaded "read" to the prototype of the overloaded "write," so that neither matched the actual function overload. It...
I'm trying to overload these functions ("read" and "write") to do random binary file I/O -- have a good text that shows me exactly how to do it. Everything compiles -- but the linker gives both the old "error LNK2001: unresolved external." My compiler is Microsoft...
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.