Aim is to learn C/C++ along with developing a toll/SW. We have
community in Discord for discusisons. A project-guide will be
provided after joining the project (via Discord). Project-Guide is
created so that everyone will be following same path, and thus wll
be easier for discord-discussions.
0. For both Code-And-work-Alone and for Code-And-Work-In-Team (Team of 5-10 Members)
->> A PC (recommended: with Visual Studio 2019)
->> Discord account
1. For Code-and-Work-In-Team
->> Basic knowledge of C and C++
->> Github account
Recommended: Code-And-Work-Alone
A basic version of
Scientific Calculator will be developed using C++ and for
Window PC. The calculator will have features like doing
general mathematics calculations (+, -, *, /, %, ...).
Here, advanced version of Scientific Calculator will be developed using C++ and for Window PC. The calculator will have features like calculating trigonometries, creating graph with function, ...)
Here, a 2D Helicoper game will be developed. SFML, a C++ library, will be used to develop the game, and the game will/should run on Window PC. The helicopter in the game will run through environment (2D Map) and user will be able to control the Helicopter using keyboard to avoid collisions.
Here, a Sudoku game will be developed using SFML library and the game will run on window PC. Here, C++, SFML, along with designing the algorithms will be learnt.
Here, an app, which will guess Casino number, will be developed. The result will be shown on display of the App. Here, you will not only learn coding the app, but also planning and deciding the project or features/application of the App.
Here, a College-Students database management system will be developed in C++. Features would be line Adding record, listing, modifying and deleting record. Ant Input and Output will be through a simple GUI.