Pavel
If you are just starting with C++, I would recommend going with Clion anyway at first, just to see what good tools look like, so you know what you need to get for VSC
Vlad
Guys … CLion or VScode which is better
If you have ram for it CLion is better
Vlad
vs code is kinda neither here nor there, if you go editor route I would use nvim/kate and just compile/debug from the terminal
Is anyone a Kali enthusiast here
I would like to share some one or twos
klimi
Vlad
Is anyone a Kali enthusiast here
Nah thanks fam, I finished my 5th grade already
DaviChan
Is anyone a Kali enthusiast here
I kinda am. I like kali purple as a live usb. Pretty much always have it with me 😅
It's
Hyy gys
Hiiiii
Kisi ko pw ka sara course chaiye ya fir next topper ka
harmony5 🇺🇳 ⌤
harmony5 🇺🇳 ⌤
Is anyone a Kali enthusiast here
Those are generally script kiddies.
harmony5 🇺🇳 ⌤
I'm not anymore
Malikzada Ahsan
Anyone wants Gaurav C or C++ course?
Rose
Anyone wants Gaurav C or C++ course?
Don't ask meta questions. In other words, don't ask to ask. Questions like "Does anyone know XYZ?", "Has anyone used XYZ?" or "Can someone help me?" are all considered meta questions because they don't specify what your actual problem is. These questions give the impression that you want people to approach you and offer their help as if they don't have any other work to do. Now doesn't that expectation make you look like an idiot? If you have a question ask it directly. You are more likely to get a response that way.
Anto
Hi guys could you give me the procedure to configure visual studio community 2022 to use to edit and compile code in c?
Vlad
That's it
Vlad
Then you just choose C++ console template. Rename your file to .c, and press shiny green run button
Anto
Then you just choose C++ console template. Rename your file to .c, and press shiny green run button
I tried this exact procedure but it doesn't create the .exe file for me
Vlad
where exe
Vlad
https://github.com/twitter/the-algorithm/issues/1999
Vlad
Niqqa that was you?
Anto
Niqqa that was you?
I don't quite understand your slang but I created some code, tried to compile it but it doesn't create the executable for me
DaviChan
Can I still write here?
DaviChan
okay, for some reason my previous messages didn't get sent or something. Cool to be back!
Vlad
It does not place .exe's in the project's root directly
Vlad
Did the program execute in your IDE's terminal?
Vlad
Anto
Did the program execute in your IDE's terminal?
When I go to compile it it compiles it for me, or at least I think it compiles it for me, in the terminal it says there are 0 errors, but when I hit the play button to run it doesn't find the executable Tradotto con DeepL https://www.deepl.com/app/?utm_source=android&utm_medium=app&utm_campaign=share-translation
Vlad
Just type *.exe in the search bar
Ivan
Good to see this group well and alive once again
Vlad
Good to see this group well and alive once again
It's because I started shitposting
Anto
Just type *.exe in the search bar
Ok I will try to do what you told me as soon as I can I thank you from the bottom of my heart for the suggestions you are giving me as soon as I succeed I will let you know but at least a week will pass because I am about to go to Naples and there I am without a PC. See you soon 😺🙏
Anto
What does this link has to do with anything though?
Forgive me it's my Italian to English translator, as soon as it exceeds a certain number of words it also includes its advertisement, I couldn't remove it to speed up the response
Anto
google translate was not sufficient?
I wanted to try this app which was new to me 😹
Rose
Reported to admins.​​​​​​​​​​
Vlad
Front end/ backend
Just don't do web in C++
Vlad
Easy
Vlad
Next question
Ludovic 'Archivist'
Just don't do web in C++
Nah, C++ for web is pretty chill
Ludovic 'Archivist'
Just use Drogon or something
Brian
Backend stack?
Vlad
Nah, C++ for web is pretty chill
I don't see why would you tbh
Vlad
Unless you know C++ only and refuse to learn something else
Ludovic 'Archivist'
I don't see why would you tbh
For the joy of not doing Rust instead
Vlad
Backend stack?
If you're schizo enough you can do frontend in wasm
Ludovic 'Archivist'
More seriously, generally it is to be able to use libraries, or because your web server needs to do some amount of serious number crunching
Vlad
And then even PHP would be giving you the page as fast as your server can handle the number crunching
Ludovic 'Archivist'
You can make number cruncher lib seperately with a C ABI
Yeah but then you gotta use some form of FFI and have to deal with a C based API which in many cases means 2 copies of the data
Ludovic 'Archivist'
You also end up adding a lot of complexity for that interface
Lawrence
Between code::blocks and VS code, which is better for C++?
Vlad
I'd say neither tbh
Vlad
code blocks is just ancient, vs code is annoying to setup properly
Vlad
code blocks on windows also forces you to use mingw
Vlad
Which is not ideal for anything beyond helloworlding
Lawrence
Vlad
Windows
Then install visual studio. Not code
Lawrence
I'd say neither tbh
What IDE would you recommend?
Vlad
Then install visual studio. Not code
Or CLion if you have plenty of ram
Vlad
16gb is minimum for it
Vlad
Yeah but then you gotta use some form of FFI and have to deal with a C based API which in many cases means 2 copies of the data
C/C++ can do gRPC, so you need to just remote call it, it's already stubbed and language agnostic with supporting libs everywhere
Vlad
If C ABI doesn't cut it
Ludovic 'Archivist'
C/C++ can do gRPC, so you need to just remote call it, it's already stubbed and language agnostic with supporting libs everywhere
Why would you have a web server do grpc to call C++ when you can do it much simply by just making a normal web server in C++?
Vlad
So that monkeys can write it without segfaulting daily
Ludovic 'Archivist'
So that monkeys can write it without segfaulting daily
How do you segfault more in C++ than like in C# or Go?
Vlad
How do you segfault more in C++ than like in C# or Go?
I don't but I know plenty of people who somehow crash and burn instantly once they write C++