Thread
:
Help with code (static error)
View Single Post
#
2
(
permalink
)
03-28-2008, 06:32 AM
hardwired
Senior Member
Join Date: Jul 2007
Posts: 1,222
Try
Code:
cow c1 = new cow(); cow c2 = c1.buildCow(); // or cow c = new cow().buildCow();
hardwired
View Public Profile
Send a private message to hardwired
Find all posts by hardwired