User profile: gemic

User info
User name:gemic
History
Joined:
Number of posts:17
Latest posts:

Functions not returning values
Your 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 operator
Do you mean something like this? You would have to overload the +operator. [code] class Foo { p...

This user does not accept Private Messages

User: gemic

  • Public profile