User profile: Kernul

User info
User name:Kernul
Statistical data
Birthdate:Jan 10, 1995
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:74
Latest posts:

don't know why it is not running
Is this correct as a "Student" class? Student.h [code]#ifndef STUDENT_H #define STUDENT_H #include...

Problem with C vectors of class 'Team'
Oh, I got it. Thanks for the help!

Problem with C vectors of class 'Team'
This is my code: Team.h [code] //File header of class "Team". #include <iostream> #include <cstrin...

Problem with this list
Sorry for the late replay... Anyway, what does "this" do? There are pointers after them too. What do...

Problem with this list
Calling the two function actually took out the problem about the key not in order and the first two ...