windows development

Pablo d'Angelo pablo at mathematik.uni-ulm.de
Mon Sep 22 01:24:44 BST 2003


On Sun, 21 Sep 2003, Yili Zhao wrote:

> Hi,
>   I have installed doxygen and started to read hugin's document.
>   1. Does "namespace" like Java's "package" to define some related classes
> in a common package?

yes

>   2. What does "std" mean? Template? 

no, the standart library namespace, std

Oh, you have never used namespaces and other "newer" cpp features?

>   3. What does these conditional statements mean?
>      #if 0
>          some statements
>      #endif 
>   In what condition these statements will be executed?

never. they are like /* */, but can be nested, contrary to the usual
C comment.

ciao
  Pablo
--
http://wurm.wohnheim.uni-ulm.de/~redman/
Please use PGP


More information about the ptX mailing list