hi experts this is my first game programme and i need some help with gravity and jumping with no speed logic involved. Let say i declared the following function....:
im using VS 2003
void Gra...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23061849.html
Zones:
C++Date Answered: 01/08/2008 Grade: A Views: 0
Hi,
I am usually developing ASP.NET websites but I would like to create a windows forms application. Everything works fine. I can start the application in VS and it produces the desired output...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23063223.html
Zones:
.NETDate Answered: 01/07/2008 Grade: A Views: 120
Hi Friends,
Can anyone pl. provide me with the example/reason/technical status for, why most people says that perl is SLOW than C/C++?
I like Perl, and started learning. But hearing all these...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20965929.html
Zones:
PerlDate Answered: 05/25/2004 Grade: A Views: 0
I'm about to take a major architectural decision that will probably effect the project for a long time, and at the moment I'm having hard time to decide which way to go.
I have a MySQL database ...
http://www.experts-exchange.com/Programming/Languages/.NET/Class_Libraries/ADO.NET/Q_23099...
Hello Experts,
So, I've been learning VB.NET 2003 these passed few weeks. I'm waiting for funding for off-site training, but got curious about C#. I know or hear it's more powerful, but the lear...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23759671.html
Many years ago I was programming in ANSI C (before the visual environment.) I recall the ability (in C) to save the contents of a structure to a file very easily. Reloading the data was just as e...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20447731.html
In C,
In the code below, I just want to be 100% sure that I understand the difference between statements (A) and (B):
void try_this(char *p, char *q)
{
const char* constptr = p; // (A)
...
http://www.experts-exchange.com/Programming/Languages/C/Q_21745743.html
Zones:
CDate Answered: 02/21/2006 Grade: A Views: 198
Hi,
In my console application using C#, I have a infinite loop to process a task. I want to use some methods to catch a specific key pressed (ex: Alt+B) to break from the loop, and do some clean...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23124600.html
Hi
I have a table that has EmpID, and I create a column called EmpPic with expression as [ EmpID + '.jpg' ] because I do have employees pictures saved using their ID.
Finally, I added a Pictu...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23451674.html
Zones:
MS Visual C#Date Answered: 06/10/2008 Grade: A Views: 9
I have just installed VS C# 2008 Express. I am transitioning from C# in Borland's BDS 2006 (which only supports .NET v 1.1) to MS
My first project compiles & debugs & works.
But I get the Wa...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23423...