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
#include "stdafx.h" and #include <iostre
#include "stdafx.h" and #include <iostream>
Sep 25, 2010 at 9:22pm UTC
mp121209
(15)
I want to ask that when we use "" and <> to cover the libraries files names? Is there any different?
Sep 25, 2010 at 9:41pm UTC
Bazzy
(6281)
"" is for local headers
<> is for library headers
Sep 25, 2010 at 10:19pm UTC
LB
(13399)
Don't use "New Console Project" in VC++.
http://www.cplusplus.com/forum/beginner/28972/#msg156799
Topic archived. No new replies allowed.