Friday, December 14, 2018

Main Rules of Final Examination

The final exam in the course “Computer Methods in Science” SCI 120 is the development of a C ++ program in Microsoft Visual Studio. The programming challenge for each student will be selected randomly from a given set of programming challenges. Be sure to use a graphical user interface. An additional plus if the student shows in his program input from a data file or output to a data file. When developing it is allowed to use any educational and reference materials on programming and program libraries, paper, electronic or websites, to use programs prepared in advance. But programming during the exam must occur individually, without the help of another person.

No comments:

Post a Comment

N-point Star in Microsoft Visual Studio Console App

#include <windows.h> #include <cmath> #include <iostream> LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam,...