Re: [問題] 搞不清楚要做什麼

看板C_and_CPP (C/C++)作者 (㊣快使用彎曲速度,艦長!)時間16年前 (2009/02/11 15:12), 編輯推噓1(101)
留言2則, 2人參與, 最新討論串2/3 (看更多)
※ 引述《richardl003 (飛行岩)》之銘言: : 這是我們第一次的作業 : 但我看也看不懂 : 再這個版爬文爬了很九 : 但是還是不知道該怎麼做 : 請問我該買什麼書來看嗎 : 或是可以用中文跟我說這是什麼樣的觀念嗎 : 該做什麼事 : 我用字典把每個字查了還是不知道該怎麼做 : Implements a doubly-linked list – that’s a linked list which is linked : backward and forward 做一個雙向連結串列;也就是串列裡面每一個元素都是狡猾的元素, 先向後連再向前連(騙你的): Populates it with X random integer values, between 0 and MAX in value, where : X and MAX are taken from the command line: : “dblprog 20 40” would create a linked list with 20 random values in the : range 0-40. 然後在此串列中塞進 X 個值域 [ 0, MAX ] 的亂數,其中 X 和 MAX 可以用以下 的格式在命令列輸入: "dblprog 20 40" 就是產生 20 個值域為 [ 0, 40 ] 的亂數放進串列裡。 : Prints the list out forwards and then in reverse : Demonstrates inserting a value 31337 in position 7, and printing the list : again 首先正著印出串列,然後倒過來再印一次。(我這把槍是狡猾的槍…) 把數值 31337 插入到位置 7 的地方,再印一次串列。 : You must use a class for this! 注意:以上的一切功能都要寫成 class! : Program should be a command line program in Visual C++ 2008 : Just submit the .cpp and .h files. Don’t select “precompiled headers” when : you build please. : Please name your project “dblprog” – that way, we can grade just by : cutting and pasting 程式要用 Visual C++ 2008 寫成命令列程式。只要交 .cpp 和 .h 就好了。拜託 在建置的時候(或者開專案的時候?)不要選"precompiled headers"選項。 請把程式命名為 dblprog ,這樣我們評分比較方便。   -- BATCH 03 : 買張床 - 切達大俠 - 伐木人之歌 - http://tinyurl.com/3zpyx5 [B4準備中]: 謳歌金錢(7/02) - 單車超人(7/23) - http://tinyurl.com/66v6vq [ 番外篇 ]: 包租婆也有過當羅莉的時候(7/17) - http://tinyurl.com/6j4ale ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 蒙帝派松正體中文計畫 Spam-a-lot and enjoy the pythonesque delight! ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ http://www.youtube.com/user/JamesBondXD▄▄ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 59.120.168.228

02/11 15:15, , 1F
突然感覺到這裡變翻譯板了 XD
02/11 15:15, 1F

02/11 15:19, , 2F
不好意思…最近感覺太幹了,只好做點無聊的事 XD
02/11 15:19, 2F
文章代碼(AID): #19adfYSa (C_and_CPP)
討論串 (同標題文章)
本文引述了以下文章的的內容:
以下文章回應了本文
完整討論串 (本文為第 2 之 3 篇):
文章代碼(AID): #19adfYSa (C_and_CPP)