User profile: raasilinin

User info
User name:raasilinin
History
Joined:
Number of posts:11
Latest posts:

calculation error
system("pause") is only used in visual studio.. Can you tell why it is not displaying anything if th...

calculation error
Write your question here. [code] #include <iostream> using namespace std; int main() { ...

How to get same number in all the bags.
It is not working.

How to get same number in all the bags.
[code] #include<iostream> #include<iomanip> using namespace std; int main() { int tries = 1; int...

How get all the words of same length from a string of thousands of words
Thanks a lot, JL Borges..