Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. linden99

    newbie needs some help with filling Array...

    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...
  2. linden99

    newbie needs some help with filling Array...

    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...
  3. linden99

    Items of my array/buffer were overwritten

    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...
  4. linden99

    Items of my array/buffer were overwritten

    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...
  5. linden99

    just another inserting images into crystal report question...

    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...

Part and Inventory Search

Back
Top