linked list with a 2d arrayI am making a board game with a 2D array of char's to represent pieces of the board. I am trying to...
Tetris PiecesTry something like this [CODE] #include <iostream> using namespace std; int main() { char board[...
Tetris PiecesAre you doing this all in the command line? It would seem to me that you would have one blank arr...
public and private variablesWhat I'm getting is it only helps you organize your code later; it doesn't really effect performance...
public and private variablesWhat is the difference speed wise in declaring a variable or function in a class public or private? ...
This user does not accept Private Messages