Re: [Bitcoin-development] Fwd: bitcoin scope issue in main.cpp

2011-10-24 Thread John Smith
a coding (PushMessage, > bignum and serialize stuff). > > No need to worry about that :) > > -- > *From:* John Smith > *To:* theymos > *Cc:* bitcoin-development@lists.sourceforge.net > *Sent:* Monday, October 24, 2011 6:02 AM > *Subject:* Re

Re: [Bitcoin-development] Fwd: bitcoin scope issue in main.cpp

2011-10-24 Thread Amir Taaki
-development@lists.sourceforge.net Sent: Monday, October 24, 2011 6:02 AM Subject: Re: [Bitcoin-development] Fwd: bitcoin scope issue in main.cpp Yes, I know that. It compiles. If we pulled all the 'This is legal in C++' tricks in the bitcoin source it would be even less maintainable an

Re: [Bitcoin-development] Fwd: bitcoin scope issue in main.cpp

2011-10-23 Thread John Smith
Yes, I know that. It compiles. If we pulled all the 'This is legal in C++' tricks in the bitcoin source it would be even less maintainable and readable than now. But whatever... JS On Sun, Oct 23, 2011 at 10:51 PM, theymos wrote: > It's legal for a scope to define variables with names that con

Re: [Bitcoin-development] Fwd: bitcoin scope issue in main.cpp

2011-10-23 Thread theymos
It's legal for a scope to define variables with names that conflict with the names of variables in higher-level scopes. -- The demand for IT networking professionals continues to grow, and the demand for specialized networ

[Bitcoin-development] Fwd: bitcoin scope issue in main.cpp

2011-10-23 Thread John Smith
FYI It's in a disabled feature (replacement), so I'm not sure how important this is, but it doesn't look good. -- Forwarded message -- From: Dean Gores Date: Sun, Oct 23, 2011 at 11:15 AM Subject: bitcoin scope issue in main.cpp To: laa...@gmail.com You have "i" and "output" dec