A Small Programming History QuestionBefore programming language, there was raw machine code. Though, we refer to it as assembly language...
How do I get in to list that is in a list!? [code]l1.front().front();[/code]
Convert char to char*?pogrady, that would be a memory leak even if it would work. Garu, you should include a null terminat...
Member FunctionsOverload it the same way you did the others. [code]void class_t::operator << (data_t data);[/code]
Using externYou could use a library, as kbw said. But you don't normally use functions without including them in...