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 […]
Why it only took me less than 2 minutes to believe in Bitcoin
Seeing is believing. I don’t care what Warren Buffet or all the Bitcoin nay sayers think, I care about how real, useful and freeing Bitcoin is today even in its infancy. Just stare at any random minute of Blockchain transactions in realtime and you will see that Bitcoin is not something that will happen, it’s […]
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 […]