Search:

Type: Posts; User: Joe082185

Search: Search took 0.00 seconds.

  1. Need Help Getting this code to run. Its supposed to print hash tags in two columns

    // These bring outside code into our by telling the compiler to pull these files in from the outside
    #include <cs50.h>
    #include <stdio.h>

    // Function protoype that declare our functions for use...
  2. expected constructor, destructor, or type conversion before ';' token error help

    Hey,

    I'm trying to get tic tac toe working but am getting an error. Can anyone help?

    I'm using C++ and dev-C++ as the compiler. I've opened an allegro.h file and have a .ccp file with tic tac...
Results 1 to 2 of 2