User profile: timh1970

User info
User name:timh1970
Name:Tim
Location:Lancashire
History
Joined:
Number of posts:10
Latest posts:

Should dynamically allocated arrays be null terminated
@Duthomhas, thanks for the clarification, this is pretty much the information that I am seeking. @I...

Should dynamically allocated arrays be null terminated
It was the last element that needed terminating i.e. declaring the array with [nRecords +1] elements...

Should dynamically allocated arrays be null terminated
I have just had a nightmare debugging a call to Postgresql's PQexecparams() which requires a char** ...

Draw a line
Perhaps this might help: [code] #include <ncurses.h> int main() { //Initialise curses mode inits...

Would you class this as a bug;
You are a star! -Wall doesn't make a difference on its own but g++ TestNoPointer.cpp -o TestNoPoin...