Skip to content
This repository has been archived by the owner on Aug 6, 2018. It is now read-only.

codepr/linqedin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linqedin

Object Oriented Programming course project, at Università degli Studi di Padova, a portable stand-alone desktop application that mimics a simulative LinkedIn behaviour in an offline context. Developed in C++ and Qt 5 libraries.

Design pattern

- User -> polymorphic base
    - Account
        - UserInfo
        - UserName

- LinQNet -> contacts network
    use map / vector / list

- lib QT 4.8 or 5.3

TODO

- Loader class <<<<< --- object factory, sensible reduction of RTTI
- UserInterface polymorphic hierarchy <<<<< --- sensible reduction of RTTI
- Informations polymorphic hierarchy optimization
- DB polymorphic hierarchy [optional]

About

A portable stand-alone desktop application that mimics a simulative LinkedIn behaviour in an offline context. Developed in C++ and Qt 5 libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published