Thread: __throw ???

  1. #1
    UT2004 Addict Kleid-0's Avatar
    Join Date
    Dec 2004
    Posts
    656

    __throw ???

    I can't find any information on this anywhere! Does anyone know how I can use this cool add-on?
    Code:
    #include <stdio.h>
    #include <al/etl.h>
    #include <sfl.h>
    
    
    void hello( void ) __THROW
    {
    	puts( "Hello" );
    }
    
    int main( void )
    {
    	hello( );
    
    	return EXIT_SUCCESS;
    }

  2. #2
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    well there are three ways to get somewhere with this faster than waiting for the off chance somebody knows how to use this... Read your compiler doc's, search google, or learn C++.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  3. #3
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Have you thought about looking at your compiler's documentation? Instead of you know posting everything you see something you don't understand?

  4. #4
    UT2004 Addict Kleid-0's Avatar
    Join Date
    Dec 2004
    Posts
    656
    Of course I did.

    info gcc
    /_THROW
    /__throw

    Didn't find anything. Unless of course you know a better place for compiler documentation? I also tried Google frequently and could not find any solid information about __THROW or _THROW.
    Last edited by Kleid-0; 05-27-2005 at 02:37 PM.

Popular pages Recent additions subscribe to a feed