So...say I had a function like this...
int function( const char *c )
{
 //do something with the char *c here...
}
what does char *c mean?  I know about chars in general I think but I don't get what the * does...or how it changes the meaning.  
It means that this is a pointer to data of type char.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With