Forum: C++ 15 Days Ago |
| Replies: 2 Views: 154 http://www.devarticles.com/c/a/Cplusplus/Using-MFC-in-Cplus-Basic-Application-Skeleton/
You can also create a MFC application in Visual C++ pretty easily by creating a Windows Forms Application.... |
Forum: Game Development 15 Days Ago |
| Replies: 4 Views: 367 You should learn a programming language first. I suggest C or C++. You should buy some books on those programming languages and check out http://www.gamedev.net
They have a lot of good stuff for... |
Forum: Game Development 15 Days Ago |
| Replies: 1 Views: 258 I have a book about TGE and I had the same problem. I don't think that it was the same book but try looking on the cd for the directory. That's where I found what I was looking for. |
Forum: C++ 15 Days Ago |
| Replies: 0 Views: 233 So I am trying to set up Lua on Visual C++ 2008 and I keep getting this error:
error C3861: 'luaL_newstate': identifier not found
Here is an example of my code:
#include <iostream>
... |
Forum: C++ Jul 10th, 2009 |
| Replies: 1 Views: 266 Does anybody know how to rotate a sprite around the center of the image rather than the top left corner in Dark GDK? |
Forum: C++ Jul 9th, 2009 |
| Replies: 13 Views: 753 What header do I use for arcsin()? |
Forum: C++ Jul 9th, 2009 |
| Replies: 13 Views: 753 Yes that does help thank you! |
Forum: C++ Jul 9th, 2009 |
| Replies: 13 Views: 753 |
Forum: C++ Jul 9th, 2009 |
| Replies: 13 Views: 753 I am new at this. I am trying to make a little top down 2D game where the character rotates towards the mouse. Got any ideas? |
Forum: C++ Jul 9th, 2009 |
| Replies: 13 Views: 753 Is there any way that I can get the sin(), cos() and tan() functions to return an angle? For example, like when you press 2nd then sin on a calculator. Or should I use different functions? |
Forum: Game Development Jul 2nd, 2009 |
| Replies: 2 Views: 489 Does anybody know where I can find a good reference book or website about the Dark GDK Library? |
Forum: Game Development Jul 2nd, 2009 |
| Replies: 3 Views: 2,000 Dark GDK come's with some PDF files that give you some basic tutorials. You can find them by going to Program Files\The Game Creators\Dark GDK\Tutorials. If you read all of them you should be able to... |