一道C 的問題請高手幫幫忙小弟我感激不盡啊

時間 2021-09-05 20:05:54

1樓:匿名使用者

題目不是很難。重點用物件導向的思維來考慮這個問題。

需要的主要知識點,就是關於運算子的過載的相關知識點。重點看一下c++的相關章節。這個題不難的。

2樓:匿名使用者

class calculator

calculator(unsigned int ct):count(ct){}

unsigned int getcount(void)

calculator& operator++()

return *this;

}calculator& operator--()

return *this;

}calculator operator++(int)

calculator operator--(int)

有兩個很有意思的程式設計問題,請高手用c++幫我編一下.小弟感激不盡啊...

3樓:匿名使用者

問題1用qbasic我可以編.

clsrandomize timer

a=rnd*10

b=rnd*10

c=a+b

print a;"+";b;"=?"

input d

if c=d then print"very good!":end else

do while c<>d

print "try again"

input d

loopend

4樓:匿名使用者

問題1用c++

#include

#include

using namespace std;

void main()

else

}cout<<"answer is:"<

急急急!!一個低階的c++問題 高手們快來幫幫我吧 我感激不盡

5樓:匿名使用者

查一下seekg()函式及ios::beg的用法。

如果用c的話,查一下fseek()函式及seek_set巨集

6樓:匿名使用者

用fclose把它關了,再重新開即可

7樓:雨落深山

rewind或者fseek函式,都可以

8樓:匿名使用者

歸根結底,就是

抄如何回到檔案

頭的問題,按如下:

#include

#include

#include

using namespace std;

int main(void)

一道複雜的數學題,請高手幫幫忙,一道高中選擇題。。。。要過程線上等,請數學高手幫幫忙!謝謝!

由於最後剩下的椰子五個人平分還多一個,所以可以設最後剩下5x 1個椰子,x是個非零正整數。倒推回去,第五個人藏之前,應有 5x 1 5 4 1 25 4x 9 4 第四個人藏之前,應有 25 4x 9 4 5 4 1 125 16x 61 16 第三個人藏之前應有 125 16x 61 16 5 4...

一道數學題,請幫幫忙

在2004 2005 2006 2007這四個數中,不能表示為兩個整數平方差的數是 c.2006 兩個整數平方差的數,所以設為x和y,即 x y x y 2006 而2006 1003 2 所以讓x y 1003,x y 2 解得x,y不為整數。所以2006不行。把其他的也說說好了 x y x y ...

C語言的問題,高手幫幫忙

include include include struct node main for i 1 i n i else currentnode next headnode a node headnode b node headnode next printf please input the num...