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.7K
~293 People Reached
Interests
Guitar
Favorite Tags
c++ x 1
Member Avatar for santoshkr

Hai, Iam New to VC++. In my system i installed DirectX 9.0 and VC++ 6.0. Now i want to use DirectX in VC++, can any one tell me how to use DirectX in VC++. i mean what are all basic steps i need to follow. (I want to capture the …

Member Avatar for MetalRob
0
152
Member Avatar for BMF

Hi.. plz I need ur help.. I wrote my assignment & it runs but, not all statements can be executed I don't know why?? could u help me?? :sad: this is my code: #include <iostream.h> int check(char x){ if( x=='a'||x=='b'||x=='c'||x=='d'||x=='e'||x=='f'||x=='z' ) return 1; else return 0; } class CarADT{ private: …

Member Avatar for MetalRob
1
141