Is there some easy way to write program for C5505 in C++? I have some simple audio program written in C using CSL. When I try to use same code, but in .cpp file, there are many build error related with CSL, eg. in IRQ_setVecs((Uint32)(&VECSTART));. Is that mean that CSL can't be used with C++?