M
M
Michael2015-11-15 22:50:06
C++ / C#
Michael, 2015-11-15 22:50:06

Create method in c++?

I was asked to write a task manager in c++ with a GUI. Chose Visual Studio. Created a project. There are 2 files .cpp and .h
The events of the controls are described in the .h file, in the same place I want to create a method that should display a list of processes in the listbox. I found a large and thick code for this purpose, but in the process of inserting it into the method, I received a bunch of errors that some libraries were not connected. As far as I know, libraries are not included in the header file, are they declared in .cpp, or not? In any case, the method does not see them and continues to swear. What can you think of?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Martyanov, 2015-11-15
@vilgeforce

What are the libraries? .lib, .dll or are you talking about a list of source files?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question