|
-
Mar 10th, 2002, 08:17 AM
#1
Thread Starter
Fanatic Member
recursive structure in VB...
Is there any way to declare a structure in VB like C...
struct Tree {
struct Tree *LeftPtr;
struct Tree *RightPtr;
int data;
}
One of the component variables points to itself.
Declaring a pointer to itself...
Is it possible in VB?
Your help is really appreciated...
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
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
|