User profile: lnk2019

User info
User name:lnk2019
Name:unresolved external symbol
Location:Manchester, United Kingdom
Statistical data
Birthdate:Feb 15, 1987
Gender:Male
Occupation:Student
Skills:C
C++
Visual Basic
C++/MFC
Pascal
Java
C#
History
Joined:
Number of posts:200
Latest posts:

point me in the right direction?
If I was in your position I would create a "delivery slip" class, making item, source and destinatio...

Automated testing
I guess you'll have to write an application to do that, but if you're already creating unit tests fo...

Reading Line by Line from Text File into Char Array
Have you thought about an array of strings? [code]string line[256]; for(int i = 0; backstory.good(...

Are data members the same as properties?
Thanks to the both of you! :D

Are data members the same as properties?
Thank you very much, that cleared it right up for me!