Hi,
I am using a listbox widget for display the strings from my C++ programs.
It works like this: the user type in the word they would like to search (search engine in my case). Then in my C++ program, i found a list of urls that matches and need to output all of them to the listbox
The URLs are store in a vector of strings in my C++ program. How can I output all the contents from the vector to the listbox widget??
Thx
I am using a listbox widget for display the strings from my C++ programs.
It works like this: the user type in the word they would like to search (search engine in my case). Then in my C++ program, i found a list of urls that matches and need to output all of them to the listbox
The URLs are store in a vector of strings in my C++ program. How can I output all the contents from the vector to the listbox widget??
Thx