method-signature Questions
12
Solved
I often see two conflicting strategies for method interfaces, loosely summarized as follows:
// Form 1: Pass in an object.
double calculateTaxesOwed(TaxForm f) { ... }
// Form 2: Pass in the fiel...
Usherette asked 7/7, 2009 at 14:21
6
Solved
I would like to call a method from an dll, but i don't have the source neither the header file. I tried to use the dumpbin /exports to see the name of the method, but i can found the methods signat...
Metalwork asked 16/2, 2009 at 21:4
5
Solved
Duplicate: Function overloading by return type?
Maybe this is a very silly question but I don't understand why I can't declare two methods that have the same signature when they have diffe...
Staffer asked 25/2, 2009 at 3:57
© 2022 - 2024 — McMap. All rights reserved.