User profile: newUser3940

User info
User name:newUser3940
History
Joined:
Number of posts:26
Latest posts:

Copy and delete
I was wondering how you could copy files to a directory and then how to delete just them in a direct...

Solving quadratic equation in system
I need to find a parabola's equation given 3 points. How can I solve with a program a 2nd degree sys...

ISO C++
[code] for (;;) { separation = d - distance; F = ( m1 + m2 ) * G / (separation*separa...

ISO C++
Thanks coder, I'll look into multithreading better when I'll make a program that actually supports i...

ISO C++
Thank you IdeasMan for your reply, those tips can be really useful. They teach me C++ at school and ...