首頁 >後端開發 >C++ >如何在 Microsoft Visual Studio 中存取 C99 stdint.h 標頭?

如何在 Microsoft Visual Studio 中存取 C99 stdint.h 標頭?

Patricia Arquette
Patricia Arquette原創
2024-12-13 08:59:10558瀏覽

How Can I Access the C99 stdint.h Header in Microsoft Visual Studio?

在MS Visual Studio 中訪問C99 stdint.h

尋求利用C99 stdint.h 標頭的Visual Studio 用戶可能會驚訝地發現2003 年以後的版本不再有此功能。為了解決這個問題,他們可以從可信任來源線上檢索相容版本。

下載 MS 相容的 stdint.h

對於 Microsoft特定的實現,使用者可以取得頭檔來自:

https://github.com/mattn/gntp-send/blob/master/include/msinttypes/stdint.h

取得可移植的stdint.h

或者,可以下載便攜式版本來自:

http://www.azillionmonkeys.com/qed/pstdint.h

其他資源

Software Ramblings 部落格提供了關於這些標頭的資訊豐富的資訊。

此外,公共領域版本的存檔副本最初由Michael Burr 提到的stdint.h 的內容可在此處訪問:

[存檔的公共域stdint.h 標頭]

標頭的更新版本可以位於Android 原始碼樹中對於libusb_aah。

以上是如何在 Microsoft Visual Studio 中存取 C99 stdint.h 標頭?的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn