Forum: C May 30th, 2005 |
| Replies: 1 Views: 1,254 I would deeply appreciate it if someone can help me with this program because I have no idea how to do it and I need to get it done very soon.
I appreciate any bit of help ,and thank you all
... |
Forum: C++ May 29th, 2005 |
| Replies: 6 Views: 18,022 whats the difference between <iostream> and <iostream.h>? |
Forum: C++ May 29th, 2005 |
| Replies: 6 Views: 18,022 so my point is i want 2.3767553235 in the output,why is the pc only putting 2.37676 |
Forum: C++ May 29th, 2005 |
| Replies: 6 Views: 18,022 this is an example of what is happening
consider the program:
#include<iostream.h>
void main(void)
{ |