User: personak

  • Public profile

User profile: personak

User info
User name:personak
History
Joined:
Number of posts:44
Latest posts:

Trouble with data structures
The number of tests. size_t is a typedef that measures the size of an array, like int. You could al...

Trouble with data structures
Create a struct like so: [code] struct Sample { int lot; int sampleID; // this mi...

How to delete this from memory?
Try this: [code] // process... ReturnType r = myFunction(tempList1, tempList2, mergedList); // cal...

C++ multi file classes
You pretty much have the idea with setYear and setDay. Do the same thing with setMonth. (Suggestion...

Garbage output with class declaration and Vectors
Hmm... I'm stumped on problem 1. I don't see any reason why it would output something - there must b...

This user does not accept Private Messages