c prg to simukate a car wheel and steeering

Recommended Answers

All 4 Replies

c prg to simukate a car wheel and steeering

Something like this:

int main()
{
    printf("simukate car wheel and steeering");
    return 0;
}

But now serious: What are you trying to say and what have you made so far? The people on this forum will not just hand you your homework if you show no effort at all.

Niek

hi,
i am sry..i was in ahurry..
the actual pg is to write a c++ prg to simulate a car steering in such a way tht the car goes in the given path
the prg shud prmpot the user to enter the file names..i have done tht..but i am not able to understand how to put the trajectory in the prg..

>i am sry..i was in ahurry..
I think you're still in a hurry. Slow down, compose a coherent post with correct spelling and grammar, then you can use "in a hurry" in the past tense.

Have two classes wheel and steering, make a member function for each of the functionalities like rotate, etc.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.