Subject:
|
Re: Linked Lists in BrickOS
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Tue, 7 Oct 2003 21:27:24 GMT
|
Viewed:
|
3124 times
|
| |
| |
In lugnet.robotics.rcx.legos, Michael Purvis wrote:
> class list
> {
>
> private:
> Node *p_head
> }
Also, add some semicolons to the above like so:
class list
{
private:
Node *p_head;
};
Mark
|
|
Message is in Reply To:
| | Linked Lists in BrickOS
|
| Thanks to all that assisted me in getting set up. It turned out to be missing Cygwin packages. My bad. Two problems. Firstly, BrixCC needs to be restarted to compile 'new' code. Is there a way to correct this problem? Also, I'm having trouble (...) (21 years ago, 7-Oct-03, to lugnet.robotics.rcx.legos)
|
8 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|