July 08, 2012 General » X header like functionality | |||
|---|---|---|---|
| |||
...if we in an include header writes: --- #ifndef X #define X(a, b) #endif X... | |||
June 08, 2012 DMD » Re: [dmd-internals] x86_64 ABI questions | |||
|---|---|---|---|
| |||
...the D frontend completely in gdc (via #ifndef IN_GCC). Similarly for the va_list... | |||
May 01, 2012 General » Re: luajit-ffi | |||
|---|---|---|---|
| |||
...LuaJIT's FFI. Even a header guard (#ifndef FOO \ #define FOO \ ... \ #endif) will ruin it... | |||
January 25, 2012 General » Re: MS extend C++ significantly for Windows8... and Andrei got name drop | |||
|---|---|---|---|
| |||
But you still have to fight with ifndef ,forward declaration, and a template syntax against... | |||
November 28, 2011 General » Re: boost crowd. | |||
|---|---|---|---|
| |||
...see: C++ code. Specification: // test.hpp file #ifndef _test_hpp_ #define _test_hpp_ void foo... | |||
September 26, 2011 Genel » "import" hakkında | |||
|---|---|---|---|
| |||
...gibi başlık dosyası eklenen dillerde başlık dosyalarını #ifndef/#endif'ler arasına almak ve eklenme sıralarına... | |||
March 04, 2011 Learn » Wrapping C that uses compiler extensions | |||
|---|---|---|---|
| |||
...fmt,
...) ATTRIBUTE_FORMAT_FPTR(printf, 4, 5);
#ifndef _my_attribute_h
#define _my_attribute_h... | |||
October 22, 2010 c++ » Symbol undefined error | |||
|---|---|---|---|
| |||
...string Orange::getName() {
return (name_);
}
-------------------------------------
--------------- Orange.h ------------
#ifndef ORANGE_H__
#define ORANGE_H__
#include <string... | |||
May 26, 2010 Issues » [Issue 4236] New: 'out of memory' error compiling on windows | |||
|---|---|---|---|
| |||
...gen_cxx(string name,string data)
{
writefln("#ifndef " ~ std.string.toupper(name) ~ "_h");
writefln("#define... | |||
May 26, 2010 General » 'out of memory' error compiling on windows | |||
|---|---|---|---|
| |||
...gen_cxx(string name,string data)
{
writefln("#ifndef " ~ std.string.toupper(name) ~ "_h");
writefln("#define... | |||
Copyright © 1999-2021 by the D Language Foundation