GroovyBee, on Thu Dec 9, 2010 4:07 AM, said:
Quote
Whats the best start, buy a book of C or BASIC programming for dummies and read/learn it?
Neither book will help you directly. Writing games for a constrained system like the CV is a different challenge. You might find it easier to target the PC and use a high level language of your choice. Once you get your idea going on the PC think about adapting it for the CV.
While C programmibng for a constrained system like the CV is somewhat different than writing C code for other systems, one should learn C nevertheless. I suppose there's some books on C programming for embedded systems out there as well, and many embedded systems share the memory / speed constraints of the CV.
Thus I'd recommend: Get a book on C programming, get some C programming experience, then look at the CV programming tutorials. From then onwards one can proceed by writing some small applications / games whatever, to improve one's skills and knowledge of both C and the CV.
Philipp