Это стих. "Сложен" на языке С++, но думаю должен быть понятен и не программистам.
Жду найденных багов и комментов.
/*************************/
/* Title: verse.cpp */
/* Version: 1.0.2.11 */
/*************************/
#include < Perception.Stream
(
Read more... )
Comments 12
Reply
Reply
Reply
$ gcc verse.cpp
verse.cpp: In function `void is(char *, int)':
verse.cpp:1: ANSI C++ forbids declaration `universally' with no type
verse.cpp:1: conflicting types for `float empty'
verse.cpp:1: previous declaration as `long int empty'
verse.cpp:1: `me' undeclared (first use this function)
verse.cpp:1: (Each undeclared identifier is reported only once
verse.cpp:1: for each function it appears in.)
verse.cpp:1: `it' undeclared (first use this function)
verse.cpp:1: `unborn' undeclared (first use this function)
verse.cpp:1: `will' undeclared (first use this function)
verse.cpp:1: implicit declaration of function `int I(...)'
verse.cpp:1: `alone' undeclared (first use this function)
verse.cpp:1: implicit declaration of function `int to_die(...)'
verse.cpp:1: `time' undeclared (first use this function)
verse.cpp:1: implicit declaration of function `int isStone(...)'
verse.cpp:1: `apart' undeclared (first use this function)
verse.cpp:2: parse error at end of input
А вообще мне понравилось. Сам написал? Вот если бы оно еще и ( ... )
Reply
:), там всё описано. Сам. Допишу
может и будет.
Reply
verse.cpp:1: previous declaration as `long int empty'
Это реальный баг - 2 переменные 'empty' - исправлю.
А мне даже лень было попробовать скомпилить. Спасибо за бета-тестирование.
Reply
Reply
Reply
Reply
Reply
Leave a comment