Sacreddruid
Programmer
Can anyone point me in the direction of a good example of a really really basic C++ blackjack, Nothing fancy, just really really basic commands.
I'm not using anyhting beyond
#include<iostream.h>
#include<iomanip.h>
#include<math.h>
#include<stdio.h>
#include<string.h>
#include<fstream.h>
#include<time.h>
#include<stdlib.h>
As of now, and I'd prefer not to have to learn too much new stuff to get this done.
Thanks.
~Squall
I'm not using anyhting beyond
#include<iostream.h>
#include<iomanip.h>
#include<math.h>
#include<stdio.h>
#include<string.h>
#include<fstream.h>
#include<time.h>
#include<stdlib.h>
As of now, and I'd prefer not to have to learn too much new stuff to get this done.
Thanks.
~Squall