Cite This Page
Bibliographic details for Basic bitmap storage/C++
- Page name: Basic bitmap storage/C++
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 6 February 2010 12:31 UTC
- Date retrieved: 30 May 2023 07:16 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Basic_bitmap_storage/C%2B%2B&oldid=138079
- Page Version ID: 138079
Citation styles for Basic bitmap storage/C++
APA style
Basic bitmap storage/C++. (2010, February 6). Rosetta Code, . Retrieved 07:16, May 30, 2023 from https://rosettacode.org/w/index.php?title=Basic_bitmap_storage/C%2B%2B&oldid=138079.
MLA style
"Basic bitmap storage/C++." Rosetta Code, . 6 Feb 2010, 12:31 UTC. 30 May 2023, 07:16 <https://rosettacode.org/w/index.php?title=Basic_bitmap_storage/C%2B%2B&oldid=138079>.
MHRA style
Rosetta Code contributors, 'Basic bitmap storage/C++', Rosetta Code, , 6 February 2010, 12:31 UTC, <https://rosettacode.org/w/index.php?title=Basic_bitmap_storage/C%2B%2B&oldid=138079> [accessed 30 May 2023]
Chicago style
Rosetta Code contributors, "Basic bitmap storage/C++," Rosetta Code, , https://rosettacode.org/w/index.php?title=Basic_bitmap_storage/C%2B%2B&oldid=138079 (accessed May 30, 2023).
CBE/CSE style
Rosetta Code contributors. Basic bitmap storage/C++ [Internet]. Rosetta Code, ; 2010 Feb 6, 12:31 UTC [cited 2023 May 30]. Available from: https://rosettacode.org/w/index.php?title=Basic_bitmap_storage/C%2B%2B&oldid=138079.
Bluebook style
Basic bitmap storage/C++, https://rosettacode.org/w/index.php?title=Basic_bitmap_storage/C%2B%2B&oldid=138079 (last visited May 30, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Basic bitmap storage/C++ --- Rosetta Code{,} ", year = "2010", url = "https://rosettacode.org/w/index.php?title=Basic_bitmap_storage/C%2B%2B&oldid=138079", note = "[Online; accessed 30-May-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 = "Basic bitmap storage/C++ --- Rosetta Code{,} ", year = "2010", url = "\url{https://rosettacode.org/w/index.php?title=Basic_bitmap_storage/C%2B%2B&oldid=138079}", note = "[Online; accessed 30-May-2023]" }