is there a split function in c++?

e.g

_fstrcpy(data, split(data,1) );

or something, im not sure,

so if the var is

char Word[50] = "Hello im a programmer"

i want to try and split Word by the spaces, so split Word 2 maybe gives 'im' ?