Slashdot, I approach programming seriously:
The more serious you approach coding, the better you'll be in the end. We (I) am not toying around. Not here, nowhere.
Now look at this:
Quote:
|
K well I know that... I mean arrays, but I'm talking about something I could relate to.
|
What is this suppose to mean? Try to be unambigous.
Quote:
|
Instead of games, can someone relate what I can do with a pointer in real life?
|
Time out. Gaming
is part of real life as well. There can be no distinction between them. Healthy people do not have dual personalities. For coders it means that the purpose of pointers in games are the same for non-gaming applications.
Quote:
|
Like how booleons are logical AND, OR's, and IF's, would be like saying "I could get a salad and a potatoe, or a tomatoe."
|
Once again, I can only hope to interprete your question right. Take a step back and look at your sentences.
Are you asking how to use mathematical logic for producing human-like sentences? What would you like to achieve exactly?
- If you would like to implement a program that
produces english sentences, you'll need to learn
production rules. I can help you with that yes. The bool operators are basically not needed then. There is a special technique for that.
- If you would like to learn how to
transform a human-like sentence in terms of bool algebra, then I suggest you start with:
modus ponens, modus barbara (hypothetical syllogism), modus tollens, reduction ad absurdum.
They are easy and I can help you with that. From here you could train your brains in expressing things the formal way, and draw conclusions from it.
- If you would like to learn to check how expressions are related, and if they are related, to eachother then learn the ways of
discrete mathematics. Especially Venn diagrams. I can help you with that as well.
I'v mentioned three options. I suggest you learn them starting from below (discrete math).