12345
typedef std::vector<unsigned char> ptr; //now that theres data in ptr i want to increase it by 4 (front) ptr.insert( prt.begin(),prt.begin()+4 );