User: jeffsg605

  • Public profile

User profile: jeffsg605

User info
User name:jeffsg605
History
Joined:
Number of posts:62
Latest posts:

linked list with a 2d array
I am making a board game with a 2D array of char's to represent pieces of the board. I am trying to...

Tetris Pieces
Try something like this [CODE] #include <iostream> using namespace std; int main() { char board[...

Tetris Pieces
Are you doing this all in the command line? It would seem to me that you would have one blank arr...

public and private variables
What I'm getting is it only helps you organize your code later; it doesn't really effect performance...

public and private variables
What is the difference speed wise in declaring a variable or function in a class public or private? ...

This user does not accept Private Messages