| ²é¿´: 331 | »Ø¸´: 2 | |||
| µ±Ç°Ö÷ÌâÒѾ´æµµ¡£ | |||
zhanglei22Òø³æ (СÓÐÃûÆø)
|
[½»Á÷]
¡¾ÇóÖú¡¿°ïÎÒ¿´ÏÂvc++ 6.0µÄÕâ¸öÀà¼Ì³ÐÄÄÀï³öÎÊÌâÁË£¿¡¾ÒÑÍê½á¡¿
|
||
|
#include class Box { int width,height; public: void SetWith(int w) { width=w; } void SetHeight(int h) { height=h; } int GetWidth(){return width;} int GetHeight(){return height;} }; class ColoredBox:public Box { int color; public: voidSetColor(int c) { color=c; } int GetColor(){return color;} }; main(void) { ColoredBox cbox; cbox.SetColor(3); cbox.SetWidth(150); cbox.SetHeight(100); cout<<"cbox:"< --Configuration: 1019 - Win32 Debug-------------------- Compiling... 10191.cpp c:\program files\microsoft visual studio\myprojects\1019\10191.cpp(27) : warning C4183: 'voidSetColor': member function definition looks like a ctor, but name does not match enclosing class c:\program files\microsoft visual studio\myprojects\1019\10191.cpp(34) : error C2039: 'SetColor' : is not a member of 'ColoredBox' c:\program files\microsoft visual studio\myprojects\1019\10191.cpp(20) : see declaration of 'ColoredBox' c:\program files\microsoft visual studio\myprojects\1019\10191.cpp(35) : error C2039: 'SetWidth' : is not a member of 'ColoredBox' c:\program files\microsoft visual studio\myprojects\1019\10191.cpp(20) : see declaration of 'ColoredBox' c:\program files\microsoft visual studio\myprojects\1019\10191.cpp(42) : warning C4508: 'main' : function should return a value; 'void' return type assumed Ö´ÐÐ cl.exe ʱ³ö´í. 1019.exe - 1 error(s), 0 warning(s) [ Last edited by ÓàÔó³É on 2010-1-28 at 10:45 ] |
» ²ÂÄãϲ»¶
11408Èí¼þ¹¤³ÌÇóµ÷¼Á
ÒѾÓÐ3È˻ظ´
Ò»Ö¾Ô¸211 ³õÊÔ270·Ö Çóµ÷¼Á
ÒѾÓÐ8È˻ظ´
300Çóµ÷¼Á£¬²ÄÁÏ¿ÆÑ§Ó¢Ò»Êý¶þ
ÒѾÓÐ6È˻ظ´
ѧ˶274Çóµ÷¼Á
ÒѾÓÐ9È˻ظ´
±¾¿ÆË«·Ç²ÄÁÏ£¬¿ç¿¼Ò»Ö¾Ô¸»ªµç085801µçÆø£¬283Çóµ÷¼Á£¬ÈκÎרҵ¶¼¿ÉÒÔ
ÒѾÓÐ7È˻ظ´
¸÷λÀÏʦºÃ£¬ÎÒµÄһ־ԸΪ±±¾©¿Æ¼¼´óѧ085601²ÄÁÏר˶
ÒѾÓÐ3È˻ظ´
317·Ö Ò»Ö¾Ô¸ÄÏÀí¹¤²ÄÁϹ¤³Ì ±¾¿Æºþ¹¤´ó Çóµ÷¼Á
ÒѾÓÐ7È˻ظ´
081200-11408-276ѧ˶Çóµ÷¼Á
ÒѾÓÐ5È˻ظ´
316Çóµ÷¼Á
ÒѾÓÐ7È˻ظ´
322Çóµ÷¼Á
ÒѾÓÐ7È˻ظ´
senlia
ľ³æ (СÓÐÃûÆø)
- Ó¦Öú: 2 (Ó×¶ùÔ°)
- ¹ó±ö: 3.521
- ½ð±Ò: 2178.1
- ºì»¨: 1
- Ìû×Ó: 223
- ÔÚÏß: 6.7Сʱ
- ³æºÅ: 849005
- ×¢²á: 2009-09-16
- ÐÔ±ð: GG
- רҵ: ¼ÆËãÊýѧÓë¿ÆÑ§¹¤³Ì¼ÆËã
¡ï ¡ï ¡ï
nono2009(½ð±Ò+2,VIP+0):ллר¼Ò£¡ 10-19 21:36
zhanglei22(½ð±Ò+1,VIP+0): 10-20 16:29
nono2009(½ð±Ò+2,VIP+0):ллר¼Ò£¡ 10-19 21:36
zhanglei22(½ð±Ò+1,VIP+0): 10-20 16:29
|
class ColoredBoxÀïÃæ voidSetColor(int c)µÄvoid ºóÃæÃ»´ò¿Õ¸ñ class BoxÀïÃæ SetWithÓ¦¸ÃÊÇSetWidth ÁíÍâ main(void)ÊDz»ÊǸÃд³Évoid main() ÕâЩ¶¼ÊDZíÃæµÄ´íÎó ¿´ÄãÌù³öÀ´µÄ´íÎóÌáʾµÃµ½µÄ ÖÁÓÚ»¹ÓÐûÓбðµÄ´íÎó ÎÒ²»Çå³þ ÒòΪÎÒÕâÀïûÓÐÄÜÓõıàÒëÈí¼þ ÄãÏȸĸÄÊÔÊÔ°É ²»ÐÐÔٺʹó¼ÒÌÖÂÛÌÖÂÛ [ Last edited by senlia on 2009-10-19 at 21:26 ] |

2Â¥2009-10-19 21:23:36
magic7004
½ð³æ (Ö°Òµ×÷¼Ò)
- ³ÌÐòÇ¿Ìû: 2
- Ó¦Öú: 0 (Ó×¶ùÔ°)
- ½ð±Ò: 444
- ºì»¨: 4
- Ìû×Ó: 3278
- ÔÚÏß: 156.2Сʱ
- ³æºÅ: 482895
- ×¢²á: 2007-12-26
- ÐÔ±ð: GG
- רҵ: »¯Ñ§¹¤³Ì

3Â¥2009-10-20 10:54:42














»Ø¸´´ËÂ¥