Search code examples
C macro or GCC directive to consume next code statement...

cgccmacrosdirectivepragma

Read More
RenderScript Pragma Error...

androidrenderscriptpragma

Read More
Where does the word "pragma" come from?...

c++cterminologypragma

Read More
How to tell GCC that input file is assembler even if it's really .c?...

gccassemblyc-preprocessorpragma

Read More
VS2013 ignoring pragma warning disable...

c++visual-studio-2013c-preprocessorpragmapreprocessor-directive

Read More
Always same effect of #pragma pack(16) and #pragma pack(8)?...

c++c-preprocessormemory-alignmentpragmapreprocessor-directive

Read More
Port some code to GCC, have some problems with #pragma directives...

c++gccc-preprocessorportingpragma

Read More
How to suppress ' left shift count >= width of type' warning in g++...

c++warningsbit-shiftpragmagcc4.8

Read More
Does "#pragma once" have the potential to cause errors?...

c++c-preprocessorpragmainclude-guards

Read More
Using pragma intrinsic(sqrt, pow) in C#?...

c#c++c-preprocessorintrinsicspragma

Read More
Did `#pragma once` make it into C++0x?...

c++c++11c-preprocessorpragma

Read More
What is the reason for #pragma once inside header guards?...

c++boostc-preprocessorheader-filespragma

Read More
OpenACC data movement...

pragmaopenacc

Read More
Including many header files together without producing errors...

c++loopsincludepragma

Read More
Performance issues of #pragma omp atomic with OMP_NUM_THREADS=1...

c++openmpatomicpragmasingle-threaded

Read More
Preprocessor message containing macro...

cprintingmacrosc-preprocessorpragma

Read More
How to dynamically choose scheduling type?...

copenmpschedulepragma

Read More
Can the pre-processor directives like #include be placed only at the top of the program code?...

cincludec-preprocessorpragmapreprocessor-directive

Read More
SQLite3 pragma synchronous not persistent...

sqlitepragma

Read More
pragma warning( disable : 4700 ) not working in Visual Studio Express 2013...

c++visual-studiovisual-studio-2013warningspragma

Read More
Does the program execution always start from main in C?...

cc-preprocessorpragmapreprocessor-directive

Read More
Does FENV_ACCESS pragma exist in C++11 and higher?...

c++pragmafenv

Read More
#pragma not working right in C?...

cpragma

Read More
Elegant way of handling similar code...

c++gitcode-organizationpragma

Read More
Pragma in define macro...

c-preprocessorpragmastringification

Read More
Why are there no include guards in Numerical Recipes header files?...

c++numerical-methodspragmainclude-guardsnumerical-recipes

Read More
Can we create subdivisions of #pragma mark in Objective C?...

iosobjective-cxcodeoptimizationpragma

Read More
How do I create a wrapper for a pragma and have it compile properly?...

c++openmppragma

Read More
Pragma in c++ struct in class...

c++classpragma

Read More
What is the scope of a pragma directive?...

c++visual-studio-2008scopeheader-filespragma

Read More
BackNext