﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-C++&gt;&gt;Java-最新评论</title><link>http://www.cppblog.com/redriver/CommentsRSS.aspx</link><description>C++&gt;&gt;Java</description><language>zh-cn</language><pubDate>Sun, 16 Apr 2006 04:48:39 GMT</pubDate><lastBuildDate>Sun, 16 Apr 2006 04:48:39 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: C++中的函数调用中的一个疑惑</title><link>http://www.cppblog.com/redriver/archive/2006/04/19/5639.html#5884</link><dc:creator>红河谷</dc:creator><author>红河谷</author><pubDate>Wed, 19 Apr 2006 08:06:00 GMT</pubDate><guid>http://www.cppblog.com/redriver/archive/2006/04/19/5639.html#5884</guid><description><![CDATA[      确实这种方法访问成员变量是没有任何意义,但是一旦地址是合法的地址,即使不是该类的对象所在地址,访问也是合法的.但是数据没有意义.<img src ="http://www.cppblog.com/redriver/aggbug/5884.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/redriver/" target="_blank">红河谷</a> 2006-04-19 16:06 <a href="http://www.cppblog.com/redriver/archive/2006/04/19/5639.html#5884#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: C++中的函数调用中的一个疑惑</title><link>http://www.cppblog.com/redriver/archive/2006/04/17/5639.html#5741</link><dc:creator>ZiDing</dc:creator><author>ZiDing</author><pubDate>Mon, 17 Apr 2006 03:51:00 GMT</pubDate><guid>http://www.cppblog.com/redriver/archive/2006/04/17/5639.html#5741</guid><description><![CDATA[你上面的代码要是访问一下本类的成员变量就会crash滴。非虚拟成员函数和普通函数一样，只是多了this指针而已。<img src ="http://www.cppblog.com/redriver/aggbug/5741.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/redriver/" target="_blank">ZiDing</a> 2006-04-17 11:51 <a href="http://www.cppblog.com/redriver/archive/2006/04/17/5639.html#5741#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>