C++ FAQs
Programacion
* Now talking on ##c++
* Topic for ##c++ is: ##c++-basic if you have a beginner question. Visit http://jcatki.no-ip.org:8080/fncpp/ and http://www.parashift.com/c++-faq-lite/ || Getting Started? http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html || Pastes to http://codepad.org/ || Be patient, courteous, and precise...this is C++, we all have our segfaults. We don't do homework.
* Topic for ##c++ set by orbitz at Thu Apr 16 14:46:33 2009
-ChanServ- [##c++] Visit http://jcatki.no-ip.org/fncpp/ and http://www.parashift.com/c++-faq-lite/ || Getting Started? http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html || Pastes to http://cpp.sf.net || Be patient, courteous, and precise...this is C++, we all have our segfaults. We don't do homework.
* ##c++ :http://www.jonatkins.org/fncpp/
* Now talking on ##c++-basic
* Topic for ##c++-basic is: We welcome C++ questions. | No real C++ question is too stupid or too noobish. | The only way to learn is to ask (stick around for someone to answer). | If you don't do anything, you can't do anything wrong. | Post your test case to http://codepad.org/ | http://www.parashift.com/c++-faq-lite/
* Topic for ##c++-basic set by quilzo at Tue Jun 16 19:18:26 2009
* C++ sites:
http://jcatki.no-ip.org:8080/fncpp/
http://www.parashift.com/c++-faq-lite/
http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html
* C++-Basic sites:
http://jcatki.no-ip.org/fncpp/
http://www.parashift.com/c++-faq-lite/
http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html
* Bjarne Stroustrup:
http://www2.research.att.com/~bs/C++0xFAQ.html
Permalink: http://www.mononeurona.org/entries/view/asarch/2109
Commentblogs:"No real C++ question is too stupid or too noobish. | The only way to learn is to ask (stick around for someone to answer)."
Como debe de ser, Saludos Cordiales Amigo asarch
2010-02-19 12:38:22-06
jejeje, justo a tiempo asarch :), intento aprender sdl (http://www.libsdl.org/) y estas guias me vienen de perlas
2010-02-21 00:47:21-06
- Mature software designers evaluate situations based on business criteria (time, money and risk)
- If you don't ask the business questions in addition to the technical questions, you will make decisions that have random and unpredictable business consequences.
- How can I prevent other programmers from violating encapsulation by seeing the private parts of my class? Not worth the effort — encapsulation is for code, not people.
- Your company doesn't have to pay a "maintenance cost" to maintain the gray matter between your ears; but it does have to pay a maintenance cost to maintain the code that comes out of your finger tips.
- When should I use references, and when should I use pointers? Use references when you can, and pointers when you have to.
2010-07-29 22:23:57-05










