Main Price Samples Private Tutoring Contact
 

Samples

The Tower (OpenGL & GLUT)

Task: Render a tower, which consists of three blocks laying one on the top of each other. At least one block should contain gun slots. Blocks have to be joined smoothly, but their sizes and forms may vary. The tower stays on the plane. All objects of the scene should have texture; it’s necessary to implement sky and tower shadow.

See screenshot


Binary Search Tree (C++)

The task is to implement Binary Search Tree (BST) in C++. Required commands are "add", "delete", "find", "print" and "bye". Do appropriate input error checking. Use classes to solve the task.

Download solution