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 CVu Journal Vol 30, #3 - July 2018

Options:
View Article Map
View Archives
Compile-time Data Structures in C++17: Part 1, Set of Types
Description : Compile time data structures can speed things up at runtime. Bronek Kozicki details an implementation of a compile time set.
Category: [ Programming Topics | Overload Journal #146 - August 2018 ]

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

C Vu Volume 30 Issue 3 ePub

Bob Schmidt

20 July 2018 18:21:53 +01:00

Write Less Code!
Description : Pete Goodliffe helps us avoid unnecessary lines of code.
Category: [ Design of applications and programs | CVu Journal Vol 30, #3 - July 2018 ]
ACCU18 Trip Report
Description : Balog Pal reports his experiences from the 2018 ACCU Conference.
Category: [ CVu Journal Vol 30, #3 - July 2018 ]

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

C Vu Volume 30 Issue 3 PDF

Bob Schmidt

06 July 2018 17:42:24 +01:00

Don’t Assume Any Non-Zero exit() Will Fail!
Description : Silas S. Brown shares his finding on process exit codes.
Category: [ Programming Topics | CVu Journal Vol 30, #3 - July 2018 ]
Everyday Coding Habits for Safety and Simplicity
Description : Arun Saha has some simple advice for forming good habits in C++.
Category: [ Programming Topics | CVu Journal Vol 30, #3 - July 2018 ]
The Half-Domain/Half-Primitive Proxy
Description : Chris Oldwood presents a pattern for abstracting client-side proxies for testing.
Category: [ Design of applications and programs | CVu Journal Vol 30, #3 - July 2018 ]
Code Critique Competition 112
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 30, #3 - July 2018 | Student Code Critiques from CVu journal. ]
Program Challenge Report 3 and Challenge 4
Description : Francis Glassborow comments on his last challenge and presents a new one.
Category: [ Programming Topics | CVu Journal Vol 30, #3 - July 2018 ]
View from the Chair
Description : Bob Schmidt, chair@accu.org
Category: [ CVu Journal Vol 30, #3 - July 2018 ]
Type-agnostic Tracing Using {fmt}
Description : Tracing compound and custom types is a challenge. Mike Crowe demonstrates how {fmt} provides a safe alternative to printf.
Category: [ Programming Topics | Overload Journal #145 - June 2018 ]
A Short Overview of Object Oriented Software Design
Description : Object oriented design has many principles. Stanislav Kozlovski demonstrates good design through a role playing game.
Category: [ Programming Topics | Overload Journal #145 - June 2018 ]
Libraries, Console Apps and GUIs
Description : Chris Oldwood compares the use of different application interfaces.
Category: [ Programming Topics | CVu Journal Vol 30, #2 - May 2018 ]
The New C++ Interview
Description : Pete Goodliffe introduces a new way to test programming skills.
Category: [ Programming Topics | CVu Journal Vol 30, #2 - May 2018 ]
Code Critique Competition 111
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 30, #2 - May 2018 | Student Code Critiques from CVu journal. ]
No News is Good News
Description : Using ‘new’ without care can be slow. Paul Floyd uses Godbolt’s compiler explorer to see what happens when you do.
Category: [ Programming Topics | Overload Journal #144 - April 2018 ]
5 Reasons NOT to Use std::ostream for Human-Readable Output
Description : C++’s ostream can be hard to use. Sergey Ignatchenko suggests we use the {fmt} library instead.
Category: [ Programming Topics | Overload Journal #144 - April 2018 ]
The Expressive C++ Coding Challenge in D
Description : Sebastian Wilzbach presents a D language solution to a C++ problem.
Category: [ Programming Topics | CVu Journal Vol 30, #1 - March 2018 ]

  |<   <<   1   2   3   4   5   6   7   8   9   10   >>   >|
Sort by Date Title