cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
What does the "pragma once" in this code
What does the "pragma once" in this code mean?
Apr 19, 2015 at 5:34am UTC
Thanase
(50)
[code]#include <iostream>
#include <string>
#pragma once
#include <cstring>
Last edited on
Apr 19, 2015 at 4:04pm UTC
Apr 19, 2015 at 5:43am UTC
shadder
(813)
http://en.wikipedia.org/wiki/Pragma_once
https://msdn.microsoft.com/en-us/library/4141z1cx.aspx
hope it helps...
Topic archived. No new replies allowed.