problem with a funtion in pointer as part of a struct in a classCorrect if I am wrong but those solution have different approaches. The first one tries to access e...
Function object class for less-than inequality comparisonComplier does not know how to compare object of your struct since you don't define any function or o...
is there a way to make array as a float?Of course you can use array with [code]float[/code]s (or better [code]double[/code]s) but I guess si...
Roman NumeralsYou can also modify @Maniax's code: [code]void romanType::convertToDecimal() { for (int i = 0; i <...
advantages of short data type[quote]It's usually smaller than int[/quote] Basically I think that also depends on the implementati...
This user does not accept Private Messages