-1
I'm trying to understand how "invalidateblock"-function works, literally line by line.
Since I'm at basic level in C++, I couldn't explain to myself what's the "&" after "Array" there to achieve though I know of references and pointers and though I've found out that it's a so called "type modifier". Still I'm wondering "Array" is a type just like "int", "char" etc.
Where can I find more information on where Array is defined/explained?What are member functions?
Thanks in advance!
1
I'm voting to close this question as off-topic because this question is not related to Bitcoin specifically and would be better suited for http://stackoverflow.com
– cdecker – 2015-05-18T19:11:17.077Ok, but I asked it here in order to hear developer's answers or comments who have written the code and are represented in Bitcoi.SE. – Aliakbar Ahmadi – 2015-05-18T20:41:14.717
Can you provide a link to the particular software your question is about? – David Schwartz – 2015-05-18T23:05:02.460
@DavidSchwartz: I've been looking at
rpcblockchain.cppof bitcoin-0.10.0 – Aliakbar Ahmadi – 2015-05-19T10:43:39.457