Search

March 07, 2004
D »
...in code like narrow ie:

void foo()
{
int a, b;
char c;

pragma (Narrow)
{
i...
March 07, 2004
D »
Manfred Nowak wrote:
Sounds like another form of...2.0 is a pragma that allows coders...
February 21, 2004
D »
...needs to a Delphi-like IDE. In particular...suggest by using the pragma syntax, but perhaps...
February 11, 2004
D »
...like `(1,2)', a slice to look like...not '%s'
pragma(identifier expected
pragma(identifier expected...
February 01, 2004
c++ »
...main() is called in C mode ?

Something like
    #pragma startup foo
in other compilers.

--

Karol...
January 13, 2004
D »
...to the metal still can. Using pragma's like I suggest, makes it easier to...
January 05, 2004
D »
...they would like, I was referring to the design intention of the 'pragma' feature.

This...
January 03, 2004
D »
...I think version and pragma are quite different beasts.  One is like a compile-time...
January 02, 2004
c++.windows.32-bits »
...pragma comment(lib, "comdlg32")
Then theres a function called from WM_COMMAND in WndProc like...
December 28, 2003
c++ »
...order the initialization of static variables? (something like #pragma init_seg for MSVC?) Thanks.

Here...
207 208 209 210 211 212 213 214 215 216 217
Next ›   Last »