Related Posts
How many lines of code are there inside Bitcoin-Core client?
According to cloc this is the line count breakdown, 87% of the project is all C/C++ header files and code. http://cloc.sourceforge.net v 1.60 T=7.23 s (72.2 files/s, 43792.9 lines/s) ——————————————————————————- Language files blank comment code ——————————————————————————- C++ 244 9985 6246 211500 C/C++ Header 188 5346 4617 35399 Bourne Shell 26 2576 2571 20090 make 12 […]
BitCoin essentials and must have bookmarks
BitCoin is probably the most exciting thing to happen to money since the history of… money, as off the shelf computer harware, software, cryptographic tools, and p2p internet technology have come together to create a currency that: – Doesn’t need a bank to be secure or to validate transactions, it’s decentralized. – Can be transfered […]
Setting up Eclipse as your IDE for Bitcoin C++ development on MacOSX.
If you are a Java developer used to the productivity levels achieved by working with eclipse’s code navigation, code completion and refactoring tools, it’s worth your time staying in eclipse for any sort of C++ development. This post refers specifically to getting your eclipse environment to work with a particular C++ Open Source project, The […]