Artöm
cmake searches, not downloads
Anonymous
Some weird thing
Anonymous
It builds fine
Anonymous
But the IDE cant find the header
Artöm
I use it with vcpkg not cmake
And vcpkg downloads all it needs
Artöm
Like conan
Anonymous
i know
Anonymous
http://thats-a.link/53aoaXS.png
Anonymous
Good evening fellow coders can you please give me tools and resources on how to start learning how to code as I am new to the coding world
Nomid Íkorni-Sciurus
Hello anybody using Eclipse for C/C++ here ?
Palinuro
Hello anybody using Eclipse for C/C++ here ?
nope, qtcreator/clion or any other true IDE
Nomid Íkorni-Sciurus
nope, qtcreator/clion or any other true IDE
I didn't ask for another ide
Dima
Neutronix
Guys, someone here have never used c++ for rest api? Do you know some good tutorials too?
Stephanos
Neutronix
1) Boost beast 2) this other Lib @ollirz was talking about
But they use a specific libraries correct?
Stephanos
Yeah. You wont implement Something Like an http Server yourself unless you exactly know what you are doing
Anonymous
Neutronix
Yeah. You wont implement Something Like an http Server yourself unless you exactly know what you are doing
But exist the way to build the libraries by myself for be autonomous? There are tutorials for that?
Nomid Íkorni-Sciurus
Throw away this piece of shit
wow, thank you for your help, that solved my issue!
Nomid Íkorni-Sciurus
I should really rely on some others of your awesome and detailed advices!
Anonymous
wow, thank you for your help, that solved my issue!
You even didn't ask anything lol
Anonymous
There's a rule
Anonymous
Don't ask to ask
Anonymous
No meta questions
Anonymous
Using Eclipse is really a bad IDE
Anonymous
Because like no one uses it fir professional development
Nomid Íkorni-Sciurus
Eclipse for some reason does not connect anymore to my GDB in Cygwin. It did since last build.
Nomid Íkorni-Sciurus
Because like no one uses it fir professional development
QtCreator seems like an overkill, also I don't need Qt components
Neutronix
Qt can help you, but it's just another ecosystem
https://github.com/microsoft/cpprestsdk/blob/master/README.md I found that libraries, what do you think?
Nomid Íkorni-Sciurus
Nomid Íkorni-Sciurus
I need to compile a C project with clang
Anonymous
I didn't use it on Linux In windows it supports MinGW and MSVC "right out of the box"
Anonymous
And i think it's possible to use clang in qt creator in windows
Nomid Íkorni-Sciurus
I didn't use it on Linux In windows it supports MinGW and MSVC "right out of the box"
I need LLVM support because I need specifically the LLVM binaries of the application I'm creating
Anonymous
You need to setup a toolchain
Nomid Íkorni-Sciurus
You definitely can use clang in qt creator in linux
I need it to produce both ELF and PE
Nomid Íkorni-Sciurus
I could build the project on linux separately, that is not an issue.
Anonymous
Just try and Google
Anonymous
Qt Creator is just more user-friendly
Koulick Sadhu
Anonymous
I dont think so
It is more user-friendly than Eclipse for sure
Nomid Íkorni-Sciurus
Qt Creator is just more user-friendly
I used it for Qt development on linux and it was ok. But I didn't really appreciate the UI.
Anonymous
Including static analysis and refactorings that both CLion and don't have
Nomid Íkorni-Sciurus
It is more user-friendly than Eclipse for sure
I agree - though I thought it was suitable because it has a dedicated packaged version.
Nomid Íkorni-Sciurus
Including static analysis and refactorings that both CLion and don't have
CLion is a bit expensive. It's an open source project. I was considering VSCode but I think there are better tools specifically made for C/C++. I didn't like Code::Blocks. I think I'll check NetBeans or QtCreator.
Anonymous
Check the second one
Anonymous
NetBeans is another Eclipse IMHO
Nomid Íkorni-Sciurus
NetBeans is another Eclipse IMHO
I guess you're only going to use them for their specific Java oriented environment.
Nomid Íkorni-Sciurus
We use it at work because they won't pay IntelliJ xD
Nomid Íkorni-Sciurus
Nomid Íkorni-Sciurus
This doesn't look good...
Anonymous
We use it at work because they won't pay IntelliJ xD
Doesn't Jetbrains offer a special option for open source projects?
Anonymous
Like community build or smth
Nomid Íkorni-Sciurus
Anonymous
They have it with PyCharm
Nomid Íkorni-Sciurus
Like community build or smth
It does not support JSP and some Liferay requirements.
Anonymous
For java I'll use IDEA because I'm a student :)
Nomid Íkorni-Sciurus
IDEA is just perfect for work. My job would benefit a lot from its capabilities. But they're not going to pay the license.
Nomid Íkorni-Sciurus
We're stuck with Eclipse and its horrible Gradle support, bugged liferay source editor and bugged deployment.
Nomid Íkorni-Sciurus
Nomid Íkorni-Sciurus
I can't go for QtCreator anyway :( I don't know any other thing and I won't setup Emacs again because I hate emacs-lisp - though the gdb/lldb integration is decent.
Nomid Íkorni-Sciurus
Nomid Íkorni-Sciurus
I find vim to be quite not user-friendly. Too many things to remember and vimscript sucks.
Nomid Íkorni-Sciurus
What about CodeLite ?
Anonymous
Nomid Íkorni-Sciurus
What is it lol
https://codelite.org/
Nomid Íkorni-Sciurus
It seems like it supports llvm yay.
Till
What about CodeLite ?
KDevelop (C++), Eclipse (Java), NetBeans (Java), CLion (Java), Qt Creator (C++), CodeBlocks (C++), Visual Studio Code (JS, Electron), vi(C), emacs (C), nano (C).
Anonymous
https://codelite.org/
Yay user-friendliness
Nomid Íkorni-Sciurus
KDevelop (C++), Eclipse (Java), NetBeans (Java), CLion (Java), Qt Creator (C++), CodeBlocks (C++), Visual Studio Code (JS, Electron), vi(C), emacs (C), nano (C).
KDevelop is quite bugged on windows, at least the last time I tried it. I discarded Eclipse, NetBeans and VSCode. Qt Creator does not support LLVM. vi, really? Emacs is not really an IDE. I would prefer something better looking. nano... nope