Click here to Skip to main content
16,016,088 members
Articles / Programming Languages / C++

An Introduction For How to Insert your Own Custom Objects Inside a std:::set

Rate me:
Please Sign up or sign in to vote.
4.52/5 (26 votes)
6 May 2009CPOL3 min read 56K   102   7  
An Introduction for how to insert your own custom objects inside a std:::set

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Rebaca Technologies
India India
int main(){
while(!isSleeping())
{
write_code();
}
return 0;
}

Comments and Discussions