Greetings folks!
I have been doing some guided project based learning to extend my C knowledge
So basically there is a program that is written in Turbo C. I am now trying to write it in Modern C (using VS code as IDE).
(The code is at least 500+ lines long so unable to post it.)
So, anything I should look out for?
Also, there was some code consisting of far pointers that were being used to access VDU and put messages in it. I searched in Google and it set that it's no longer possible to do so. Thus I just replaced it with normal pointers. Is it alright?