Articles

NOTICE: This forum is now permanently closed.
No new threads can be created.

To post a new article, please visit the Articles section at http://www.cplusplus.com/articles/.


Welcome to the former articles forum of C++.com! This forum is now permanently closed. To access the new articles section, please go to: http://www.cplusplus....
Jan 14, 2008 at 1:22pm UTC
[no replies]
---------- Issues in Console Programming ---------- In this series of articles I intend to cover both the "how-to" of programming console applications ...
Abridged version of the work of Eric Steven Raymond Introduction In the world of programming, the kind of answers you get to your technical questions de...
It has been recently brought to my attention that many people ask about game development, yet there aren't any articles on the topic. I've decided to shed some ...
#include<stdio.h> #include<string.h> #include<iostream.h> #include<conio.h> int main() { clrscr(); char astr ; int lenth; cout<<"\n Enter a string\n"; ...
Hi, Did you notice the new keyword in incoming C++11 standard (C++0x): noexcept ? In case you wonder what it does, why it works the way it does, and how you ...
Most people complain about exceptions. They then proceed to complain that exceptions are the only way to error check if an object has failed, giving them the fe...
#include <iostream.h> int main() { int x=99; if(x++<100) { cout<<"it is false"; } else { cout<<"it is true"; } return 0; } i wonder why if i try...
Going to post this article about C++0x suffix return types on my blog later, and I thought I'd put it here too. I'm guessing most of the readers of the article ...
Secrets of Boost Revealed Boost C++ Libraries ( http://www.boost.org ) Topic / Idiom: Checked Delete Contributor(s): Peter Dimov, Daniel Frey, ...
Jun 17, 2011 at 12:45am UTC
[no replies]
VS just royally screwed me over again...so I figured that I could start a list of items that are a bit counter-intuitive with the IDE. If anyone else has some ...
Good afternoon males, females, natural hermaphrodites, unnatural hermaphrodites, unsexed, androgens, androids, blackberries, geeks, nerds, intelligent trousers,...
Tee hee hee... I called us lovers! O_o Hello females, males, transsexuals, natural hermaphrodites, and unsexed... This is an article about our refusal to a...
let's discuss advantages and disadvantages of map< string, Obj > vs map< string, Obj* > when do you use one vs the other? do you use a simple rule like if O...
Good day loyal subjects and complete slaves fellow programmers, I've seen the following behavior quite a bit on these forums, and I'd like to write out why...
Updated version here: http://cplusplus.com/forum/articles/43175/
How to use code tags When posting, you will probably want to post the code that you are having trouble with. However, simply copying and pasting the code i...
I'm sure all of us are familiar with the famous "How to ask question the smart way" guide. I don't necessarily want to reinvent the wheel here, but I have so...
Networking What is networking? It's a collection of something that send data from one something to another. This could apply even to humans if you consider so...
Hi, I am pleased to announce the release of ODB 1.4.0. ODB is an open-source object-relational mapping (ORM) system for C++. It allows you to persist C++ ...
Apr 27, 2011 at 1:53pm UTC
[no replies]
Archived years: [2025 archive]

AltStyle によって変換されたページ (->オリジナル) /