cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Trying to make an instance of fstream fo
Trying to make an instance of fstream for output
Dec 10, 2017 at 3:30pm UTC
chuvak
(67)
Im running into an issue, error
incomplete type is not allowed
https://i.imgur.com/3VZ42m6.jpg
Am I missing parameters?
TIA
Dec 10, 2017 at 3:33pm UTC
Peter87
(11226)
Have you included <fstream>?
Dec 10, 2017 at 3:41pm UTC
chuvak
(67)
Nope, Im an idiot.
I've included it, but now Im getting 12 errors, all saying "unresolved external symbol".
Errors, LNK2019, LNK2001, and LNK1120.
Dec 10, 2017 at 3:43pm UTC
Peter87
(11226)
It means that the linker can't find the definition of those symbols.
Topic archived. No new replies allowed.