| ??? 12/04/06 07:40 Modified: 12/04/06 07:56 Read: times |
#128893 - How to post code Responding to: ???'s previous message |
Please see: http://www.8052.com/forum/read.phtml?id=127942
Also, do not manually re-type the code into your post; use copy and paste. If you manually re-type the code, it will inevitably be different from the code that you're actually working with; eg, main()
{
unsigned chaR i; clearly this wouldn't even compile - as chaR is not a valid 'c' keyword!
This one is obvious, but how do we know what other bugs might have been introduced - or even fixed - during your re-typing...?! |



