User: santih87

  • Public profile

User profile: santih87

User info
User name:santih87
History
Joined:
Number of posts:12
Latest posts:

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 array
damn I don't like any of that... Thanks for the answer!

Delete in middle of array
What 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