Hello Pelles
First, I want to send my thanks to you, Pelles. I really like PellesC!
You have done the great work.
Second, I hope some days in the future PellesC will accept this:
struct Node
{
int data;
Node *left;
Node *right;
}
void main()
{
Node node;
....
}
Because i find structure declaration so confusing and not easy to remember. And I'm lazy to type much.
That all.
Hope final PellesC 6.0 will be out soon.
Have a nice day!