how do i include BSP library in a c++ program?

六月ゝ 毕业季﹏ 提交于 2019-12-11 22:54:20

问题


im trying to compile c++ parellel program using BSPlib , on a platfrom that has bsp compile ( bsp++). Nevertheless , it doesnt seem to recognize any of the bsp functions.

what should i do in order to include / import/ tell the compiler that im using bsp?

include bsplib? bsplib.h ?

thanks


回答1:


#include "bsplib.h"

then add bsplib to the link library list.



来源:https://stackoverflow.com/questions/4492472/how-do-i-include-bsp-library-in-a-c-program

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!