Saturday, August 3, 2019

Newest linked questions

How Can I solve the logical error in the flowing code?




No value is being printed inside if condition block.
Where is the logical error?
Thanks.

#include
using namespace std;

int fx[]= {-1,-1,-1,0,1,1,1,0};
int fy[]= {-1,0,1,1,1,0,-1,...






No comments:

Post a Comment