I made a blackjack game in C++. You can click the link to download the game (probably only works on windows). You can see the source code after the jump.
Posts from ‘December, 2009’
Grid Game: Latest C++ Opus
Here is my latest C++ masterpiece after the jump. Move your guy (U) to get the treasure (T) and avoid the monsters (Q and M).
This is some seriously hi-tech shizzle.
(Oh and I stole the clear screen function from the interweb ^_^. I couldn’t come up with that on my own!)
Deal cards
Here is some more C++, I am just posting it here to dump it somewhere to show it to someone with 1337 hacks. Please disregard if this sort of thing bores or confuses you. ^_^
C++
I have been playing around with C++ the last couple days, just because I am a big computer dork and to see what I can remember from back in high school computer science.
Here is my latest gem.
#include
#include
using namespace std;
float num1(0), num2 (0), answer (0);
string operate;
int main ()
{
cout
sneaky






