I'm in a c++ class and our final project is to create a card game in c++. Since this looks like a big programming project, i want to start early, but i'm not sure exactly what types of functions and things i will need. We are not going to learn arrays until a month before the project is due, so i know that i at least need to get a head start with that, but can anyone give me more suggestions on what I will be using, especially for graphics.
C++ Card Game
Page 1 of 14 Replies - 16194 Views - Last Post: 26 September 2006 - 11:39 AM
Replies To: C++ Card Game
#2
Re: C++ Card Game
Posted 24 September 2006 - 06:29 PM
Learn C++ first and then think about any library to use.
There are lot of libraries available like Opengl, DirectX, SDL, Allegro etc...But you need to learn the language first.
There are lot of libraries available like Opengl, DirectX, SDL, Allegro etc...But you need to learn the language first.
#3
Re: C++ Card Game
Posted 25 September 2006 - 06:49 AM
By Graphics do you also mean Console Graphics?
If so you can also use the functions in the graphics.h provided by C.
If so you can also use the functions in the graphics.h provided by C.
#4
Re: C++ Card Game
Posted 26 September 2006 - 09:11 AM
born2c0de, on 25 Sep, 2006 - 07:19 PM, said:
By Graphics do you also mean Console Graphics?
If so you can also use the functions in the graphics.h provided by C.
If so you can also use the functions in the graphics.h provided by C.
Please don't say that it's provided by C. It's only provided by few (I guess borland's) compilers. And it's again dos based. I'll suggest to use some better libraries.
#5
Re: C++ Card Game
Posted 26 September 2006 - 11:39 AM
Quote
Please don't say that it's provided by C
Yea...My bad...Borland Compilers Support it.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|