101 reputation
3
bio website omercan1993.wordpress.com
location Germany
age 19
visits member for 1 year
seen May 24 '12 at 19:38
stats profile views 2

Hi, my name is Ömercan Yazici and I am a student from Germany. I am the founder of the Pear3DEngine project and some other little projects.

My hobbies include programming, reading, cycling, reading again, walking, thinking, writing, and again reading, physics, mathematics, biology, philosophy, politics and of course reading. I also write a novel...

See my blog, my Facebook profile, my Google page or visit me on Twitter ;)

#include <iostream>
#include <string>

int main()
{
    std::string name = "Ömercan Yazici";

    std::cout << "Hello World! Here is "
              << name << "! :D" << std::endl;

    return 0;
}

This user has no posts