• Users
  • Hasnain Attarwala

User profile: Hasnain Attarwala

User info
User name:Hasnain Attarwala
History
Joined:
Number of posts:45
Latest posts:

s
ddd

invalid conversion from 'const char*' to 'unsigned int' [-fpermissive]
bool startsWith(const char* str, const char* prefix) { // char pre = *prefix; if (str == pre) r...

invalid conversion from 'const char*' to 'unsigned int' [-fpermissive]
Thomas 1965 have no idea, what you did there. Repeater, yes i know trying to get a way around tha...

invalid conversion from 'const char*' to 'unsigned int' [-fpermissive]
how do i fix this? [code] //Tests if the C string str starts with the specified prefix, the C st...

Convert Strings To Numbers
I can't change the string menu to char menu... (part of assignment)