Quote:
Originally Posted by Mime Taxidermy
How long would you say it would take for a beginner to remember it all by heart?
|
Remember what by heart? Did you mean the syntax and basics of the language, or did you mean memorizing function names and how they work in an API? Usually, you won't have to memorize anything, other than the syntax and basics of the language. You'll need to know your basic data types, how to make a declaration, how pointers work, etc. Other than that, you would usually refer to some sort of documentation.
Quote:
Originally Posted by Mime Taxidermy
Isn't Java just a simpler version of C?
|
Absolutely not!