C++ STL not working
响应
3 回复
Alex Ashirov
Shayed Hasan
2015年 02月 24日 02:37
Hi,
I successfully use STL classes in my cpp code. I have not changed Project settings at all. I just add something like:
#include <vector>
using namespace std;
in my cpp file and then I am able to use vector. Could you please explain in more details what error do you receive?
Shayed Hasan
Alex Ashirov
2015年 02月 24日 05:38
Dear Alex,
Thank you for your response. I read that in a post of this forum.
I was actually writing functions using STL library and calling those functions from a *.c file. Now i have resolved the problem.
Sometimes silly mistakes give lot of pain :P Anyway, thank you
您必须登录才能使用此服务。立即登录?
The tag you entered already exists.
是否要将这篇帖子报告为垃圾邮件?
已将该帖报告为垃圾邮件。
cannot be empty.
是否确定要取消并返回列表?
The code has been copied to the clipboard.
输入标题。
所有分类
一般支持
Tizen .NET
Web 应用程序开发
本机应用程序开发
SDK 和 IDE
--------
--------
Hello Tizen Developers,
I am using tizen sdk 2.3.0
I am having problem in STL implementation.
All STL C++ resources are in this path: C:\tizen-sdk\tools\mingw\lib\gcc\mingw32\4.7.2\include\c++
I have added it to project->properties->.....->GNU C++ in my Tizen IDE.
But still it shows error. Please help.