"I'm going to create a comprehensive documentation of the Bitcoin source code. What does #include mean?"

"I'm going to create a comprehensive documentation of the Bitcoin source code. What does #include mean?" | coding-memes, code-memes, string-memes, algorithm-memes, function-memes, bitcoin-memes, ide-memes, stream-memes, documentation-memes, source code-memes | ProgrammerHumor.io
coding-memes, code-memes, string-memes, algorithm-memes, function-memes, bitcoin-memes, ide-memes, stream-memes, documentation-memes, source code-memes | ProgrammerHumor.io

Content

Bitcoin Forum : Other : Off-topic : We're going to create a comprehensive Bitcoind source code documentation. Here. previous topic next topic print Pages: 1 Author Atlas (OP) Jr. Member Activity: 56 Merit: 1 Topic: We're going to create a comprehensive Bitcoind source code documentation. Here. (Read 3174 times) We're going to create a comprehensive Bitcoind source code documentation. Here. October 13, 2012, 04:05:48 PM First file is bitcoin sc main.cp. Feel free to correct me and guide me during this process. I know pretty much shit about coding. Yes, this might be completely inane but I am going to take that risk. Let's start with these includes: include "alert.h" include "checkpoints.h" include "db.h" include "net.h" include "init.h" include "vi interface.h" include boostalgorithmstringreplace.hpp include boostfilesystem.hpp include boostfilesystemfstream.hpp What do each of these files do and refer to? What is the function of include? 1