problem was a simple stupid thing i did. the array had ten columns but the search was searching through 100 columns. one too many 0 was the cause of all the problems. lesson learnt: go through code with fine tooth comb
can someone please tell me how to get full words and sentences into the category section of the following array. i tried declaring the char as category[20] but it doesn't seem to work. i am just beginning c++, please could someone help. thanks.
#include <iostream.h>
int main()
{
struct...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.