Free Games Programmed in C++?

P

Pandora Xero

Does anybody know if/where i can find free, open-source c++ games?
If so, this would most likely prevent me from asking a whole load
of more complicated questions. I am seeking Graphics-Based Role-
Playing Games in 2-D. So Does anybody know of any place where I
may be able to find what I seek?
 
M

Mike Wahler

Pandora Xero said:
Does anybody know if/where i can find free, open-source c++ games?
If so, this would most likely prevent me from asking a whole load
of more complicated questions. I am seeking Graphics-Based Role-
Playing Games in 2-D. So Does anybody know of any place where I
may be able to find what I seek?

Yup. www.google.com

-Mike
 
G

Greg Schmidt

Does anybody know if/where i can find free, open-source c++ games?
If so, this would most likely prevent me from asking a whole load
of more complicated questions. I am seeking Graphics-Based Role-
Playing Games in 2-D. So Does anybody know of any place where I
may be able to find what I seek?

Searching Google for free games programmed in C++ gives me almost 8000
hits. Due to the nature of games (particularly the use of graphics,
mice, keyboards, joysticks, etc.) none of them are likely to be written
entirely in standard C++, and hence they are off-topic here.
 
T

Thomas Matthews

David said:
I apologies for posting in this position. I don't have permission to begin
a thread.

Does anyone know if there is an easy way to make a select item, drag to
form, resize, etc. user interface like the designers have? I want to
develop a flow sheet style interface for a mathematical model.
Don't know if it is easy, but there must be a way because others have
done it.

Since the _standard_ C++ language doesn't support windowing or graphics,
you'll have to use platform specific functions. These functions are
discussed in another newsgroup. See the links below.


The flow sheet might look similar to tools for drawing UML diagrams.

Are their drawing classes that I can derive from Visio or even Word?
There might be, but you'll have to ask people in a Word or Visio
newsgroup.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 
D

David T. Croft

I apologies for posting in this position. I don't have permission to begin
a thread.

Does anyone know if there is an easy way to make a select item, drag to
form, resize, etc. user interface like the designers have? I want to
develop a
flow sheet style interface for a mathematical model.

The flow sheet might look similar to tools for drawing UML diagrams.

Are their drawing classes that I can derive from Visio or even Word?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,139
Messages
2,570,805
Members
47,356
Latest member
Tommyhotly

Latest Threads

Top