Search found 3 matches

by jloxy
Wed Nov 23, 2011 3:58 am
Forum: C++ Development
Topic: need help with wxwidget code
Replies: 6
Views: 1754

Re: need help with wxwidget code

Ok so how would I write a "create queue " from this ?
by jloxy
Tue Nov 22, 2011 7:49 pm
Forum: C++ Development
Topic: need help with wxwidget code
Replies: 6
Views: 1754

Re: need help with wxwidget code

Ok I have to rewrite this code to use with a queue zoo I just done know what the code means , forgive me I am new to programming
by jloxy
Tue Nov 22, 2011 5:44 am
Forum: C++ Development
Topic: need help with wxwidget code
Replies: 6
Views: 1754

need help with wxwidget code

hi i need help with this code, i dont know what it does. Please somebody explain what each line does so i can rewrite it to suit other similar functions void MyFrame::CreateBST(wxCommandEvent& WXUNUSED(event)) { string word; wxString wxWord; // Clear the edit box MainEditBox->Clear(); //open the...