October 16, 2007 Issues » [Issue 1585] Imports should be searched relative to importing file | |||
|---|---|---|---|
| |||
...If the module aaa.bbb.ccc; is in file ccc.d in the current directory... | |||
October 10, 2007 Issues » [Issue 1564] New: Forward reference of enum | |||
|---|---|---|---|
| |||
...d module testb; import testa; TestEnum te; CCC ccc; SSS sss; Compile the testA.d... | |||
October 03, 2007 Announce » Re: SimpleXMLD XML Parser 0.0.1 | |||
|---|---|---|---|
| |||
...They could use query like '/AAA/BBB/CCC' to access third level child and //BBB... | |||
September 19, 2007 General » Re: How does the compiler look for the files of imports? | |||
|---|---|---|---|
| |||
...If the module aaa.bbb.ccc; is in file ccc.d in the current directory... | |||
May 27, 2007 General » Re: const, final, scope function parameters | |||
|---|---|---|---|
| |||
...there, try these: //variables in a higher scope A aaa; char[] bbb; int ccc; Regan | |||
May 27, 2007 General » Re: const, final, scope function parameters | |||
|---|---|---|---|
| |||
...int *ccc;
void foo(A aa, char[] bb, int cc)
{
aaa = aa;
bbb = bb;
ccc... | |||
March 16, 2007 Learn » Re: references and function calls | |||
|---|---|---|---|
| |||
...dup; char[] bb = "bbb".dup; char[] cc = "ccc".dup; funcTwo( a,b,c) // Now aa... | |||
January 18, 2007 Learn » Re: how to change attribute in descendant? | |||
|---|---|---|---|
| |||
...of the grammar
{
private void a() { }
}
---
module ccc
void main() {
auto a = new C();
a... | |||
July 12, 2006 General » Re: Import proposals (Discuss) | |||
|---|---|---|---|
| |||
...return 2; }
// ---- ccc.d ----
private int foo() { return 3; }
// ---- ddd.d ----
private import ccc;
private... | |||
July 10, 2006 General » Re: Import concerns revisited | |||
|---|---|---|---|
| |||
...bbb()
{
aaa.X = 1;
}
-- ccc.d ---
import bbb;
void func_ccc()
{
aaa.X = 5; // Illegal... | |||
Copyright © 1999-2021 by the D Language Foundation