Thread: #pragma directive

  1. #1
    Registered User
    Join Date
    Jul 2014
    Posts
    2

    #pragma directive

    How to use #pragma directives in MSVC 2008 and MSVC 2010 express edition?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Maybe do something unoriginal like RTFM
    Pragma Directives and the __Pragma Keyword
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. using directive.
    By leonm54 in forum C++ Programming
    Replies: 3
    Last Post: 07-16-2010, 10:08 AM
  2. #pragma directive
    By roaan in forum C Programming
    Replies: 2
    Last Post: 07-08-2009, 04:17 AM
  3. Warning on an ifndef directive
    By DavidP in forum C++ Programming
    Replies: 2
    Last Post: 08-02-2007, 01:31 AM
  4. Preprocessor directive to check OS
    By Nutshell in forum C Programming
    Replies: 4
    Last Post: 01-16-2003, 10:12 AM