User profile: kmtompkins

User info
User name:kmtompkins
History
Joined:
Number of posts:115
Latest posts:

getline not working
In my program the getline doesn't seem to be working. source.cpp [code] #include "critter.h" ...

simon says
Working version but i still have to add a timer for the guess portion. [code] #include <iostream> #...

simon says
[code] #include <iostream> #include <time.h> #include <string> #include <Windows.h> using namespac...

Simple Timer
Simple Timer code [code] #include <iostream> #include <Windows.h> using namespace std; in...

Nested loop
Theres a nested loop it has the 2 for loops. its only suppose to print that one sequence no repeated...