Search:

Type: Posts; User: colbygil

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    1,895

    Well the class is for c programming but I am...

    Well the class is for c programming but I am using a C++ compiler. I am very new to C and do not know the differences between c and c++. Also I am not too familiar with arrays and that is what the...
  2. Replies
    11
    Views
    1,895

    Still having problems with this code. I need to...

    Still having problems with this code. I need to use an array or else it will not fill in all the blanks in the table, just the first column. right now I am having a problem with it saying that "j"...
  3. Replies
    11
    Views
    1,895

    Here is what I have so far: #include...

    Here is what I have so far:



    #include "stdafx.h"
    #include "stdio.h"
    #include "stdlib.h"
    #include "process.h"
    #include "windows.h" // for System() call
  4. Replies
    11
    Views
    1,895

    Help making a game

    I'm fairly new to C and I need help creating the game of GO. My first problem is drawing the board. I need a board that is 19x19 spaces with the rows and columns labeled 1-19. I have already...
Results 1 to 4 of 4