| c++ gui with db connect when i first started learning php, i was pretty lost before i could connect to a db. once i learned how to connect to a db, it was all over. my progresss went from 1 to 100 mph.
i've taken a c++ class, but we never got past programming command line programs. on top of that, we never connected to a database.
i would like to know if anyone knows of a tutorial that will explain how to make a program with the following parameters:
1. open up a gui
2. have a search field
3. search submitted text from a database ( really cool if the db could be mysql.. i know mysql makes a c++ module )
4. returns results into the gui
that is all i want to learn. i think with that, i can experiment and start learning c++ a lot quicker. this is because once i can do that, i can think of so many ways to go with that code. with each way i will learn new things.
anyhow, please let me know if there's a place i can find a tutorial on this.
thanks |