views:

205

answers:

0

There is a traffic simulation program in C++ that comes as an example in Netbeans for a C++ project. I got the cygwin compiler installed it and it was working well but i could still not compile the program because it require the GTK GUI framework. This is very important as I need to create a traffic simulation for a project and i would like to learn from this example