Page 2 of 2

Re: source code understand

Posted: Sun Aug 31, 2014 5:56 pm
by Bharatkmistry
but these books is only understanding about how windows work but i want to understand coding of reactos source code.

Re: source code understand

Posted: Sun Aug 31, 2014 6:53 pm
by mrugiero
Bharatkmistry wrote:but these books is only understanding about how windows work but i want to understand coding of reactos source code.
The first one is about understanding C code. You'd also need to understand C++ for some pieces. Then, you need to understand what the code wants to achieve, otherwise, there is no understanding the code. This means you need to understand how Windows work. Then, you need to be able to read the code, and that's when reading about C and C++ comes handy. Then, you might be able to understand the code.