Click here to Skip to main content
15,888,286 members

Articles by programmersmind (Articles: 7)

Articles: 7

RSS Feed

Average article rating: 4.73

Programming Languages
C
19 Aug 2008   Updated: 19 Aug 2008   Rating: 4.76/5    Votes: 117   Popularity: 9.60
Licence: CPOL    Views: 82,285     Bookmarked: 98   Downloaded: 392
Please Sign up or sign in to vote.
Few well known bitwise operation problem collection
2 Sep 2008   Updated: 2 Sep 2008   Rating: 4.58/5    Votes: 151   Popularity: 9.74
Licence: CPOL    Views: 87,474     Bookmarked: 144   Downloaded: 0
Please Sign up or sign in to vote.
Virtual functions in C++.
18 Aug 2008   Updated: 18 Aug 2008   Rating: 4.67/5    Votes: 120   Popularity: 9.41
Licence: CPOL    Views: 181,074     Bookmarked: 45   Downloaded: 270
Please Sign up or sign in to vote.
Explicit constructor in C++.
26 Aug 2008   Updated: 26 Aug 2008   Rating: 4.70/5    Votes: 73   Popularity: 8.45
Licence: CPOL    Views: 47,321     Bookmarked: 53   Downloaded: 0
Please Sign up or sign in to vote.
A look at three important operators you often need to overload.
C++
6 May 2009   Updated: 6 May 2009   Rating: 4.52/5    Votes: 26   Popularity: 6.15
Licence: CPOL    Views: 54,642     Bookmarked: 7   Downloaded: 102
Please Sign up or sign in to vote.
An Introduction for how to insert your own custom objects inside a std:::set
10 May 2009   Updated: 11 May 2009   Rating: 4.96/5    Votes: 25   Popularity: 6.66
Licence: CPOL    Views: 40,394     Bookmarked: 16   Downloaded: 0
Please Sign up or sign in to vote.
An introduction to the necessary steps for updating const key fields in a map/multimap
17 May 2009   Updated: 17 May 2009   Rating: 4.91/5    Votes: 37   Popularity: 7.59
Licence: CPOL    Views: 70,574     Bookmarked: 50   Downloaded: 0
Please Sign up or sign in to vote.
This article is about how to use iterator traits for writing generic function for any kind of iterator seamlessly

Average blogs rating:

No blogs have been submitted.

Average tips rating:

No tips have been posted.

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer (Senior) Rebaca Technologies
India India
int main(){
while(!isSleeping())
{
write_code();
}
return 0;
}