void getSingerName(string typedInBand)
{
if (typedInBand = "metallica") ***
{ cout<<"james\n";}
else {cout<<"phil\n";}
}
***try using strcmp or atleast ==
getSingerName(String blah blah) is called with void ??
|
Results 1 to 10 of 16
Thread: Help in C++Threaded View
|
|