User profile: apollens

User info
User name:apollens
History
Joined:
Number of posts:5
Latest posts:

Basic C++ vs Java question
So, apparently in Java everything is done with references...objects are never passed by value...only...

GUI Basics
Hello, I'm in my second year of computer programming (just finished data structures and algorithm...

Pointers again... what is wrong with this?
"Why does it needs (*getalletjes)[i] and so why doesn't my way work?" It needs (*getalletjes)[i] ...

STL Vector question...
Interesting...however I'm not quite sure I understand the difference between the two proposed method...

STL Vector question...
I'm still relatively a newbie...but I've gained a decent amount of experience using the STL's vector...