标题:[color=red]这道题结果为什么是这样[/color]
取消只看楼主
az9841682
Rank: 7Rank: 7Rank: 7
等 级:黑侠
威 望:5
帖 子:312
专家分:596
注 册:2009-9-11
结帖率:80%
已结贴  问题点数:20 回复次数:1 
[color=red]这道题结果为什么是这样[/color]
程序代码:
#include<iostream>
#include<stdio.h>
class csum
{
     public:
             virtual int add(int a,int b)
             {
           return      (a+b);
             }
        
      };

      int main ( )
      {int a;
           csum*  pcsum=new csum;
           printf("number is %i,the other number is %i",a,pcsum);
           getchar();
         return 0;
           }
结果:number is 23,other number is 4077528.
求解答

[ 本帖最后由 az9841682 于 2010-10-12 11:58 编辑 ]
搜索更多相关主题的帖子: red color 结果 
2010-10-12 10:56
az9841682
Rank: 7Rank: 7Rank: 7
等 级:黑侠
威 望:5
帖 子:312
专家分:596
注 册:2009-9-11
得分:0 
原来是 堆首地址 明白了
2010-10-12 14:05



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-322631-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.015980 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved