User profile: krnacandrej

User info
User name:krnacandrej
History
Joined:
Number of posts:12
Latest posts:

embedded system programming
I want to become a professional programer but I dont know if embedded systems is good way for me. It...

embedded system programming
Hi, I want to start learning embedded system programming in C++.I have basic experience with C++ bu...

class StudentEntry {...} *entryList[MAX_STUDENT];
Why ":" is behind (NAME name, MARK mark) at line "StudentEntry(NAME name, MARK mark): name(name), ma...

class StudentEntry {...} *entryList[MAX_STUDENT];
Hi, I am beginner and i haven't seen class like this...can any body explain me role of this class? ...

rock, paper, scissors game
Sloppy9 can you explain me this part ? : [code]int user = abs(input - 'r'); ...