Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #72.8K
~306 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags
c++ x 2

2 Posted Topics

Member Avatar for santoshkr

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 DXSDK\Samples\C++\Direct3D\Tutorials Take a look at these online tutorials as well. They are a good starting point …

Member Avatar for MetalRob
0
158
Member Avatar for BMF

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 of structures, they are quite different entities from classes :) Bob's changes to your code are a great starting point, study his …

Member Avatar for MetalRob
1
148

The End.