Skip to main content
19 events
when toggle format what by license comment
Oct 13, 2015 at 4:54 history tweeted twitter.com/StackCodeReview/status/653796020925693952
Oct 10, 2015 at 2:07 comment added Andrew Tew @AlessandroTeruzzi I learned this style of coding from my freshman programming class.
Oct 10, 2015 at 1:49 history edited Jamal CC BY-SA 3.0
added 2 characters in body; edited title
Oct 9, 2015 at 17:05 vote accept Andrew Tew
Oct 9, 2015 at 17:05 vote accept Andrew Tew
Oct 9, 2015 at 17:05
Oct 9, 2015 at 15:11 comment added dberm22 @Barry Yea, I saw that immediately after posting. Decided the comment was worth leaving though, just for the link.
Oct 9, 2015 at 15:09 comment added Barry @dberm22 Nobody?
Oct 9, 2015 at 14:53 comment added dberm22 Why is nobody commenting on the use of goto? This might be the most approriate use of goto I have ever seen, but I still would avoid using it since it leads to a single huge function. c-faq.com/style/stylewars.html
Oct 9, 2015 at 14:26 comment added Golden Dragon @AlessandroTeruzzi Text adventure games are very seventies, too :P
Oct 9, 2015 at 13:14 comment added Alessandro Teruzzi Where did you learn this style of coding? It looks very seventies
Oct 8, 2015 at 20:53 vote accept Andrew Tew
Oct 9, 2015 at 17:05
Oct 8, 2015 at 19:48 answer added Loki Astari timeline score: 15
Oct 8, 2015 at 19:37 comment added Loki Astari I see a couple of errors that can be caught by the compiler. Increase you warning level of your compiler and fix all the warnings. If you are using G++ -Wall -Wextra -Werror if you are using dev studio it is on one of the preferences.
Oct 8, 2015 at 16:07 review Close votes
Oct 8, 2015 at 18:00
Oct 8, 2015 at 16:06 answer added Barry timeline score: 29
Oct 8, 2015 at 16:04 answer added Ethan Bierlein timeline score: 8
Oct 8, 2015 at 15:53 history edited Ethan Bierlein CC BY-SA 3.0
deleted 193 characters in body; edited tags
Oct 8, 2015 at 15:50 history edited Andrew Tew CC BY-SA 3.0
added 90 characters in body
Oct 8, 2015 at 15:42 history asked Andrew Tew CC BY-SA 3.0