在哪里可以找到有关Embedded C ++的信息? [英] Where to find information on Embedded C++?

查看:164
本文介绍了在哪里可以找到有关Embedded C ++的信息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想查找有关嵌入式平台中的C ++编程的信息。
我google了,但我找不到关于这个话题的足够的信息。我真正想要找到的是C ++在嵌入式环境中如何有用的详细描述和示例(如果可用)

I want to find information on "C++ programming in an embedded platfrom". I googled it but I was unable to find sufficient information on that topic. What exactly I want to find is How exactly C++ is useful in an embedded environment with detailed description and examples (if they are available)

任何人都可以建议任何链接或任何

Can anyone please suggest any links or any free ebook downloads if I can get ?

推荐答案

我建议您阅读与嵌入式C相关的图书,例如 编程嵌入式系统C / C ++ http://book.opensourceproject.org.cn/embedded/embeddedc/ =nofollow> http://book.opensourceproject.org.cn/embedded/embeddedc/ )。

I would recommend reading books related to embedded C, for example Embedded C by Michael J.Pont, 2002 or Programming Embedded Systems in C and C++ by Michael Barr, 1999 (http://book.opensourceproject.org.cn/embedded/embeddedc/).

简而言之,所有嵌入式系统都使用C /汇编器启动。 C ++也可以使用,但是使用距离非嵌入式C ++还不远(唯一的区别通常是很多重要的功能,如RTTI,异常等等已被弃用)。

In a nutshell, all embedded systems are started with C/assembler. C++ can be used also, but usage is not far from "non-embedded C++" (the only difference usually is that lots of heavy features like RTTI, exceptions, etc are deprecated).

BTW,查看您的嵌入式平台/操作系统相关的图书/指南/示例可能更有用。

BTW, it might be more useful to look at the your embedded platform/OS related books/guides/examples.

这篇关于在哪里可以找到有关Embedded C ++的信息?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆