目前分類:[技術分享] (126)
- Jan 12 Fri 2018 10:26
[教學] priority queue
- Dec 15 Fri 2017 17:58
[教學] IP Control 教學
- Dec 07 Thu 2017 14:53
[分享] ptt C 語言新手十誡
- Dec 06 Wed 2017 10:53
[教學] Read/Write ini
- Dec 05 Tue 2017 12:10
[面試題庫] 反轉吧 ! 字串 !
Question : write code to reverse a c-style string ( C-String mean that "abcd " is represented as five characters , including the null character ).
- Dec 05 Tue 2017 11:23
[分享] Undefined behavior
一切罪惡的開始
i = 10;
i = i++ + ++i;
請問 i 的值在上面C語言程式執行完後答案為多少?
相信可能很多人都見過這樣的題目,在台灣資訊相關的教育界,教到C/C++很多人都喜歡考這樣的題目,似乎這麼考好像很有深度,好像如果不這麼做不 能考出學生到底懂不懂C語言似的,當學生啃著筆想答案時,出題的老師似乎覺得自己出了一題相當有程度的題目而洋洋得意時,卻沒發現這題目背後卻藏著邪惡的 氣息,它到底有多邪惡? 我們先暫且不論它到底有多邪惡,先來想想看它的答案到底是多少
- Nov 15 Wed 2017 12:00
[教學] zoom hbitmap
HBITMAP xxxxx::ZoomHBitmap(HBITMAP hBitmap, INT32 ZoomWidth, INT32 ZoomHeight)
- Nov 01 Wed 2017 11:27
[教學]MFC 畫一個三角型,並且判斷滑鼠點下去的位置是否在這個三角型的區域內
- Oct 30 Mon 2017 14:07
[教學]MFC 取得control在dialog上的座標
- Oct 25 Wed 2017 10:28
[C/C++] BinaryGap
A binary gap within a positive integer N is any maximal sequence of consecutive zeros that is surrounded by ones at both ends in the binary representation of N.
- Sep 27 Wed 2017 11:57
[教學] MFC中Dialog禁用默認的Enter和ESC
- Sep 25 Mon 2017 16:47
[教學] This platform could not be created because a solution platform of the same name already exists.
- Sep 20 Wed 2017 10:50
[教學] C++ Integer to Roman
- Aug 18 Fri 2017 15:33
[教學] C/C++ String to binary & String to integer
- Aug 18 Fri 2017 15:17
[教學] C/C++ 字串轉換整數
- Aug 08 Tue 2017 10:29
[教學] Apache - CGI - C (Read File)
- Jul 21 Fri 2017 15:04
[教學] C++網路速度監控
- Jun 15 Thu 2017 11:03
[教學]KMP Algorithm (String Matching)
- Jun 12 Mon 2017 10:34
[教學] Modal Dialog vs Modaless Dialog
- Jun 09 Fri 2017 10:16
[教學] 如何解決compiler error C1853
最近因為專案關係,所以需要用某個.c文件檔來支援,然而當把這個.c檔加上去後,就會發現compiler error C1853的錯誤,然後也因為這鬼錯誤看了一堆文件,後來才發現,其實只需要兩個步驟就能解決。