Introduction to Programming Project
You can find information about the game Bridg-It online.
We are supposed to replicate the game, using c++. We are not allowed to use STL and anything object-oriented, except for the string object and graphics libraries, such as SFML and SDL.
We as the team doing it have decided that we'll use Code::Blocks as the IDE, and SFML as the graphics library. All you need to know to configure SFML for your work environment is covered in their tutorials.
Daniel was here