User profile: r englund

User info
User name:r englund
Name:Rickard Englund
Location:Sweden, Norrköping
Website:http://www.r-englund.com
Bio:I am 23 years old. Has a bachelor in computer science and are a Master Student at Linköping University studying Computer Graphics.

My biggest programming skills are in OpenGL and math.
Statistical data
Birthdate:Apr 18, 1987
Gender:Male
Occupation:Student
Skills:C
PHP
C++
Java
Javascript
Python
Mathlab Scripting
Ruby
GLSL
History
Joined:
Number of posts:8
Latest posts:

retrun "jumps" up to a line above
OMG, that embarrassing, I should have noticed that. Thank you very much

retrun "jumps" up to a line above
Yes: [code] template<typename T> Image<T>::Image(const Image<T>& img): width(img.width), ...

retrun "jumps" up to a line above
Hi I have this weird problem in my code. The code looks like this [code] template<typename T> I...

Destructor calls?
A have changed my code to [code]A doSometime(){ A a; // no parenthesis here return a; }[/c...

Destructor calls?
Ohh the last code should ofc be: [code] A doSometime(){ A a(); return a; } [/code]