+ 6
where to find this declaration
in a challenge in c there is a question: Are the following declarations the same? char far *far *scr; char far far** scr; but I didn't see any declaration like those what is its name? how to make it (if it is possible)? thanks for help
2 odpowiedzi
+ 2
it's outdated, its called far pointers, it's usable but you will definitely find no use for it
+ 2
wow ... thanks for information ... should it still in challenges?