[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

How to pass numeric variables by reference?

Eric Christensen

12/9/2005 4:24:00 AM

What's the Ruby way of achieving pass-by-reference for numbers, as in
the C code

void foo (int* x)
{

}

--
Posted via http://www.ruby-....


2 Answers

rubikitch

12/9/2005 4:41:00 AM

0

vanekl

12/9/2005 12:20:00 PM

0