??? 02/09/07 18:17 Read: times |
#132393 - Yes, probably - but not the point Responding to: ???'s previous message |
Charles Bannister said:
The only difference between your code and my code is mine is tested and is known to work. Your code is impossible to work. THERE ARE ERRORS WITHING THE CODE! Quite probably. My suggestion is to take the time and do the job right and test your code. The job is a general comparison between 'C' and BASIC - so that is done. In this case, I think it showed that there's not a lot to choose between them here? I wasn't submitting this as a piece of code to do GPS checksums. Sorry - I should've made that clear. Also would suggest write your example to be 100% compatible to mine and stop cutting corners. It should be compatible with the part of yours that I showed? Also QBasic runs without compiling whereas c requires more preparation. Yes - that is the difference between compilers & interpreters. But it means that your PC has to effectively "compile" evey single line every single time it executes it. Compiled versions of BASIC are also available. |