C++ STL not working
Responses
3 Replies
Shayed Hasan
24 Feb 2015 02:23
Anyone please help
- Log in to post comments
Alex Ashirov
Shayed Hasan
24 Feb 2015 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?
- Log in to post comments
Shayed Hasan
Alex Ashirov
24 Feb 2015 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
- Log in to post comments
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
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.