// Copyright (c) 2013 Kurtis. All rights reserved.
//
#ifndef __NodeTutorHelp__node__
#define __NodeTutorHelp__node__
#include <iostream>
class node
{
public:
// CONSTRUCTOR
node(constdouble& init_data, node* init_link)//constructor takes two parameters when creating a new node the double that will go in the data field and a pointer to a node that will be the link.
/usr/lib/gcc/i486-linux-gnu/4.7/../../../i386-linux-gnu/crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
collect2: error: ld returned 1 exit status