User profile: AskIchthys

User info
User name:AskIchthys
Email:a.s.k.ICHTHYS@gmail.com
Name:Shalvah Adebayo
Location:University of Nigeria, Nsukka, Nigeria
Website:http://shalvahadebayo.wordpress.com
Statistical data
Birthdate:Feb 1, 1997
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:9
Latest posts:

Object Oriented Programming
Check out this site; might have what you need: http://learncpp.com

Why does this function not work?
JLBorges is right. The first statement finds the modulus of c (c.abs), then tries to multiply it by ...

Email verification
Looks ok. A li'l correction: [code]bool oneAt(const char *email) { int count = 0; for(int i=...

math not working
Why not include the code for the loop as well?

math not working
I think part of your problem is because you're using float value (d, e) to hold the results of integ...