![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: Mar 2006
Posts: 21
Rep Power: 0
![]() |
Getting variables created in one method to work in others?
This might be a silly question (in fact it probably is), but lets say I have the code:
abc()
{
int x
x = x++;
}
def()
{
int y = x;
}IT may seam silly in the above code, but I created an array within one method, and I need to send it to another method, so I need to know how its done. Thanks anyone who might help ![]() |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|