Enter Keywords:
1 - 10 of 57(0.012 seconds)
Sort By:
 
What is the use of #pragma directive in the c++ compiler(g++)? Can you please illustrate with a neat example?
Zones: C++Date Answered: 10/23/2000 Rating: 7.4 Views: 0
I have a small DB app written in Java server pages. I have put <META HTTP-EQUIV="Expires" CONTENT="Tue, 01 Jan 1980 1:00:00 GMT"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUI...
Zones: JavaScriptDate Answered: 07/06/2001 Rating: 7.4 Views: 0
Could you explain and write to me a small example of pragma.
Zones: OracleDate Answered: 12/10/2001 Rating: 8.0 Views: 0
can anybody explain in brief where actual usage of pragma restrict_references and exception is applied in pl/sql program ?
Zones: OracleDate Answered: 08/12/2003 Rating: 9.2 Views: 0
what PRAGMA keyword does? I have seen it in cases like: PRAGMA AUTONOMOUS TRANSACTION; PRAGMA EXCEPTION_INIT can u explain me the use of PRAGMA?
Zones: OracleDate Answered: 06/11/2004 Rating: 8.4 Views: 0
Hi, I need to know 1. why 2. how 3. where do we use #pragma for? An explanation with an example will help a lot. Thanks.
Zones: CDate Answered: 01/21/2005 Rating: 6.6 Views: 0
Is there an easy way, if you have 1 Visual C++ project that consists of 100 cpp files, to use a PRAGMA as default, so I do not need to wade through each of the files in the program and manually a...
Zones: C++Date Answered: 02/14/2006 Rating: 8.2 Views: 0
What are #pragmas in general terms?How are they different from other macros? What does #pragma push and #pragma pop do?
Zones: Open SourceDate Answered: 07/08/2009 Rating: 7.1 Views: 9
I'm using Microsoft Visual C++ My program uses several standard library templates which produces symbols (classes, types, etc) with very long names. The compiler prints out warnings (not errors) a...
Zones: Windows ProgrammingDate Answered: 11/28/1997 Rating: 5.0 Views: 0
I have been unsuccessful in using "#pragma pack( push, 1 )" the way all examples seem to implement it.  I've tried it everyway I can think of but even though there are no errors or warnings on comp...
Zones: Windows MFCDate Answered: 03/21/2000 Rating: 7.8 Views: 0