10 years, 2 months ago.

where do i learn to code using online compiler for LPC11u24?

I am finding little difficult to find what kind of keywords are used and when...please help.

1 Answer

10 years, 2 months ago.

1. Write (to paper) a story that describes your software 2. Underline nouns and verbs. 3. Decide main classes from nouns. 4. Assign remaining nouns to classes as attributes 5. Assign verbs to clasess as methods. 6. Learn C++ syntax and programing with help the help google. 7. Implement classes. 8. Compile you code and fix errors. 9. Run your code and fix errors.