當前位置:編程學習大全網 - 行動軟體 - VS2008沒有頭文件<complex.h>,怎麽添加?每次添加進去仍然找不到文件!<complex>好像沒什麽用……

VS2008沒有頭文件<complex.h>,怎麽添加?每次添加進去仍然找不到文件!<complex>好像沒什麽用……

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 <oldstl\complex.h>

#else

# include <stlport\complex>

#endif

  • 上一篇:豫劇板胡和普通板胡有什麽不同
  • 下一篇:embed函數-embed函數語法-記住吧
  • copyright 2024編程學習大全網