Skip to content

Instantly share code, notes, and snippets.

View leahloughran's full-sized avatar

Le leahloughran

View GitHub Profile
@leahloughran
leahloughran / Hangman.cpp
Created May 18, 2012 01:59
Simple hangman win32 console application
// Hangman.cpp : Defines the entry point for the console application.
//
//Leah Loughran, 2012
//Simple Hangman console game
#include "stdafx.h"
#include <iostream>
#include <string>
#include <vector>
@leahloughran
leahloughran / Hangman.cpp
Created May 18, 2012 01:47
Simple hangman win32 console application
// Hangman.cpp : Defines the entry point for the console application.
//
//Leah Loughran, 2012
//Simple Hangman console game
#include "stdafx.h"
#include <iostream>
#include <string>
#include <vector>
@leahloughran
leahloughran / Hangman
Created May 18, 2012 01:44
Simple hangman win32 console application
// Hangman.cpp : Defines the entry point for the console application.
//
//Leah Loughran, 2012
//Simple Hangman console game
#include "stdafx.h"
#include <iostream>
#include <string>
#include <vector>