static array variable size allowed?Hi, I have a function like this [code] void foo( int i) { ... uint8_t buf[ i]; ... ...
Delete in middle of arraydamn I don't like any of that... Thanks for the answer!
Delete in middle of arrayWhat is the result of the following: [code] char* str = new char[200]; delete [] &str[100]; [/...
error C2079: 'A::b' uses undefined class 'B'I really want to know what the compiler is doing here. I have 3 files: ==================== A.h ===...
Deallocating after c_str()?Gotcha!, Thanks Peter!
This user does not accept Private Messages