You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ terminal app simulating the back/forward functionality in a browser
This program uses class composition with a doubly-linked list as the core data structure.
'List' is contained within 'History' and main.cpp is the driver.
About
C++ terminal app simulating the back/forward functionality in a browser