User: S1313548

  • Public profile

User profile: S1313548

User info
User name:S1313548
History
Joined:
Number of posts:5
Latest posts:

Character pointers
When I put [code]char* pStrChr( char* str, int character ) { while( *str ) { if ( *str == charac...

Character pointers
I think the problem is is that it has to be char * strchr ( char * str, int character ); character,...

Character pointers
Sorry. When I copy and pasted, it took the indents out. Didn't realize I needed to click the sourc...

Character pointers
Because after I compile, instead of telling me where the specific character is located, it gives me ...

Character pointers
Writing the strchr function using pointers. Can anyone tell me what I'm doing wrong here? char* ...

This user does not accept Private Messages