On Thu, 27 Jun 2013 02:51:46 +0200, Viola Zoltán <violaz...@gmail.com> wrote:

Compile it with this command:

g++ -funsigned-char -funsigned-bitfields -Wall -Wno-long-long -Wunused
-Wextra -pedantic -lX11 kajjam.cpp -o kajjam

Why g++? It works fine as
gcc -Wall -Wextra -std=c99 -pedantic kajjam.c -o kajjam -lX11
Some other comments:
Rather weird indentation style, I personally find it quit hard to read.
Non-english comments. I think it's discouraged in an international community
like this.

Greetings,

flo

Reply via email to