User profile: Nexius

User info
User name:Nexius
Name:Tony Lane
Location:Riverside, NJ USA
History
Joined:
Number of posts:142
Latest posts:

A Small Programming History Question
Before 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 Functions
Overload it the same way you did the others. [code]void class_t::operator << (data_t data);[/code]

Using extern
You could use a library, as kbw said. But you don't normally use functions without including them in...