ekorudiawan / Hello-CTurtle

An example how to use CTurtle library for learning C++ programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello Turtle

This is an example source-code for drawing a rectangle using CTurtle library. CTurtle library is forked from this sources https://github.com/walkerje/C-Turtle. The Python Turtle version documentation is listed in https://docs.python.org/3/library/turtle.html. Some functions are compatible with Python Turtle.

Compile source-code & run program

cd ./sources
c++ main.cpp -o main.o -lpthread -lX11
./main.o

About

An example how to use CTurtle library for learning C++ programming


Languages

Language:C++ 100.0%