Skip to content

Instantly share code, notes, and snippets.

@jadon1979
jadon1979 / file.cpp
Last active August 29, 2015 14:00 — forked from anonymous/gist:34b1409dc09f4836a40b
Make the changes discussed and it should work.
// Header file section
// Do you actually need stdafx or was it auto appended by VS?
//#include "stdafx.h"
#include<iostream>
#include<string>
//using namespace std;
//Funtion declaration
float Average (int *scores,int number) ;
void SortTestScores (int *scores,string *Names,int n) ;