Okay, so I'm behind the times... I know.
I want to create a simple 2d game in C or C++, which involves bitmaps, "tweening," and sprites.
I'd rather it NOT be a VC++ app. Console will do just...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20235140.html
Zones:
C++Date Answered: 01/27/2002 Grade: A Views: 0
I have around 1000 X & Y data points on an Excel sheet in C-drive.How do i display a 2D X-Y graph in VB.My graph should show all the data points.Can anybody please help me.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20616606.html
Zones:
Visual BasicDate Answered: 05/15/2003 Grade: A Views: 0
Hi all,
Is it possible to use variables to declare the dimensions of a 2D array?
i.e. newArray(variable1,variable2)
and populate the variables with integer values?
If not is there anoth...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20685156.htm...
Zones:
ASPDate Answered: 07/21/2003 Grade: A Views: 0
How do I sort a [][] array??
http://www.experts-exchange.com/Programming/Languages/Java/Q_20695850.html
Zones:
JavaDate Answered: 08/03/2003 Grade: A Views: 0
Hi, I need a function that gives you a 2d pixel from a 3d position and according to an advanced camera.
Here are the camera attributes:
***
LookingPointX
LookingPointY
LookingPointZ
...
http://www.experts-exchange.com/Programming/Game/3D_Prog./Q_20759394.html
I am using the below class as a 2D array object. I invoke the constructor with dimensions 22000x22000, and I get an aborted runtime error. Is that too large given the implementation of Array2D? How...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20954835.html
Zones:
C++Date Answered: 05/19/2004 Grade: A Views: 0
I have the rendering of a 3D driving sim, but I could really do with displaying certain bits of information on top of that. For example, you know when you have a driving game and you have the speed...
http://www.experts-exchange.com/Programming/Game/Game_Graphics/DirectX/Q_21338832.html
I am having problems initializing the following 2D object array:
Object[][] data = new Object[ctr][3];
I was debugging and noticed that all the allocated entries were NULL so I then tried to ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22394536.html
Zones:
JavaDate Answered: 02/16/2007 Grade: A Views: 0
I need a code sample to do the following:
Given three known points on a 2D grid, find the location of a fourth arbitrary point on the same grid.
In other words, I have three points:
a: (0,0)
b:...
http://www.experts-exchange.com/Programming/Languages/C/Q_10138367.html
Zones:
CDate Answered: 03/13/1999 Grade: A Views: 48
I have a program than uses 2D Variant Arrays to hold its data. From time to time I need to cast this to a 1D array To pass to 3rd party controls.
I cannot seem to do this supplying the first index...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10165034.html