Search Results

Search: Posts Made By: dany2704
Forum: Red Hat 02-04-2013
3,179
Posted By dany2704
ISO C++ Ambiguous error
Yes the string class has overloaded assignment operator function,thats why it throws an error .Is it possible to use g++ compiler option to deselect the in built function ,so that the user defined...
Forum: Red Hat 02-04-2013
3,179
Posted By dany2704
ISO C++ ambiguous error
String.h has the following operator overloading function which is an user defined
//declaration
int operator==(char *ch)
//definition
int String::operator==(char *ch)
{
if...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 11:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy