User: axa643

  • Public profile

User profile: axa643

User info
User name:axa643
History
Joined:
Number of posts:13
Latest posts:

Can somebody please tell me why this wont work?
my quick guess would be that you did not use #include <string>. i have not read all your code yet. ...

unclear function /how dose it work.
thank you very much helios(13344).

unclear function /how dose it work.
double b_fn(double a, double t) { return (a == 0.0) ? t : (1.0 - std::exp(-a * t)) / a; } /...

A Simple Voting Program
to my knowledge i do not see any main or any libraries or any pause at the end of the code.

unidentfied refrence to getnb,addtwo,and OutputLine
now it works 100% with no errors.

This user does not accept Private Messages