Virtual methods in inheritance classes. I have a class Quadrilateral that is made using aggregation of 4 Points (class). From Quadrilateral...
2D Array Class constructor and operator[]so to use in a bigger program I have to write a two dimensional array class, using a provided 1d arr...
Can't get past the second token in a String Tokenizer functionI tweaked it a bit and now this tokenizes the first two words without the infinite loop. mild progre...
Can't get past the second token in a String Tokenizer functionSo I have to write a function to get tokens (separated by spaces " ") from a string line. I get the ...
Getting tokenized words into a 2D arrayThe assignment is to take words from a txt file, line by line (using getline), and tokenize each wor...
This user does not accept Private Messages