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
jza
Programming & Dev
12d
Published via Ecency
This guy is my hero, going back in time to learn a core language
Nostalgia week is becoming nostalgia month... This time I will talk about a guy that is buying himself back to the 90s to learn the famous C programming language using C.
$ 0.646
83
8
1
oaldamster
termux
5y
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
6y
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
matifzia
utopian-io
8y
!
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
divergente1
NeedleWorkMonday
14h
Published via Ecency
Promoted
An easy technique for making Cups
Hello everyone, I hope you’re all doing well! I’m delighted to be able to share with you a very simple and practical way to make a pattern for the cups, simply using a female mannequin as a base, along
seijmura
clang
9y
test
#include <stdio.h> int main(void) { printf("HEllO WORLD"); return0; }
cosmicboy123
spanish
9y
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
10y
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.