R
R
rileySalander2016-02-10 15:48:54
C++ / C#
rileySalander, 2016-02-10 15:48:54

C++ Windows Forms textBox does not output string. What to do?

private: void generation(int n,int counter_open,int counter_close, System::String^ ans){
if (counter_open + counter_close == 2 * n){
//pole - textBox
pole->Text+= ans->ToString() ;
pole->Text+=Environment::NewLine+"";
return;
}
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question