The Daily WTF: Curious Perversions in Information Technology
Welcome to TDWTF Forums Sign in | Join | Help
in Search

Entry #100084 - Calc a la WTF

Last post 06-11-2007 12:09 PM by Alex Papadimoulis. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 06-11-2007 12:09 PM

    Entry #100084 - Calc a la WTF

    The basics of the GUI is standard GTK stuff. The calculator is a single function machine that validates the input and generates the output through table lookup. My guess is that at least some of the worst constructs of C are represented. If you need any help on figuring it out you should use C a couple of years on small dedicated systems talking to hardware :-) Hint: look at manual page rand(3) or POSIX 1003.1-2003 and try to locate the constants in the table and the application of the function in the code. Then you only need to decipher the table.
Page 1 of 1 (1 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems