User profile: samtheman

User info
User name:samtheman
Name:Chester Guinyard
Location:Ridge Spring SC
Bio:Ridge Spring SC
History
Joined:
Number of posts:29
Latest posts:

A few lines of the TicTacToe game:
cout << "Invalid move "; player--; cin.ignore(); cin.get(); } i = checkwin(); player++; } whi...

small class program
#include "stdafx.h" #include <iostream> using namespace std; class test { public: int dat...

Implement The Window class & main game class:
I am following step by step in my Book - SFML Game Development By Example By: Raimondas Pupius, I am...

Unable to load file:
If you can give me some tips on what I might not be doing RIGHT in this book I am still stuck on th...

Unable to load file:
// Include important C++ libraries here #include "stdafx.h" #include <SFML/Graphics.hpp> // Make co...