C++ STL not working
Responses
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.
이 곳에 제목을 입력하세요.
All Categories
일반 지원
Tizen .NET
웹 애플리케이션 개발
Native 애플리케이션 개발
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.