Forum: Game Development Feb 3rd, 2004 |
| Replies: 1 Views: 11,168 DirectX... haha... DirectX is a beast which, while can be tamed, takes a lot of effort and dedication to master. If you have the DirectX SDK, take a look at the tutorials... typically under... |
Forum: C++ Feb 3rd, 2004 |
| Replies: 4 Views: 3,440 You definatly have some significant syntactical errors... Just to touch on some of the other replies...
struct listADT list;
struct CarADT myCar;
You probably should refresh your knowledge... |