Click here to Skip to main content
15,896,153 members
Articles / Programming Languages / C

Explicit Constructor in C++

Rate me:
Please Sign up or sign in to vote.
4.67/5 (120 votes)
18 Aug 2008CPOL2 min read 181.4K   270   45  
Explicit constructor in C++.

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