954,506 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

tetris game using pointers

hi guys...i just want to get some idea....I read in a book that you could make a tetris game is C++ using pointers...can someone please help me understand how to do it or the concept behind it??? thanks im just curious...^_^

herms14
Light Poster
47 posts since Mar 2008
Reputation Points: 10
Solved Threads: 0
 

You mean as opposed to any other kind of program which might use pointers?

C++ didn't include pointers just for the sake of writing tetris, there are many other uses as well.

Salem
Posting Sage
Team Colleague
11,531 posts since Dec 2005
Reputation Points: 5,862
Solved Threads: 953
 

You mean as opposed to any other kind of program which might use pointers?

C++ didn't include pointers just for the sake of writing tetris, there are many other uses as well.


I know that pointers in C++ has a lot of uses..I just want to know how to use pointers in making a tetris game in C++

herms14
Light Poster
47 posts since Mar 2008
Reputation Points: 10
Solved Threads: 0
 

Pointers are a very common feature of the C++ programming language. They're going to exist in just about every real world programming app that you write. Your question is just like saying "How do I write Tetris in C++ using variables?"

cscgal
The Queen of DaniWeb
Administrator
19,424 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 230
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You