I have a command line that I need to be able to read and break into parts. I don't quite understand the string library and all the get statements. I'm trying to take input in the form of: string int string. I know I need to probably use an array to get all the input from the user. But what I can't figure out is how to break it apart. The get statements require you to use char arrays and I just can't get it to work. Any help would be fantastic.