Vlad
You'll face the realization that your mere existence is futile and give up
Puja
Hi friends
klimi
Hi friends
#howtoask
Rose
Hi friends
These are ways you can improve the odds of someone wanting to help you. Be considerate when posting questions. • Use a search engine to check if anyone else had the same question as yours before asking. Stackoverflow is your friend. • Be straight to the point (do not ask to ask.) • Be specific, include as many details as you can. • Show what you've tried to solve the problem • We don't care if anything is "urgent" or "important" - wait patiently for someone to reply. • In addition, please check this site to learn how to ask questions in a public forum. It's good style to limit the amount of messages you send to a public forum; put effort into 1 message, rather than sending many of them, and edit messages to fix errors or to include more information.
harmony5 🇺🇳 ⌤
#howtoask
I think it's a bot…
klimi
I think it's a bot…
Oh yes. I haven't checked the PFP...
Pingo
Hi friends
Yess, Miss Puja
Never Spam Bot
Chirag Chatterjee Pranav sent multiple messages that looks like a spam. Why was my message deleted? Spam deleted in this group: 4807
Divies
I'm writing a Test on Friday on C++. Up until Functions. What can I use to help me study and improve my coding?
Vlad
cppquiz.org
Vlad
cppquiz.org
You can try this but it expects you to already have some experience with the language
Vlad
Funny enough your notes and materials you were given by the uni
You can also peek info from literally any C++ book for beginners
Vlad
learncpp.com
You can also check out topics there you feel you don't know 100%
Divies
You can also check out topics there you feel you don't know 100%
Thank you. I will check it out. I do have the general knowledge of what to do but there is some stuff I do forget which is irritating.
Divies
Especially when doing a large amount of code. So I want to make sure I'm ready to tackle the test. So once again thanks for the help!
Vlad
Do you know of cppreference.com ?
Vlad
No.
It is time brotha to stop coding at random and read the docs to double check yourself
Vlad
There's also man in linux
Vlad
Don't even need internet for that
Vlad
@neko_code, @roxifas, @K11M1 unmute pliz
Divies
It is time brotha to stop coding at random and read the docs to double check yourself
Oh I don't think I fully understand what you meant. He gives us exercises to do. Which I do so it isn't fully random.
Vlad
What it returns as well and why
Never Spam Bot
Divies is now approved by the group admin and can send messages without any restrictions Looks like my previous message did not send. Our lecturer said we should just use our textbook. Which I agree everything is in there but I want to use any material I can to progress if you understand what I mean. See spam? Quote the spam message in the group and reply with /spam
Vlad
What I meant is to read what the library code you are using does and what it expects
Instead of "bro i dunno i just call it whaddya mean"
Divies
Oh i see. Yeah that makes sense.
Divies
I'll study up on the material you sent me. Thanks! I'll also go through the library code you mentioned properly.
Simple Sorcerer
Hi guys. Who can share their opinion about automatic build systems, or recommend considering something new. Of those that I am familiar with: make - everything is clear AutoTools - Priority on stability. Provides the ability to build even the oldest code. Very good, I think to use for code written in C (not C++) CMake - Simpler than AutoTools. And loses in stability. In order to build code based on the old version of CMake, you need to enable support for the old syntax. Or install the old CMake. Perhaps I don't like it the most. Meson - It seems to me that it is better than CMake. I haven't figured it out so well yet and also have not encountered problems with the build. Use in new projects. What do you think about the library version matching libtool (current, revision, age)? Unlike semantic versioning (major, minor, patch). In my opinion, the first one carries more useful information about compatibility. What do you think about this? What are your preferences?
Vlad
In other languages as well
Vlad
Anyone who tries to tell you otherwise is either zealot and/or lying
Vlad
Make? Hell for anything slightly bigger then a helloworld. 5k loc makefiles are no joke Automake? GNU hell CMake? Industry standard hell for C++ Meson? "New" shiny hell
Vlad
Package managers then add their own hell on top
harmony5 🇺🇳 ⌤
Create a build.c
Leovan
Hey guys, I have few questions about tracy profiler + Visual Studio: 1. In sampling mode in the main thread I see all functions in the world, is it possible to filter them? I want to see only my functions from code 2. When I close my app in Visual Studio during capture, tracy gives me a "Connection Lost" warning. How to properly end the capture? 3. To run tracy I was added TracyClient.cpp and defined TRACY_ENABLE in my .sln. Is it sampling mode? Is it possible to run tracy without any changes in my project (without TracyClient.cpp and TRACY_ENABLE)?
touhou
I just recently got to know about xmake build utility, [xmake(dot)io], haven't tried it yet, but they seem to be in very active development.
Ludovic 'Archivist'
Hi guys. Who can share their opinion about automatic build systems, or recommend considering something new. Of those that I am familiar with: make - everything is clear AutoTools - Priority on stability. Provides the ability to build even the oldest code. Very good, I think to use for code written in C (not C++) CMake - Simpler than AutoTools. And loses in stability. In order to build code based on the old version of CMake, you need to enable support for the old syntax. Or install the old CMake. Perhaps I don't like it the most. Meson - It seems to me that it is better than CMake. I haven't figured it out so well yet and also have not encountered problems with the build. Use in new projects. What do you think about the library version matching libtool (current, revision, age)? Unlike semantic versioning (major, minor, patch). In my opinion, the first one carries more useful information about compatibility. What do you think about this? What are your preferences?
I used a lot of GNU make and some mk. I also built with just rc/bash. Simple tools are simple, doing complex things with make is taxing, and anything useful becomes immediately either terribly verbose/copy-pasted or cryptic. CMake being a meta-build system, it is pretty comfy, for small/simple projects it is simple, and it is easy to have abstractions for testing and all that jazz, or automation in general. Also like everything with abstraction it is easy to overengineer things. But FetchContent is life and allows to split complex projects into a big umbrella project and import in the parts directly from SCMs. I did my best to avoid Meson, only used it twice. It was... spiritually taxing. Semver is useful for ordering versions and displaying compatibility between them. I generally do semver and replace the patch part with a git/fossil identifier. I never used libtool, I don't intend to. Generally I write libraries with size in mind and static linking is pretty good
Never Spam Bot
Puja G sent multiple messages that looks like a spam. Why was my message deleted? Spam deleted in this group: 4818
Hrjlrrl
J
Hrjlrrl
Hello Im studying cpp but now i need left it and start with c My goal is ( low level , kernel , game engine , os , games ) Is this right guys? I need help very much
:|软数据|:
https://github.com/AlexielArdilla/la-biblia-de-la-informatica-forense/branches
𝚂𝙰𝙽𝚄🤍💚
C programming is good language
𝚂𝙰𝙽𝚄🤍💚
Which lamguage is used to make a calculator outline
touhou
Outline?
I think he means GUI, I may be wrong.
𝚂𝙰𝙽𝚄🤍💚
No
𝚂𝙰𝙽𝚄🤍💚
Calculator built using program
𝚂𝙰𝙽𝚄🤍💚
Calculator format
Vlad
Calculator built using program
That program being the compiler?
Vlad
Or whut
𝚂𝙰𝙽𝚄🤍💚
No
Vlad
You will have to be more concrete
𝚂𝙰𝙽𝚄🤍💚
Calcutaor graphical fornat in out put
Vlad
Calcutaor graphical fornat in out put
So graphical user interface
Vlad
Right?
Vlad
Please say hello to your alien overlord
Pavel
Maybe they mean plotting graphs?
Pavel
In any case, the answer is C++ 😁
Vlad
Maybe they mean plotting graphs?
Who knows, fellow ZIm above has some language/terminology barrier
Ujjawal
In any case, the answer is C++ 😁
C can't help in plotting graphs?
Pavel
C can't help in plotting graphs?
It can, as can python or java.
Pavel
Why only C++ then?
Well, I would either need to answer one language, or say "any language", or say nothing.
Pavel
I decided on the first option.
Vlad
Hello from City-17
Welcome. Welcome to City 17. You have chosen, or been chosen, to relocate to one of our finest remaining urban centers. I thought so much of City 17 that I elected to establish my Administration here, in the Citadel so thoughtfully provided by Our Benefactors. I have been proud to call City 17 my home. And so, whether you are here to stay, or passing through on your way to parts unknown, welcome to City 17. It's safer here.
Vlad
Wake up, you taken a shit
Such an unnecessary hostility to Our Benefactors, who hurt you? Civil Defense unit was already dispatched at your area to get your feedback.