远指针 [英] far pointer

查看:76
本文介绍了远指针的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨朋友们

告诉我一些关于c / c ++中远指针的基础


hi friends
tell me something about the funda
of far pointer in c/c++

推荐答案

2004年7月12日23:04:17 -0700,saurabh jain< sa ************* @ yahoo.com>

写道:
On 12 Jul 2004 23:04:17 -0700, saurabh jain <sa*************@yahoo.com>
wrote:
嗨朋友们
告诉我一些关于远程指针的基本知识c / c ++
hi friends
tell me something about the funda
of far pointer in c/c++




C ++中没有远像指针这样的东西。


它们必须是编译器提供的语言扩展,因此

你应该询问一个组这是关于你的编译器,而不是这里。


请阅读这个组的欢迎信息,以获得关于你在哪里的建议

应该发布这个问题 http://www.slack.net/~shiva/welcome.txt

john



There are no such things as far pointers in C++.

They must be a language extension that your compiler provides, therefore
you should ask on a group that is about your compiler, not here.

Please read this groups welcome message for suggestions on where you
should post this question http://www.slack.net/~shiva/welcome.txt

john


" saurabh jain" < SA ************* @ yahoo.com>在消息中写道

news:28 ************************** @ posting.google.c om ...
"saurabh jain" <sa*************@yahoo.com> wrote in message
news:28**************************@posting.google.c om...
嗨朋友们告诉我一些关于远程指针的基本信息c / c ++
hi friends
tell me something about the funda
of far pointer in c/c++





标准C ++中没有远指针这样的东西。

这是特定于旧版16位x86(DOS)的扩展
$ b使用分段内存模型的$ b架构 - 它现在已经成为历史了。


[你基本上有'近''指针只能指向

在主/当前内存段中,''far''指针

可以指更大的内存范围(所有可用的640KB)]


-
http://ivan.vecerina.com/ contact /?subject = NG_POST < - 电子邮件联系表格


Hi,
There is no such thing as a ''far'' pointer in standard C++.
This was an extension specific to old-time 16-bit x86 (DOS)
architectures using a segmented memory model - it''s history now.

[ You basically had ''near'' pointers that could only point
within a main/current memory segment, and ''far'' pointers that
could refer to a larger memory range (all of the available 640KB) ]

--
http://ivan.vecerina.com/contact/?subject=NG_POST <- e-mail contact form


SA ************* @ÿ ahoo.com (saurabh jain)在留言新闻中写道:< 28 ************************** @ posting.google。 com> ...
sa*************@yahoo.com (saurabh jain) wrote in message news:<28**************************@posting.google. com>...
嗨朋友们告诉我一些关于远程指针的基本信息c / c ++
hi friends
tell me something about the funda
of far pointer in c/c++




你从中学习C ++的书已经过时了。获得

一个新的。


-Arijit



The book you are learing C++ from is outdated. Get
a new one.

-Arijit


这篇关于远指针的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆