User profile: blucrosoft

User info
User name:blucrosoft
Name:Adrian Harabula
Location:Iasi
History
Joined:
Number of posts:16
Latest posts:

list question
is there a way to modify the *p, *q, *u inside the function? Thank you for replies.

list question
Why it doesn't work? [code]#include<iostream> using namespace std; struct elev {char nume[20],...

Sorting an object by a member
Thanks! 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 fields
I just wanted to know other ways. Thanks! I'll use the constructor.