P
P
Pproger_122018-09-30 17:05:12
visual studio
Pproger_12, 2018-09-30 17:05:12

How to pass string type variable from one form to another in C++, Visual Studio IDE?

How do I link two forms so I can pass data between them in C++?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
leremin, 2018-09-30
@leremin

C++ in VIsual Studio does it mean MFC? The simplest way is to make the form public method setValue(std::string &str), for example.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question