As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm looking for a QR-Code library for C/C++, not Java or .Net please. Anyone knows of one?
Note: There was a similar question a while back however but it didn't get
answered properly.
How is this one?
http://megaui.net/fukuchi/works/qrencode/index.en.html
The zxing library is primarily Java, but, includes a port of the QR Code detector and decoder to C++.
check out my widely cross platform C port of Psytec QR Image generator
https://github.com/swex/QR-Image-embedded
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am looking for a class to export my c++ functions and classes to lua and call C++ functions from lua.
I have found few but I am interested in user impressions over usability/ stability / community support.
So if you used such a wrapper please help.
luabind
looks good
tolua/tolua++
http://www.tecgraf.puc-rio.br/~celes/tolua/
http://www.codenix.com/~tolua/
latest update 2009
luna
http://lua-users.org/wiki/LunaWrapper
small (53-line)
luawrapper
https://code.google.com/p/luawrapper/
beta ? is stable enough ?
Using boost is not a problem since si already used in my project.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What do you need to learn OpenGL? Do you need to learn C/C++ first? I have experience with C but none with C++.
I would suggest using c++ due to it having an object oriented side, but the opengl is cross platform
http://www.opengl.org/resources/bindings/
You can use mostly C with very little C++.
I would suggest looking at nehe.gamedev.net for some tutorials to help out.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I think you guys are familiar with SFML? SFML has served me well in making games and other applications but I am wondering if it's worth it to apply it in networking? Like if I were to make a packet sniffer out of SFML, would this be a stupid choice since SFML was not intended for such things.
This is a question that is best answered by browsing SFML's documentation. It looks like Packet, SocketTCP and SocketUDP are the relevant classes, but none of them appear to provide any functionality that would let you put your NIC into promiscuous mode.
A better starting point would be libpcap.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I've read the source code of a few popular open source projects like apache, nginx...
All of them are written in C, is there one written in C++?
It should be run-able program, not framework...
KDE
and up, to 30 characters and beyond.
Mozilla Firefox is written (mainly) in C++.
You may want to check out this list : http://www2.research.att.com/~bs/applications.html
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Are there any tools that are able to do code metrics on Pro*C++ sources?
I haven't been able to find anything specific via Google.
Does anyone have any experience with this?
Pro*C can generate valid C++ files, for code metrics tools on standard c++ Google is your friend.