[try Beta version]
Not logged in

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/.

 
by admin
Welcome -- read before posting!
 
Welcome to the former articles forum of C++.com! This forum is now permanently closed. To access t...
Jan 14, 2008 at 1:22pm
[no replies]
Issues in Console Programming (1,2,3)
 
---------- Issues in Console Programming ---------- In this series of articles I intend to ...
Nov 30, 2010 at 2:46pm
[52 replies] Last: Ok cool, I'll do it soon. I just realised I already posted about this... (by chrisname)
How To: Ask Questions The Smart Way
 
Abridged version of the work of Eric Steven Raymond Introduction In the world of programming...
Oct 24, 2008 at 7:07pm
[13 replies] Last: All that needs to be said is 'Be specific, respectful and patient.' T... (by Cerburos)
How to Make a Game 2 (1,2)
 
It has been recently brought to my attention that many people ask about game development, yet there ...
Jul 29, 2011 at 6:51am
[23 replies] Last: Number 2 was just a rewrite of Number 1 because we ran out of space ;)... (by anonymous23323124)
cannot correct the error
 
#include<stdio.h> #include<string.h> #include<iostream.h> #include<conio.h> int main() { clrsc...
Jul 11, 2011 at 8:14am
[7 replies] Last: The error is at line if(char astr ==" ") first use ' ' to compare... (by mbisht)
Using noexcept
 
Hi, Did you notice the new keyword in incoming C++11 standard (C++0x): noexcept ? In case you won...
Jun 24, 2011 at 10:11am
[6 replies] Last: Thanks for explanation. The conditional noexcept is a nice thing, albe... (by rapidcoder)
Alternative Construction Methods
 
Most people complain about exceptions. They then proceed to complain that exceptions are the only wa...
Jun 19, 2011 at 6:51pm
[9 replies] Last: It is true that boost::shared_ptr is much slower than built-in pointer... (by jsmith)
what is this with the incrimination in the if statement
 
#include <iostream.h> int main() { int x=99; if(x++<100) { cout<<"it is false"; } else { c...
Jun 17, 2011 at 8:09am
[3 replies] Last: I don't think it sounds like that...but I do think it's confusing. (by firedraco)
C++0x Suffix Return Types
 
Going to post this article about C++0x suffix return types on my blog later, and I thought I'd put i...
Jun 17, 2011 at 6:49am
[6 replies] Last: Sorry, yes. Yours is of course a scope example as well. Anyway, it has... (by anonymous23323124)
Secrets of Boost Revealed: Checked Delete
 
Secrets of Boost Revealed Boost C++ Libraries ( http://www.boost.org ) Topic / Idiom: Ch...
Jun 17, 2011 at 12:45am
[no replies]
Visual Studio 2008 / 2010 GOTCHA's
 
VS just royally screwed me over again...so I figured that I could start a list of items that are a b...
Jun 1, 2011 at 11:18pm
[5 replies] Last: Does anyone know how to include STL documentation? I have noticed tha... (by johnnystarr)
Why we've deprecated Dev-C++. (1,2)
 
Good afternoon males, females, natural hermaphrodites, unnatural hermaphrodites, unsexed, androgens,...
May 29, 2011 at 3:26pm
[37 replies] Last: Huh? Doesn't the IDE you use support multiple build targets? (ehh, an... (by Moschops)
Why we are a bunch of tough lovers. (1,2,3)
 
Tee hee hee... I called us lovers! O_o Hello females, males, transsexuals, natural hermaphrodites...
May 28, 2011 at 7:57pm
[45 replies] Last: I must say that I agree with everything that the OP has said in this a... (by Danellos)
map< string, Obj > vs map< string, Obj* >
 
let's discuss advantages and disadvantages of map< string, Obj > vs map< string, Obj* > when do y...
May 28, 2011 at 3:51am
[4 replies] Last: It doesn't matter whether or not unique_ptr is thread-safe (it isn't) ... (by jsmith)
Why you should NOT delete your posts after getting an answer.
 
Good day loyal subjects and complete slaves fellow programmers, I've seen the following behavio...
May 22, 2011 at 11:13am
[11 replies] Last: [quote=kfmfe04]erase their threads Yet another flaw of the reporting ... (by anonymous23323124)
How to make a game (1,2)
 
Updated version here: http://cplusplus.com/forum/articles/43175/
May 16, 2011 at 10:25pm
[34 replies] Last: Remade the article with room to spare. Find it here: http://cplusplus.... (by ModShop)
How to use code tags
 
How to use code tags When posting, you will probably want to post the code that you are having ...
May 10, 2011 at 3:50pm
[5 replies] Last: [quote=Zeillinger]I'm not trying to criticize but I will say that the ... (by closed account z05DSL3A)
by Disch
"How to Ask Questions": Itemized thread/rehash
 
I'm sure all of us are familiar with the famous "How to ask question the smart way" guide. I don'...
Apr 28, 2011 at 7:16am
[6 replies] Last: Addition to the above: Wrong code usually won't compile ( or gives wa... (by Bazzy)
Networking
 
Networking What is networking? It's a collection of something that send data from one something to...
Apr 27, 2011 at 6:16pm
[9 replies] Last: @ sohguanh : Apple and Microsoft business patterns are so simular bec... (by Computergeek01)
ODB C++ ORM 1.4.0 adds support for Qt, inheritance
 
Hi, I am pleased to announce the release of ODB 1.4.0. ODB is an open-source object-relational...
Apr 27, 2011 at 1:53pm
[no replies]
  Archived years: [2024 archive]

This forum is closed to new threads.