User profile: punksheep

User info
User name:punksheep
Website:http://www.punksheep.com
History
Joined:
Number of posts:41
Latest posts:

survey --> who does Test-First or TDD ?
Hi guyz, I'm wondering, who among us, C++ developers, is using - Test-First - TDD in one's every...

Switch Statement, Repeat Prev Code.
Hi ggxgank, Just a word of practice... you will probably encounter a lot of case where you will need...

for loop
Enoizat, Let me just "refactor" your source code a bit ^_^ [code] #include <iostream> int main() {...

sort algorithms
Hi nearc, How fast these algorithms are... When very few elements are "misplaced" compared to their...

why this not giving me the right total?
Hi samtheman, You may wish to define your variable sum and not just declare it : that is, give it a...