CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #3
    Join Date
    Jan 2009
    Posts
    11

    Re: Taking my HW to the next level.

    char *strchr( const char *s, int c )

    I'm thinking I use that to search for the character and use a for loop to output the rest of hte string base on the position of the character in the string.

    EDIt: I'm not asking for codes. I jsut want to know which commands I should use. I'll google the commands and see how to properly use it myself.
    Last edited by jd53887; January 31st, 2009 at 01:17 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured