User profile: Sam1994

User info
User name:Sam1994
Old user name:Aidid94
History
Joined:
Number of posts:15
Latest posts:

linkedsa list
[small]andy[/small] [code]void InsertValue() { node *cur; node *num; double temp; cout<<"Enter...

linkedsa list
So should I erase the [code]if (temp != 0)[/code] ? and what should I change to then?

linkedsa list
Here are the code:- [code]#include<iostream> using namespace std; struct node { double number; ...

linkedsa list
[output][/output]Enter a value:(0 to print/exit) 3 Enter a value:(0 to print/exit) 2 Enter a value:(...

linkedsa list
but this code doesn't give the lowest value when user input.