Login
Discover
Waves
Communities
Login
Signup
Topics
#clang
Global
Trending
Hot
New
Top
#clang
New
Top communities
Create your community
latest #clang created topics | Ecency
oaldamster
termux
2021-03-29 14:38
Published via Ecency
Et Vala!
There it is. A simple first Vala programming language project running on Termux. Hello Hivers Instead of creating a tiny Hello World program displaying a message in a terminal, I wanted to create a simple
$ 3.724
8
jfmherokiller
programming
2020-06-27 19:50
clang on windows (installed via scoop) is unable to find headers (a copy from stackoverflow I wrote myself but can still be helpful)
Trying to compile a simple hello world example using clang on windows fails and i dont know why since the command below displays locations that contain possible headers. C:\Users\peter\Downloads>clang-cl
$ 0.069
6
1
matifzia
utopian-io
2018-03-12 18:35
!
Low reputation account with an unverified outbound link, Reveal content
Programming-in-CPP
Please 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 links to related
seijmura
clang
2018-03-01 08:44
test
#include <stdio.h> int main(void) { printf("HEllO WORLD"); return0; }
ibarra95
DIYHub
2026-08-12 08:50
Published via Ecency
Promoted
DIY! Jax Maid, one of the main characters from the series 'The Amazing Digital Circus' made with foam clay. (Tutorial) [ENG] [ESP]
Hello!! Good evening, family @diyhub, and lovers of handicrafts and DIY projects. Today I'm going to show you how to make Jax, the sarcastic main character from the Glitch Productions series "The
cosmicboy123
spanish
2018-01-19 03:57
Pruebas de estrés del compilador LLVM Clang 6.0 en el procesador EPYC de AMD muestran algunos beneficios en el rendimiento
Fuente 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 código estable
alexgr
development
2016-09-19 16:55
Creating faster C/C++ binaries without changing a single line of code
The 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 results.