March 07, 2004 D » Re: [Unifying approach] Implicit narrowing conversions | |||
|---|---|---|---|
| |||
...in code like narrow ie:
void foo()
{
int a, b;
char c;
pragma (Narrow)
{
i... | |||
March 07, 2004 D » Re: [Unifying approach] Implicit narrowing conversions | |||
|---|---|---|---|
| |||
Manfred Nowak wrote: Sounds like another form of...2.0 is a pragma that allows coders... | |||
February 21, 2004 D » Re: I want string and bool | |||
|---|---|---|---|
| |||
...needs to a Delphi-like IDE. In particular...suggest by using the pragma syntax, but perhaps... | |||
February 11, 2004 D » Re: [Language design] yet another notational error | |||
|---|---|---|---|
| |||
...like `(1,2)', a slice to look like...not '%s' pragma(identifier expected pragma(identifier expected... | |||
February 01, 2004 c++ » Calling func before main() | |||
|---|---|---|---|
| |||
...main() is called in C mode ?
Something like
#pragma startup foo
in other compilers.
--
Karol... | |||
January 13, 2004 D » Re: std.file.read makes AV in Win9x | |||
|---|---|---|---|
| |||
...to the metal still can. Using pragma's like I suggest, makes it easier to... | |||
January 05, 2004 D » Re: DMD 0.77 release | |||
|---|---|---|---|
| |||
...they would like, I was referring to the design intention of the 'pragma' feature. This... | |||
January 03, 2004 D » Re: DMD 0.77 release | |||
|---|---|---|---|
| |||
...I think version and pragma are quite different beasts. One is like a compile-time... | |||
January 02, 2004 c++.windows.32-bits » GetOpenFileName | |||
|---|---|---|---|
| |||
...pragma comment(lib, "comdlg32") Then theres a function called from WM_COMMAND in WndProc like... | |||
December 28, 2003 c++ » Re: DMC 8.38n Bug - Static & Template | |||
|---|---|---|---|
| |||
...order the initialization of static variables? (something like #pragma init_seg for MSVC?) Thanks. Here... | |||
Copyright © 1999-2021 by the D Language Foundation