-
-
Make sure you have
cmake
&make
utilities installed. -
Run following commands to run project
$ cd data_structures $ ccmake . $ make $ ./data_structures
-
-
- Make sure you have Eclipse CDT plugin installed
- Follow =>
File
-New
-C/C++ Project
-CMake
-Empty or Existing CMake Project
- Then build & run the project with proper run configurations