{"id":6,"date":"2016-07-05T10:18:44","date_gmt":"2016-07-05T02:18:44","guid":{"rendered":"http:\/\/euhat.com\/wp\/?p=4"},"modified":"2026-04-24T14:09:08","modified_gmt":"2026-04-24T06:09:08","slug":"euhat-language-v0-7-0-8","status":"publish","type":"post","link":"http:\/\/euhat.com\/wp\/2016\/07\/05\/euhat-language-v0-7-0-8\/","title":{"rendered":"euhat-language-v0.7.0.8"},"content":{"rendered":"<p>Euhat language is very similar to C language, but she does not need to compile first, she can directly run.<\/p>\n<p>Euhat language can directly call windows api or dll api.<\/p>\n<p>The entrance code file must have a \"main\" function, and it should include all relative code files through include instruction. so this method allows us run all the code files without writing makefile.<\/p>\n<p>Definition is composed of function definition, structure definition, normal variable definition and func variable definition. The default accessability of definition in a code file is accessable among all code files. If you want definition not shared by other code files, you need to add \"static\" keyword in front of the definition statement.<\/p>\n<p>An entrance code file and its relative code files construct a program, you can compile a program into a binary file which you can protect your right for un-disassembling, through compilation, you will find a syms file generated, which contains meaningful variable name to non-meaningful variable name projection, you can use it debug you program, and keep it secret not publishing.<\/p>\n<p>Download link: <a href=\"http:\/\/euhat.com\/software-download\/euhat-language-v0.7.0.8.zip\">euhat-language-v0.7.0.8.zip<br \/>\n<\/a><\/p>\n<p>Backup link: <a href=\"http:\/\/1drv.ms\/1vic9DB\">http:\/\/1drv.ms\/1vic9DB<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Euhat language is very similar to C language, but she does not need to compile first, she can directly run. Euhat language can directly call windows api or dll api. The entrance code file must have a \"main\" function, and it should include all relative code files through include instruction. so this method allows us ... <a title=\"euhat-language-v0.7.0.8\" class=\"read-more\" href=\"http:\/\/euhat.com\/wp\/2016\/07\/05\/euhat-language-v0-7-0-8\/\" aria-label=\"More on euhat-language-v0.7.0.8\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[36,149],"_links":{"self":[{"href":"http:\/\/euhat.com\/wp\/wp-json\/wp\/v2\/posts\/6"}],"collection":[{"href":"http:\/\/euhat.com\/wp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/euhat.com\/wp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/euhat.com\/wp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/euhat.com\/wp\/wp-json\/wp\/v2\/comments?post=6"}],"version-history":[{"count":1,"href":"http:\/\/euhat.com\/wp\/wp-json\/wp\/v2\/posts\/6\/revisions"}],"predecessor-version":[{"id":5669,"href":"http:\/\/euhat.com\/wp\/wp-json\/wp\/v2\/posts\/6\/revisions\/5669"}],"wp:attachment":[{"href":"http:\/\/euhat.com\/wp\/wp-json\/wp\/v2\/media?parent=6"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/euhat.com\/wp\/wp-json\/wp\/v2\/categories?post=6"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/euhat.com\/wp\/wp-json\/wp\/v2\/tags?post=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}