473,395 Members | 1,999 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

C++ STL in Embedded programming

Hi !
I can't really find out whether using c++ stl in embedded programing is ok?
Would glad to hear from embedded programmers if they have used STL - what is the stl usage benefits/drawbacks?
thanks,
Roman
Sep 4 '07 #1
1 1833
JosAH
11,448 Expert 8TB
Hi !
I can't really find out whether using c++ stl in embedded programing is ok?
Would glad to hear from embedded programmers if they have used STL - what is the stl usage benefits/drawbacks?
thanks,
Roman
The benefits are obvious: you don't have to write all that boring stuff yourself.
The disadvantages are that if you don't pay close attention code bloat will
happen, i.e. at several POIs (Points of Instantiation) the same code will be
generated over and over again; something you don't want when you have just
a small memory footprint.

kind regards,

Jos
Sep 4 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

26
by: jini us | last post by:
Hi, I am starting a new project where I intend to use embedded database server in my win32 application. I intend to use VC++ microsoft studio 6.0 as my development environment. The...
16
by: Arun | last post by:
I have a query.I am a freah engineering graduate and have 2 job offers.One is with LG Electronics Korea where I 'll be working in korea as a software Engineer in Embedded systems exclusively at...
6
by: Shalini | last post by:
Hi, Iam looking for some books which deal with Embedded software as well as C programming. I was suggested An Embedded software primer - David E Simon by a friend. Would like to have your...
0
by: Nick White [MSFT] | last post by:
Hello fellow Microsoft Windows Mobile and Embedded enthusiasts: I invite you to peruse the list below of upcoming technical chats and Webcasts offered by the Windows Mobile and Embedded Devices...
4
by: stanna | last post by:
Hello, This is Sai, we are looking for Embedded Softwatre developers to work in Embedded systems, if required, we will offer training in Embedded systems also for fresh graduates, we are looking...
12
by: prasankg | last post by:
hi, i am doing my embedded course,and i am finding difficulty in embedded c programming.......can you please assist me with the basic embedded c syntax.....
1
by: leeanngriego | last post by:
I have a client who has asked me to find him some solid up and coming embedded engineers. 2 to 3 years expereince with Embedded Linux, VxWorks, Nucleus or any other RTOS who has working in L2/L3...
2
by: rajase3383 | last post by:
hello friends, Im working as embedded software engineer in a small private company. I learnt more programming skills & techniques in my embedded field with few years of experience. Mostly, we are...
3
by: elf | last post by:
Hi, Where can I find some free information/tutorials about embedded programming in C (but _not_ in C++)? I would like to learn about network software programming for some switches and routers. ...
30
by: =?ISO-8859-1?Q?Tom=E1s_=D3_h=C9ilidhe?= | last post by:
Let's say we had a simple function for returning the amount of days in a month: unsigned DaysInMonth(unsigned const month) { switch (month) { case 8: case 3: case 5:
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.