Where to learn basics of computer science and C

monday

Expert
Joined
Jun 23, 2014
Messages
1,126
Solutions
1
Reaction score
158
There's awesome set of lectures by Richard Buckland on youtube:
https://www.youtube.com/results?search_query=richard+buckland

I find his explanation of stack frames especially useful. You can tell that he understands it very well because he's able to explain their purpose using simple words without overcomplicating it (which is the case with many "what is stack" videos on youtube). I think that understanding the stack (what happens during function call + func calling conventions) is important step to learn reverse engineering, so also gamehacking.

C Programming:
https://www.youtube.com/playlist?list=PLui0F0AFVaoJmnquvgXWLaRhpsDOg779H
 

monday

Expert
Joined
Jun 23, 2014
Messages
1,126
Solutions
1
Reaction score
158
I thought I'll share this because cleo is a starting point to many people (on the journey of learning programming) and it's lame to be stuck on it (which I was for some time) without realising how much more possibilities are offered by other languages
 
Top