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...^_^

Recommended Answers

All 3 Replies

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.

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++

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?"

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.