virginiasatyro / eat-eat

The famous come-come game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eat-eat

Compiling program

Ubuntu

g++ eat-eat.cpp -o eat-eat"

Executing program

./eat-eat

Debug

gdb ./eat-eat

To-do

  • Fix error - "stack smashing detected"
  • Fix error - "segmentation fault"
  • Try to debug using Valgrind -> valgrind --leak-check=yes ./eat-eat

About

The famous come-come game


Languages

Language:C++ 83.3%Language:C 16.7%