User profile: ropez

User info
User name:ropez
Location:Tromsø, Norway
Bio:MSc student in computer science. Worked two years as software developer, one year as assistant teacher.
Statistical data
Skills:C
C++
Java
LISP
Python
Ruby
C++/Qt
History
Joined:
Number of posts:310
Latest posts:

programming style
The else on line 22 is indented as if it belongs logically to the if on line 20, but it's more commo...

Request for comments on Qt4
[b]@Zaita:[/b] [quote]QT is not multi-platform unless you buy license[/quote] Yes, it is! It's avai...

Sorting Classes using Merge Sort
All you need to do is implement a function to compare two objects of the class. For this, you would ...

const questions
Here's the same question already answered: http://www.cplusplus.com/forum/beginner/1618/

Override operator= for non-class (ie primitive) types like int, char *, etc.
[quote]Does this offer any optimization benefits when using the const keyword?[/quote] Not that I k...