Search found 2 matches

by intergalactic
Tue Nov 15, 2005 4:50 am
Forum: Volume 109 (10900-10999)
Topic: 10964 - Strange Planet
Replies: 13
Views: 7877

My AC program produces the following result

Code: Select all

0.00
339.91
5.83
9.85
13.34
7.00
5221.20
234.92
1810.20
0.00
0.00
47.71
38.90

by intergalactic
Fri Nov 11, 2005 7:23 pm
Forum: C++
Topic: need help + good compiler?
Replies: 2
Views: 2392

A good c++ compiler

The best and simplest compiler to program in Windows is Dev-C++, i recommend you to look for it in Google, i compiled your program witout any errors, only change

void main()

by

int main()

and i think that when you use swap you meant Swap (it compiled because actually there exists a STL function ...

Go to advanced search