oh heh, well thanks for the info, i just changed the M to lowercase m and it worked fine, why would that work without your void code?
Printable View
oh heh, well thanks for the info, i just changed the M to lowercase m and it worked fine, why would that work without your void code?
I expect it decided you were using old-style definitions, and sorted it out for you. For portability's sake, it's best to always define everything. Technically, main should return an int, but oh well...