Bool Function not returning bool values?Ah! I had to read that thrice to understand what you meant. So just returning something to main won'...
Bool Function not returning bool values?Well, thing is I'm using 2 classes. Meaning I have a Point class (point.h) and a Sphere class (spher...
Bool Function not returning bool values?This is in the header file [code] bool in(Point P); [/code] It's a member function. I'm calli...
Bool Function not returning bool values?This code that checks whether a certain point (x,y,z) object created by the point class exists withi...
How do I create a frequency table of strings?Okay, so I went scouring through my notes and I found code that translated to a frequency table of s...
This user does not accept Private Messages