Functions not returning valuesYour functions are not returning anything, as the error states. [code] double firstPart (double x) ...
is there a way i can unlock all the restrictions in school computers?They are probably using group policies. http://en.wikipedia.org/wiki/Group_Policy
Is there any way to do this?[code] #include <iostream> #include <map> #include <string> int main() { // A multimap to h...
Overloading operator[quote] However it is better to define operator + as a non-member function because the definition ab...
Overloading operatorDo you mean something like this? You would have to overload the +operator. [code] class Foo { p...
This user does not accept Private Messages