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

Thread: test

  1. #1
    Join Date
    Mar 2002
    Location
    Singapore
    Posts
    312

    test

    Code:
    for(int i=strlen(name);i>0;i--)
    	if (name[i]=='\\')
    		break;

    [QUOTE]
    ¥
    ¾
    ㈠㈤
    [/QOUTE]
    Last edited by Amyeech; March 31st, 2003 at 09:14 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