Errors while trying to free memoryIf you mean like A* Index[100]: I'm doing Index = new A*[100] in B(), If I declare A* Index[100] I w...
Errors while trying to free memoryI keep getting Seg Faults because my program tries to free the memory after a function call. Here's ...
Function scopingI don't get it :( [code]class Dictionnaire{ class Entry{ public: string motClef; Liste ...
Function scopingI'm having problems with the scope of some functions. I'm creating a dictionary class that uses an e...
getline from a matrixUmm didn't get you at all. Here's what I'mtrying to do: Let's say I have a text.txt that looks li...
This user does not accept Private Messages