Character pointersWhen I put [code]char* pStrChr( char* str, int character ) { while( *str ) { if ( *str == charac...
Character pointersI think the problem is is that it has to be char * strchr ( char * str, int character ); character,...
Character pointersSorry. When I copy and pasted, it took the indents out. Didn't realize I needed to click the sourc...
Character pointersBecause after I compile, instead of telling me where the specific character is located, it gives me ...
Character pointersWriting the strchr function using pointers. Can anyone tell me what I'm doing wrong here? char* ...
This user does not accept Private Messages