C++ 1st Course

Teaching

1st course: Basic programming in C++

I'll be teaching C++ courses in UPF. Teaching "basic programming" in C++ in 2h30 to people who never programmed is quite a challenge ^^'. Let's see if building a robot brain is providing skills to teach human brains... 

Indeed to learn algorithmic you have to be able to decompose your own human process of solving a problem in order to rewrite it for the machine. 

Programming is not much different of thinking, it is just that you have to be aware of how you think.

By the way, the slides are here (slides), and feel free to comment about this course. Every critisim is welcome for the next one ;-)

Comments