Sitenin arşivlenmiş bir kopyası, günlük olarak güncelleniyor.
Alternatively, a fully indexed and full-text searchable Windows HTML help (.chm) version of this site's Wiki content (as of February 2009) is also available. It works on many Windows versions, including the most recent ones, without the need for additional software. Since this help file is indexed it can be used in a wide range of Integrated Development Environments (IDE) that support .chm files, e.g. for keyword-sensitive access to function and template names.
Yardım dosyasını buradan indirebilirsiniz: cppreferencecom_feb09.zip
Tabii ki, bu çok iyi olur! Buradaki tüm içerik Creative Commons Attribution 3.0 lisansı altında lisanslanmıştır.
Sizden tek ricamız cppreference.com adresine bir geri bağlantı vermeniz, bu sayede herkes en güncel içeriğe nereden ulaşabileceklerini bilebilir.
Kesinlikle. Eğer birşeylerin yanlış olduğunu görürseniz,düzeltin.. Eğer içerik koymak istiyorsaniz,burda zaten olmadığına emin olun,sonra düzenleyin.
Sadece düzenlemelerinizde nazik olun,ve yazmadan önce düşünün.
cppreference.com DokuWiki tarafından desteklenmektedir.
There are no “Introduction to Programming” tutorials here. This site is meant to be used by more-or-less experienced C++ programmers, who have a good idea of what they want to do and simply need to look up the syntax. If you're interested in learning C or C++, try one of these sites:
Few things in life are absolute. Many C++ compilers have added or missing functionality. If you don't find what you are looking for here, don't assume that it doesn't exist. Do a search on Google for it.
Most of the code on this site was compiled under Linux (Red Hat, Debian, or Ubuntu) with the GNU Compiler Collection. Since this site is merely a reference for the C++ specification, not every compiler will support every function listed here. For example,
#include <vector> #include <Vector> #include <vector.h>
(according to the spec, the first of those should work, and the compiler should know enough to use it to reference the real vector header file.)
#include <cstdio>
instead of
#include <stdio.h>cout << "hello world!";
However, newer compilers require that you either use
std::cout << "hello world!";
or declare what namespace to use with the “using namespace” command.
…The list goes on and on. In other words, individual results may vary.
Bu referansta herhangi bir hata bulursanız, lütfen çekinmeden düzeltin. Ya da bize comments@cppreference.com adresinden ulaşabilirsiniz.
Bunu geekler için, geekler tarafından hazırlanan bir tür topluluk hizmeti olarak düşünebilirsiniz, .