- Mesaj
- 605
- Çözümler
- 31
- Beğeni
- 228
- Puan
- 629
- Ticaret Puanı
- 0
Merhaba,
şöyle bir hata alıyorum.
İlgili kod blogu:
Nasıl çözebilirim?
arena.cpp:
arena.cpp:83:89: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
83 | if ((CArena*)(*iter)->CheckArea(startA_X, startA_Y, startB_X, startB_Y) == false)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
gmake: *** [Makefile:115: OBJDIR/arena.o] Error 1
İlgili kod blogu:
Kod:
if ((CArena*)(*iter)->CheckArea(startA_X, startA_Y, startB_X, startB_Y) == false)