New: clangAll contenthive-129948hive-196917krhive-166405zzanhive-183959steemhive-180932photographyhive-150122hive-185836uncommonlablifehive-183397hive-144064hive-188619bitcoinhive-101145hive-139150krsuccesshive-124908hive-103599hive-180301hive-109690hive-165987TrendingNewHotLikersclimjark (25)in hive-154244 • 4 years agoThe C Programming Language in a Linux Environment Tutorial 1 : Getting StartedOriginal Page: Requirements: Linux Distribution (obviously) A text editor : Vim, Emacs, gedit, kate, atom A Compiler : gcc or clang A Shell: bash, xterm, sh My setup for this…matifzia (25)in utopian-io • 7 years agoProgramming-in-CPPPlease use the following structure, depending on the type of your contribution. Bug Fixes What was the issue(s)? Describe briefly and add screenshots/recordings, if applicable. Provide…seijmura (25)in clang • 7 years agotest#include int main(void) { printf("HEllO WORLD"); return0; }cosmicboy123 (55)in spanish • 7 years agoPruebas de estrés del compilador LLVM Clang 6.0 en el procesador EPYC de AMD muestran algunos beneficios en el rendimientoFuente Con el compilador LLVM 6.0 siendo ramificado esta semana y marcando el final del desarrollo de nuevas características en la siguiente actualización del compilador antes de su debut como…alexgr (66)in development • 8 years agoCreating faster C/C++ binaries without changing a single line of codeThe last few years, while trying to squeeze any performance possible in CPU mining, I've tried all sorts of "peripheral" things (=changing 0 lines of code) in order to attain the best possible…