-
Replied To a Post in Please help! Create First half of tic tac toe game in C++
I think the object of school assignments is that you do them yourself -
Replied To a Post in How can i start programming in objective c?
You are best to use a mac. Download xcode and start from there. there are some excellent tutorials on iTunesU -
Replied To a Post in Searching multiple data and display it to datagrid
Create a dataset using a SQL statement to combine your multiple data and then use this as the recordsource for the datagrid.
The End.