Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Overload Journal #112 - December 2012
Browse in : |
All
> Topics
> Programming All > Journals > Overload > o112 All of these categories |
- Options:
- View Article Map
- View Archives
Description :
The first step here in finding problems in the code is to identify the problem the code is trying to solve. The discussion in the C Vu article is basically about curiosities in the way in which the C++ standard library std::istream is defined, but I will make the perhaps unwarranted assumption that what the problem the code is really about is not the uses of std::istream, but rather, more generally, how to write a read routine that can effectively and safely capture data from an input stream. Actually as the first problem below illustrates neither of these issues can be effectively addressed without the other.
Category: [ Programming Topics | CVu Journal Vol 16, #1 - Feb 2004 ]
Description : This item is part of the Dialogue section of C Vu, which is intended to designate it as an item where reader interaction is particularly important. Readers’ comments and criticisms of published entries are always welcome.
Category: [ Programming Topics | CVu Journal Vol 16, #1 - Feb 2004 | Student Code Critiques from CVu journal. ]
Category: [ Programming Topics | CVu Journal Vol 15, #6 - Dec 2003 ]
Category: [ Programming Topics | Overload Journal #58 - Dec 2003 ]
Category: [ Programming Topics | CVu Journal Vol 15, #5 - Oct 2003 ]
Category: [ Programming Topics | Overload Journal #57 - Oct 2003 ]
Category: [ Programming Topics | Overload Journal #57 - Oct 2003 ]
Description :
This article is not going into the realm of how characters are represented and conversions between character representations, instead the interaction between different string implementations are investigated.
Category: [ Programming Topics | CVu Journal Vol 15, #4 - Aug 2003 ]
Category: [ Programming Topics | CVu Journal Vol 15, #4 - Aug 2003 ]
Category: [ Programming Topics | CVu Journal Vol 15, #3 - Jun 2003 ]