VS2008没有头文件<complex.h>,怎么添加?每次添加进去仍然找不到文件!<complex>好像没什么用……

2025-03-11 02:34:11
推荐回答(1个)
回答1:

complex.h 这个文件在不是Microsoft的,它是borland写的,内容很简单,如下:

/**************************************************************************
* Wrapper header file used to select STL via defines.
* Default is STLport.
**************************************************************************/

/*
* C/C++ Run Time Library - Version 11.0
*
* Copyright (c) 2002 by Borland Software Corporation
* All Rights Reserved.
*
*/

#ifdef _USE_OLD_RW_STL
# include
#else
# include
#endif