User profile: David Nuttall

User info
User name:David Nuttall
Name:David Nuttall
Location:Toronto, Canada area
Bio:A computer consultant and programmer with my first software sale in 1983.
History
Joined:
Number of posts:8
Latest posts:

Parking lot project need help
Vectors in C++ are a way of storing many things of the same type, similar to arrays, but that can be...

c++ please help
In your outer loop, you are reading each line, delimited by semi-colons. This mean you only read on...

C vs C++ - Request for more information ...
It all depends on the type of task. In general, well written C code is as fast or a little faster t...

cStrings
[code]char *[/code] is a pointer. It is all a matter of what it points to. Constants are read-only...

program corruption
Avoid putting the member function definitions in the .h file. These should be put in separate .cpp ...