Cite This Page
Bibliographic details for Bitmap/C++
- Page name: Bitmap/C++
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 1 September 2022 15:55 UTC
- Date retrieved: 28 March 2023 21:03 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Bitmap/C%2B%2B&oldid=329475
- Page Version ID: 329475
Citation styles for Bitmap/C++
APA style
Bitmap/C++. (2022, September 1). Rosetta Code, . Retrieved 21:03, March 28, 2023 from https://rosettacode.org/w/index.php?title=Bitmap/C%2B%2B&oldid=329475.
MLA style
"Bitmap/C++." Rosetta Code, . 1 Sep 2022, 15:55 UTC. 28 Mar 2023, 21:03 <https://rosettacode.org/w/index.php?title=Bitmap/C%2B%2B&oldid=329475>.
MHRA style
Rosetta Code contributors, 'Bitmap/C++', Rosetta Code, , 1 September 2022, 15:55 UTC, <https://rosettacode.org/w/index.php?title=Bitmap/C%2B%2B&oldid=329475> [accessed 28 March 2023]
Chicago style
Rosetta Code contributors, "Bitmap/C++," Rosetta Code, , https://rosettacode.org/w/index.php?title=Bitmap/C%2B%2B&oldid=329475 (accessed March 28, 2023).
CBE/CSE style
Rosetta Code contributors. Bitmap/C++ [Internet]. Rosetta Code, ; 2022 Sep 1, 15:55 UTC [cited 2023 Mar 28]. Available from: https://rosettacode.org/w/index.php?title=Bitmap/C%2B%2B&oldid=329475.
Bluebook style
Bitmap/C++, https://rosettacode.org/w/index.php?title=Bitmap/C%2B%2B&oldid=329475 (last visited March 28, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Bitmap/C++ --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Bitmap/C%2B%2B&oldid=329475", note = "[Online; accessed 28-March-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Bitmap/C++ --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Bitmap/C%2B%2B&oldid=329475}", note = "[Online; accessed 28-March-2023]" }