Top "Structured-programming" questions

Comparing chars in C++ - argument of type "char" is incompatible with parameter of type "const char *

Im trying to compare 2 values in C++ (which im new to so please go easy) struct styles{ int itemNo; char …

c++ structured-programming