pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

type of used includes


From: David Philippi
Subject: type of used includes
Date: Thu, 20 Jun 2002 13:33:40 +0200
User-agent: KMail/1.4.1

On Thursday 20 June 2002 13:23, address@hidden wrote:
> Index: counter.cxx
> ===================================================================
> RCS file: /usr/local/cvsroot/Games/Pingus/src/counter.cxx,v
> +#include <assert.h>

We should either use <cassert> or <assert.h> in all cases. If there's no 
pressing need to support very old / buggy compiler we should use cassert, 
cstdio since this is recommended in quite every book about C++.

Bye David




reply via email to

[Prev in Thread] Current Thread [Next in Thread]