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

question



int foo = Address::instance().get_nodeadd(hdr->dst());
 
int bar = 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?
 
Any response is appreciated,
 
nick