Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question