Click here to Skip to main content
15,902,492 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to model a four way intersection with stop signs for traffic control. Can anyone pl help me how to start coding for it in C?
Posted

The object of your homework assignment is prettyy much a 50/50 split between analyzing the problem and implementing a solution. What good is it going to do you if we were to give you a desgn?

Come up with your own solution and uimplement it. When you have a specific problem in the code you've written, come back here and ask a question, and you'll probably get quite a bit of help.
 
Share this answer
 
Try:
#include<stdio.h>
int main()
   {
   ... /* Insert your code here. */
   return 0;
   }
That is normally a good place to start.
 
Share this answer
 
Comments
fjdiewornncalwe 29-Nov-10 13:25pm    
Cheeky, but I like it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900