[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: question



"Nick A. Fikouras" <[email protected]> writes:

> int foo =3D Address::instance().get_nodeadd(hdr->dst());
> 
> int bar =3D atoi(tcl.results());
> 
> Consider the above two statements. After both have been executed with =
> the turn presented shouldn't foo and bar contain the same thing? That =
> is, since tcl.results retrieves the result of the preceding statement =
> which is then converted to int and stored in bar. Is my conclusion =
> correct?

But the preceding statement doesn't have anything to do with Tcl
interpreter, does it?