Help

can anyone post a code for black jack console?
Do your own homework kthx
closed account (zb0S216C)
Sure!

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <iostream>

/*
 * Function prototypes here....
 */

int main()
{
    /*
     * Statements, function invocations, and such here...
     */
    return(0);
}

/*
 * Function definitions heres...
 */

Fill in the gaps, address any errors, and then you're laughin'.

Wazzak
Zanje wrote:
a code


0xCAFEDEAD
closed account (3hM2Nwbp)
I think what the previous posters were trying to say was...

Grey Wolf wrote:
Programmers are good at spotting homework questions; most of us have done them ourselves. Those questions are for you to work out, so that you will learn from the experience. It is OK to ask for hints, but not for entire solutions.
Last edited on
I'm a beginner programmer, and I did this assignment recently. I'd be glad to help out if there's anything specific you'd like to discuss.
Topic archived. No new replies allowed.