W
W
WizardW2019-02-19 20:35:20
C++ / C#
WizardW, 2019-02-19 20:35:20

What is the error on compilation?

The code for opening a file, reading line by line, and writing each line to a list item. Everything is simple, but an incomprehensible error pops up.
Error photo:
5c6c3cdb9b972291287559.png
Code of the main function:
5c6c3e440b866703975930.png
Code where the ReadFromFile function is:
5c6c3e1b2a709408395509.png
I had to upload pictures, something is wrong with moderation... I'm sorry..

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jcmvbkbc, 2019-02-19
@WizardW

incomprehensible error

What's incomprehensible? It seems clear that ReadFromFile uses CreateList, but the CreateList function (with the same prototype as in ReadFile) is not defined. And the error is not compilation but linking.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question