ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Programming Topics or Overload Journal #130 - December 2015

Options:
View Article Map
View Archives
Comment on “Problem 11”
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 ]
Student Code Critique Competition 26
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. ]
Mixing Strings in C++
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 ]

  |<   <<   31   32   33   34   35   36   37   38   39   40   >>   >|
Sort by Date Title