What does the "pragma once" in this code mean?

[code]#include <iostream>
#include <string>
#pragma once
#include <cstring>
Last edited on
Topic archived. No new replies allowed.