User profile: shooter

User info
User name:shooter
History
Joined:
Number of posts:6
Latest posts:

Quadratic solver - fail
Thank a lot! Now it works! Here`s the final code: [code]#include<iostream> #include<math.h> ...

Quadratic solver - fail
Thanks a lot for the quick reply, hannes! I use the solver on equations like ax^2+bx+c. But it give...

Quadratic solver - fail
Please help me. This is my code: [code]#include<iostream> #include<math.h> using namespace std...

Password program problem-Newbie in C/C++
Here is the final version: [code]/* Password Manager 1.1 by Shooter This program t...

Password program problem-Newbie in C/C++
Thank `s to both of you!You are like the best!Hour after I started this topic I have two answers tha...