Click here to Skip to main content
16,014,892 members

Comments by William Dyson (Top 2 by date)

William Dyson 6-Jul-10 16:11pm View    
Reason for my vote of 5
It was the believe it or not the first example I have found after about 2 days to work!
William Dyson 6-Jul-10 14:30pm View    
it works but why is it not within the brackets? I don't find c++ consistent.
name::name( const std::string &first, const std::string &last ) :
first_name_( first ), last_name_( last )
{
}