Forum: C++ 34 Days Ago |
| Replies: 2 Views: 191 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: C++ 34 Days Ago |
| Replies: 0 Views: 412 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: 301 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: 842 What header do I use for arcsin()? |
Forum: C++ Jul 9th, 2009 |
| Replies: 13 Views: 842 Yes that does help thank you! |
Forum: C++ Jul 9th, 2009 |
| Replies: 13 Views: 842 |
Forum: C++ Jul 9th, 2009 |
| Replies: 13 Views: 842 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: 842 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? |