Language : cpp

Title User Language Tags Description Date
Time Midpoint Calculator Raindrop11 C++

Calculates the midpoint between two times.

Sunday
Section Volume ppbeto94 C++

The program, receives the dimensions of a drinking glass. The base radius (smallest radius), the top radius (biggest radius), the height of the glass, and a height at which you would like to know how much liquid you are missing in the glass. The problem in coj.uci.cu was called Glass with Whisky... but I can't find it now.

April 28
CGUIAdvancedWindow.cpp xterminhate C++

A new custom GUI Element, based on the Irrlicht GUI Window, with these features : - Close behavior (nothing, remove, set visible false), - Configurable system buttons, - Minimize button, - Double click on minimized window maximizes it, - Restore button shows up when window is minimized, - Pinned button, to prevent moving the window, - Programmable user buttons, with attributes (show/hide for each window state) and user sprite bank, posting event catched by the user defined EventReceiver, - Double click on window bar hides window client area, - Window frame renderer using cursor coordinates as light source) and default/user skin. - Configurable minimized window position, - Flag preventing window minimizing, - Notification system, making the tittle bar to blink.

March 9
CGUIAdvancedWindow.h xterminhate C++

A new custom GUI Element, based on the Irrlicht GUI Window, with these features : - Close behavior (nothing, remove, set visible false), - Configurable system buttons, - Minimize button, - Double click on minimized window maximizes it, - Restore button shows up when window is minimized, - Pinned button, to prevent moving the window, - Programmable user buttons, with attributes (show/hide for each window state) and user sprite bank, posting event catched by the user defined EventReceiver, - Double click on window bar hides window client area, - Window frame renderer using cursor coordinates as light source) and default/user skin. - Configurable minimized window position, - Flag preventing window minimizing, - Notification system, making the tittle bar to blink.

March 9
CGUIDynamicGrid.cpp xterminhate C++

http://irrlicht.sourceforge.net/forum/viewtopic.php?f=9&t=48291&p=278332#p278332

March 5
IGUIDynamicGrid.h xterminhate C++

http://irrlicht.sourceforge.net/forum/viewtopic.php?f=9&t=48291&p=278332#p278332

March 5
CGUIDynamicGrid.h xterminhate C++

http://irrlicht.sourceforge.net/forum/viewtopic.php?f=9&t=48291&p=278332#p278332

March 5
Mutant Encryption Algorithm eiger824 C++

This piece of code is aimed to encrypt passwords, but this time it won't return a single character array, but a constantly-changing matrix which contains the password.

February 21
Hiding Passwords With C++ eiger824 C++

In C++ console there's no way to make our passwords invisible when typing them. Here is a really simple funcion that resembles the behavior of hiding passwords.

February 7
Decrypting Passwords in C++ eiger824 C++

This is the second and last part of the encryption algorithm that I uploaded last week. It's the other-way-round program: it decrypts a password typed by user.

February 3
Encrypting Passwords in C++ eiger824 C++

A C++ algorithm which encrypts an alphanumeric password, asking the user to choose the encryption level.

January 27
fibo ldominov C++

Fibonacci series implementation in c++ , dynamic programming

January 16
ona dvojica ldominov C++

ona dvojica za koje mi je bila mrska implementacija....

January 16
floydov ldominov C++

implementation of floyd's algorithm with the dynamic programming in the c++;das

January 16
warshallov ldominov C++

implementation of warshall algorithm, dynamic programming, c++

January 16