Learn PHP and store the data in arrays or tables. It's easier than trying to use Access, you can easily build an html display, and if you use MySQL for the tables, you can even make an editing interface to add, modify, or remove entries.
Quote from: ilk3000 on September 19, 2009, 04:37:42 AMLearn PHP and store the data in arrays or tables. It's easier than trying to use Access, you can easily build an html display, and if you use MySQL for the tables, you can even make an editing interface to add, modify, or remove entries.You think it's easier to have someone become a server/database adminstrator before they start with any programming?It's a lot easier for a novice to learn some basics in access than to force them to setup and administer a LAMP (or equivalent) server before they even get to the programming part of it. Vbasic can get people into OOP without them even realizing it then you can explain how the things they've been doing in access translate to full scratch-built applications.
So I've been studying Japanese for three years and there's getting to be a lot of vocabulary that we're being taught, and a lot of it that I'm forgetting because I'm just not using it.I was wanting to compile all the vocab/kanji I've learned [...]It really doesn't need to be fancy, it just needs to be able to do sort of what Jaruden's quiz thing did, display a Japanese word and then quiz me on either it's reading or it's English definition.
Quote from: Steve Basnof on September 16, 2009, 10:47:42 PM...Sounds like Anki is what you are looking for.
...
Well after looking through all of my books that I could find I surprisingly didn't find any that teaches an Object-Oriented Programming mindset. However I did find Design Patterns: Elements of Reusable Object-Oriented Software written by the Gang of Four. It is an excellent book describing many design patterns commonly used in programming. There is also Head First Design Patterns which is a bit more user friendly than the book by the Gang of Four.
Both of those are design patterns more than OOP.
Having said that, I do not think that any of the books would be appropriate for someone who is just starting to learn C++ since all the books assume that the user knows how to program in an Object Oriented Language and the Head First books have all the examples in Java.