User profile: Moooce

User info
User name:Moooce
Website:http://www.doubledelta.org.uk/contents.htm
Bio:A wannabe pilot, who oh so nearly has a license but keeps running out of cash before completing the course, it has nothing to do with UK weather!!
Best way to avoid the weather (that isn't a problem) is to try and write a simulator in C++ I guess....

History
Joined:
Number of posts:168
Latest posts:

error
naa, it's got to be the line underneath that....

Reading from a file.
yep, most c++ compilers are happy with c as far as i know.

Reading from a file.
Looks like this is C code and not c++, try googling "reading a file using c" and see how you go. (h...

switch expression syntax
[code] if( wd == wdd[i] ) { switch( wd ) case 0:....... } [/code] ?

This If and While loop issue
1 will run the code between { and } once if o is < 700 2 is a while loop. The code between { and ...