Re: String Manipulation and a Need for RS-232
- From: Martin McCormick <martin@xxxxxxxxxxxxxxxx>
- Date: Tue, 30 Aug 2011 09:47:44 -0500
Hugo Vanwoerkom writes:
If I were in your situation, I would convert your C programs to C++
(changing <prog>.c to <prog>.cpp) and use Qt. I use it many places just
for
its string manipulation and Qt has great documentation.
Just install libqt4-dev, qt4-dev-tools, qt4-qmake and qt4-doc.
Create a <prog>.pro file for your <prog>.cpp and run 'qmake -o Makefile
<prog>.pro' and then 'make' and away you go.
I can see the good thing about that is that the parts
that work can stay which is a good thing. I did get the serial
communications working the way they need to for this application
and the parser that indexes data received from the radio also
works correctly so this is sort of a glass 3/4 full.
Thank you.
Martin
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
Archive: http://lists.debian.org/201108301447.p7UEliN4088281@xxxxxxxxxxxxxxxx
- Prev by Date: Re: no more system bell after squeeze upgrade
- Next by Date: Re: Exim4 configuration with rewriting for smarthost
- Previous by thread: Re: String Manipulation and a Need for RS-232
- Index(es):
Relevant Pages
|