abdulsalamwasti / Tic-Tac-Toe-Game-2-Player-Operating-System-mini-Project-C-

Its an Operating System mini Project to make process communication via named pipes. It is an 2 player Tic Tac Toe game, for linux, simply it is an implementation of game using Named Pipes to make it Double Player Game.
0 stars 0 forks source link

back not declared in this scope #1

Open et11enne opened 3 years ago

et11enne commented 3 years ago

hi I have this problem i cannot solve.

P1.cpp:409:4: error: ‘back’ was not declared in this scope 409 | back = 1; | ^~~~ P1.cpp:413:4: error: ‘back’ was not declared in this scope 413 | back = 0; | ^~~~

abdulsalamwasti commented 3 years ago

Hi @et11enne I just noticed, most of the code was commented, I just uncommented & update it. hope it will not give error now