aboutsummaryrefslogtreecommitdiff
path: root/Inclass 10/PointerExamples.cpp
blob: 48896592b0cf8b0a8d33cd9bb989da45a5c882c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#include <iostream>
#include "Header.h"
#include "Node.h"

using std::cin;
using std::cout;
using std::endl;

void Swap(Node* first, Node* second)
{



}

void Standardize_101(Node* node)
{



}

void Square(Node* node)
{



}