Compilation question with exception handlingToday in class, the teacher was talking about exception handling. I'm a Linux user so I use the g++...
Help with 2D implementing array.I'm working with inheritance right now, which I'm having no problem with. I have this vector of stri...
Vectors, objects and sortinghere's the class [code]class IPRecord { public: IPRecord(unsigned int ip) : m_ip(ip), m_frequen...
Vectors, objects and sortingI'm trying to sort and populate a vector of objects with integers from a file. int fileSize reads th...
Opperand types are incompatible ("IPRecord*" and "int")I'm trying to read in the next value in the input.txt file and do a binary search within my vector t...
This user does not accept Private Messages