Skip to content

Instantly share code, notes, and snippets.

@kodieGlosser
kodieGlosser / lab_practice1.cpp
Last active August 29, 2015 14:01 — forked from dpappa/lab_practice1.cpp
Updates files
// InsertAlgorithm.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "InsertAlgorithm.h"
using namespace std;
#define sourcefilepath "unsorted.txt"
#define destinationfilepath "sorted.txt"