Category Archives: C

C++ 小小複習char*

最近在溫故知新中

繼續閱讀

Pascal之父Niklaus Wirth以89歲高齡去世

Pascal之父Niklaus Wirth以89歲高齡去世。Niklaus Wirt對程式語言的貢獻,讓他在1984年獲得世界計算機學會(ACM)所頒布的圖靈獎。<文章>

繼續閱讀

2024第一天第一件事: 享受學習C++

2024第一天第一件事: 上課
縱然使用C與C++已經超過20年了,但遇到好老師好課程,還是再次投入享受學習。

繼續閱讀

C++ 解析與建立捷徑檔 (Resolving and creating Shortcut files)

本文說明如何使用C++解析與建立Windows捷徑檔

This article showing in C++ resolving and creating Windows Shortcut files. 繼續閱讀

C++ 讀取桌面資料夾的所有檔案,並判斷是否為捷徑檔 (Getting all files in Windows desktop and identify file if it’s a Shortcut.)

本文示範如何讀取桌面資料夾的所有檔案,並判斷是否為捷徑檔

This article showing how to use C++ getting all files in Windows desktop and identify file if it’s a Shortcut. 繼續閱讀

C++ 取得一些Windows系統資訊 (Getting Some Windows System Information)

本文示範如何以C++取得系統基本資訊

This article showing how to use C++ getting some Windows system information. 繼續閱讀

C練習:兩個多項式相加減乘 (C exercise:Addition and subtraction multiplication of two polynomials)

這是一個基本的C程式練習:兩個多項式做相加減乘。(This is a simple and basic exercise of C programming, to practice Addition and subtraction multiplication of two polynomials) 繼續閱讀