Cite This Page
Bibliographic details for Basics of C++ by Hakan Nilsson
- Page name: Basics of C++ by Hakan Nilsson
- Author: OpenFOAM Wiki contributors
- Publisher: OpenFOAM Wiki, .
- Date of last revision: 12 November 2019 07:32 UTC
- Date retrieved: 4 June 2026 11:24 UTC
- Permanent URL: https://wiki.openfoam.com/index.php?title=Basics_of_C%2B%2B_by_Hakan_Nilsson&oldid=2867
- Page Version ID: 2867
Citation styles for Basics of C++ by Hakan Nilsson
APA style
Basics of C++ by Hakan Nilsson. (2019, November 12). OpenFOAM Wiki, . Retrieved 11:24, June 4, 2026 from https://wiki.openfoam.com/index.php?title=Basics_of_C%2B%2B_by_Hakan_Nilsson&oldid=2867.
MLA style
"Basics of C++ by Hakan Nilsson." OpenFOAM Wiki, . 12 Nov 2019, 07:32 UTC. 4 Jun 2026, 11:24 <https://wiki.openfoam.com/index.php?title=Basics_of_C%2B%2B_by_Hakan_Nilsson&oldid=2867>.
MHRA style
OpenFOAM Wiki contributors, 'Basics of C++ by Hakan Nilsson', OpenFOAM Wiki, , 12 November 2019, 07:32 UTC, <https://wiki.openfoam.com/index.php?title=Basics_of_C%2B%2B_by_Hakan_Nilsson&oldid=2867> [accessed 4 June 2026]
Chicago style
OpenFOAM Wiki contributors, "Basics of C++ by Hakan Nilsson," OpenFOAM Wiki, , https://wiki.openfoam.com/index.php?title=Basics_of_C%2B%2B_by_Hakan_Nilsson&oldid=2867 (accessed June 4, 2026).
CBE/CSE style
OpenFOAM Wiki contributors. Basics of C++ by Hakan Nilsson [Internet]. OpenFOAM Wiki, ; 2019 Nov 12, 07:32 UTC [cited 2026 Jun 4]. Available from: https://wiki.openfoam.com/index.php?title=Basics_of_C%2B%2B_by_Hakan_Nilsson&oldid=2867.
Bluebook style
Basics of C++ by Hakan Nilsson, https://wiki.openfoam.com/index.php?title=Basics_of_C%2B%2B_by_Hakan_Nilsson&oldid=2867 (last visited June 4, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "OpenFOAM Wiki",
title = "Basics of C++ by Hakan Nilsson --- OpenFOAM Wiki{,} ",
year = "2019",
url = "https://wiki.openfoam.com/index.php?title=Basics_of_C%2B%2B_by_Hakan_Nilsson&oldid=2867",
note = "[Online; accessed 4-June-2026]"
}
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 = "OpenFOAM Wiki",
title = "Basics of C++ by Hakan Nilsson --- OpenFOAM Wiki{,} ",
year = "2019",
url = "\url{https://wiki.openfoam.com/index.php?title=Basics_of_C%2B%2B_by_Hakan_Nilsson&oldid=2867}",
note = "[Online; accessed 4-June-2026]"
}