Okay - you asked me to...
I will give you a shortened version, hope you will find it not too confusing...
#define ANZAHL 50
Data buffer[ANZAHL];
/* Data is my own class, it contains objects from following classes: GGA, GSV, GSA, RMC, RME, RMM */
int count=0;
/* now follows loads of...
Hi everybody,
I made an array of 10 objects of a class I've written, and I send one object of my array (array[index]) plus a string full of chars I received from the COM-port to a function, which cuts the string into pieces and puts those pieces into the array-object which means the members of...
Sorry for not having used those code tags, but I am
a) new
b) able to learn ;-)
Once again:
Hello,
I am quite a C++ newbie and arrived at a point of desperation...
First of all I receive Data from the serial interface, 6 different data sets which are sent from an external device. I split...
Hello,
I am quite a C++ newbie and arrived at a point of desperation...
First of all I receive Data from the serial interface, 6 different data sets which are sent from an external device. I split those data sets and put them into classes, furthermore I designed one class "Data" which contains...
Hello to all,
I've another problem with crystal reports (9.0) and the scaling of *.jpg which I insert. It is no problem to insert the *.jpgs, their path is stored at a MS-SQL-Database, and I am able to show them on my VB-Formular and to insert via
Private Sub DetailSection1_Format(ByVal...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.