Forum: C++ Apr 13th, 2008 |
| Replies: 24 Views: 65,453 those competitions look really interesting especially with the big prizes and tee-shirts lol.
but some tasks that have helped me:
develop a program that uses a randomly generated number to... |
Forum: C++ Apr 13th, 2008 |
| Replies: 4 Views: 4,158 no i only use input within the conversion functions and looking at it its only complained because i declared it as a parameter in the prototypes so after removing it and making input a local variable... |
Forum: C++ Apr 13th, 2008 |
| Replies: 4 Views: 4,158 thanks the primary expression error was cleared up by removing the data types, but it flags up more errors if i leave out the variable 'input' about not having enough arguments to function. all i... |
Forum: C++ Apr 11th, 2008 |
| Replies: 4 Views: 4,158 i'm practicing my use of functions at the moment by writing a program to convert pounds to euros and vise versa but when i try calling the functions that do the converting i get a load of
'expected... |