Hey all. I'm setting up C and C++ for CLI but for some reason the Visual Studio Dev Tools isn't properly installing environment variables. I don't want to use Visual Studio because it's on a pretty lightweight laptop.
What's the best way of compiling these without using Visual Studio and in the command line?
Blake Baker
gcc/g++
Juan Jenkins
msys2 and install mingw64 on it.
Joshua Kelly
Install Gentoo
Xavier Wright
also gnu make
Andrew Perez
This is all you will ever need on GNU+Linux.
Xavier Barnes
clang > gcc
Nicholas Howard
cmake
Lucas Bell
C++ Almost 2018
Lol
Josiah Nelson
delid
Connor Howard
C is not good enough in 2018?
Matthew Young
x86_64-w64-mingw32-gcc x86_64-w64-mingw32-g++
OR
x86_64-pc-msys-gcc x86_64-pc-msys-g++
Gavin Hill
MUSL > GNU stdlib
Henry Moore
Is it true that Code::Blocks and Dev-C++ can't use paths with spaces because MinGW doesn't allow it?
Nicholas Cook
yeah, since you're running windows anyways. go with this, op.
Austin Cruz
i used to use dev-c++ for uni and it didn't have that problem. also, it came with a compiler built in so it was perfect for uni. not that one would use it for anything else.
Justin Long
The absolute state of freetards and their open sores.
James White
This
Jayden Rodriguez
is there any way to avoid using makefiles on linux?
John Ramirez
actually installing a linux distro or BSD because MSVC is dogshit
Owen Ortiz
install linux. most distributions will have some "dev" package that includes everything you need to know. then do some basic tutorials on how to compile programs and learn what its all doing.
any scripting language. any other build language meta build languages (cmake) manually compiling
Adam Reyes
seriously just this.
>C++ Almost 2018 Lol front-end faggot detected
Jason Kelly
Do yourself a favor and install GNU/Linux or BSD. Please don't bother with programming on Windows.
Aiden Morgan
cmake generates makefiles for you, but you have to script that shit.