list questionis there a way to modify the *p, *q, *u inside the function? Thank you for replies.
list questionWhy it doesn't work? [code]#include<iostream> using namespace std; struct elev {char nume[20],...
Sorting an object by a memberThanks! It works.
Sorting an object by a member[code]class test{ int position, value; public: test (int a, int b){ position = a; value...
c++ lists with fieldsI just wanted to know other ways. Thanks! I'll use the constructor.