I'd say start with C. Write simple stuff. Loops, if-else, etc. Nothing complex like pointers.
I think the challenge with that is that the fun really starts with arrays and in straight C you need some knowledge of pointers to get arrays.
B
I'd say start with C. Write simple stuff. Loops, if-else, etc. Nothing complex like pointers.
What is greenfoot?
Consider greenfoot as a combination between a framework for creating two-dimensional grid assignments in Java and an integrated development environment (class browser, editor, compiler, execution, etc.) suitable for novice programmers. While greenfoot supports the full Java language, it is especially useful for programming exercises that have a visual element. In greenfoot object visualisation and object interaction are the key elements.
I have just purchased the Programming Objective C (2nd Edition) book. Wish me luck!![]()