First post, by ncmark
Was just fooling around with TurboC
What I WANT to do is be able to access the video memory directly
I had to refresh my knowledge of pointers
I TRIED something like ptr *vram = 0xb8000 BUT I get an error message saying non-portable pointer assignemnt
Is there a way around this?