101 reputation
3
bio website omercan1993.wordpress.com
location Germany
age 19
visits member for 1 year
seen Jan 13 at 17:39
stats profile views 0

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;
}

0 Answers

This user has not answered any questions