|
-
Aug 11th, 2001, 12:35 PM
#1
Thread Starter
Hyperactive Member
:confused: Class Help
I have a program that looks like:
public class tester
{
public VPixel asdf;
...
}
class VPixel
{
public VPigment r;
public VPigment g;
public VPigment b;
...
}
class VPigment
{
...
}
but it gives me a compile error when i try to use VPixel as a variable in the tester class. Any ideas?
"There are only two things that are infinite. The universe and human stupidity... and the universe I'm not sure about." - Einstein
If you are programming in Java use www.NetBeans.org
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|