Hi!

What is the easy way to create a function in C++ which will return the basename from a string i.e.

from "C:/tutu/tata/test" I want to get "test"

Thanks!