User profile: Taz

User info
User name:Taz
Statistical data
Skills:C
C++
History
Joined:
Number of posts:7
Latest posts:

Array elements elimination
I got it how it's done. Thanks for the help, guys!

Array elements elimination
Duoas thanks for the advice, but even so, it's hard to create the "while" structure which includes t...

Array elements elimination
Hi everyone. I have an array with n elements and a number k. I need to eliminate elements from the a...

Roman digits
How can i transform a number made from arabian digits into a number made from roman digits? Examp...

odd digits
Until now I have this: #include<iostream.h> void main() { long n, cop int i, max, min, man; ...