User profile: koopey

User info
User name:koopey
Name:KOOPEY
History
Joined:
Number of posts:160
Latest posts:

Move all zeros to end of array
@Peter87 that's true. i ' ll just go back to using good old arrays. any idea on the dynamically all...

Move all zeros to end of array
@hoogo actually i just learnt about vector's erase function. so I wanted to make use of it, just for...

Convert Counter-Controlled While Loop To For Loop
[code]int main () { for(int x=-1;x<10;x++) { cout << setw(6) << x << setw(6) <<(x*2) ...

Move all zeros to end of array
can't figure out why my code isn't showing any output. any help will be appreciated. the question...

how to purposely fail "fopen" for debuggin
I need to purposely fail the "fopen"-ing of a file to test my code. How do I do that. my code so far...