Skip to content
This repository has been archived by the owner on Jul 20, 2019. It is now read-only.

Final Task Data Structure Project, build using C++ Ide CLion JetBrains by Umar Firja & Poncoe.

Notifications You must be signed in to change notification settings

poncoe/Chainsmoker_DataStructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Media Data by Chainsmoker

C++ Data Structure applications about Social Media Data, and this project is made to fulfill a work given to us in basic algorithm course and programming at telkom university majoring in informatics engineering (ex computation science student).

this program is built using JetBrains CLion & C++

who is the creator of this app?

Please Read!

Make sure the CMake compiler is installed on your computer!
running damage occurs when no compiler is installed on IDE CLion
website :  https://cmake.org

because I accidentally deleted the cbp file (codeblocks project) xD hahahahaha..

Bug?

yes, this apps have a bug. if u added data netizen / group using 2 words, this program will "looping forever" coz i make a change 'GetLine' in Apps, you can use 'GetLine' in the program for solve this bug, but program cant make relation between group and netizen.

use this for fix bug looping forever when added data netizen / group using 2 words

std::cin.ignore();
std::getline(cin,res);

but if you use the code, the effect of the group and netizens will not be related.

Note : Hey, Help us to solve this problem. :)

Screenshot

alt text