C
Codeblocks is shit
i do that but i want to re use codeblocks for nostalgic reasons
C
damn i can't even find the terminal here
Rose
Click on the button to see the chat rules!
大宝剑
Codeblocks is shit
but C::B is wrote by C++
大宝剑
Cpper will love it
大宝剑
it is fast, needs little memory, if it has any problem, user can fix it by edit its codes
Danya🔥
No, it is a shitty editor
klimi
No, it is a shitty editor
golden eclipse and netbeans
Danya🔥
golden eclipse and netbeans
They are as shitty as CodeBlocks, at least NetBeans is
Danya🔥
IDK how people use them
Ya deway
Hello guys! Does anyone know the Windows kernel well?
Rose
Hello guys! Does anyone know the Windows kernel well?
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.
大宝剑
Hello guys! Does anyone know the Windows kernel well?
<windows internal> pdf
27Onion
Nvim
yeah i like it bro
dontu
yeah i like it bro
What's your init.lua?)))
27Onion
i don't use init.lua cause i haven't fully integrated my configuration from vimscript into lua, but most part of my configuration is written in a lua module
Rose
Purge complete.
Leovan
Nvim
Emacs
C
https://pastecode.io/s/4pu4n3qk what's the difference in these 2 function?
Nomid Íkorni-Sciurus
(SOLVED) Guys can you explain me: // C++17 // current is correctly populated with boost::gregorian::day_clock::local_day() std::to_string(current.day().as_number()); why is this producing an empty string?!
Leovan
Emacs
I love emacs-similar editors, because they are lightweight (I haven't infinity of unnecessary things which I can't disable and I never will use them, like in VS), BUT as for me it's very hard to use them with big projects (or at least I haven't time to setup them for big projects)
Parsa
What is the best source for learning C language?
Rose
What is the best source for learning C language?
Please check out this channel - @Resources for information on learning sources for C and C++ (books and videos) and Frequently Asked Questions.
Александар
Greetings fellow c/c++ developers. I was wondering if anyone could point me out or tell me about the most, lets say, important questions that you have had on your technical interviews. Best regards
Pavel
1) Which VCS do you use - if answer is none or clear case then run 2) Do you do code reviews - if no - run...
I think 2 depends on the size of the team, if it's an indie game or some small team it is common to not have code reviews
Ludovic 'Archivist'
No, they are a must, IMHO
While I agree, it is not necessarily a realistic expectation. Most very small studios do not have QA
Ziky
No, they are a must, IMHO
Totally agree, you will produce way better code if you know someone is going to look at it and by reviewing code of other you are learning different approaches.
harmony5 🇺🇳 ⌤
I guess they refer to rational clear case
Ziky
A "brilliant" VCS from IBM. In these days fortunately obsolete but you may have bad luck in some automotive companies
Danya🔥
While I agree, it is not necessarily a realistic expectation. Most very small studios do not have QA
You don't need a QA team to have code reviews As for small teams, developers can write tests themselves To be honest, I can't imagine proper software engineering (like any other engineering) without at least some kind of quality assurance.
Ludovic 'Archivist'
You don't need a QA team to have code reviews As for small teams, developers can write tests themselves To be honest, I can't imagine proper software engineering (like any other engineering) without at least some kind of quality assurance.
You can write test, and you can take a quick proofread of colleagues code, but you may not have enough time to do so. Lots of tiny game studios are just barely afloat, same for a bunch of small companies. Some studios my not even have someone skilled enough to provide actual guidance on a code review, making it kinda useless beyond the basic sanity check
Ludovic 'Archivist'
I hope I don't get to work like this
I kinda have to honestly. I am more often than not the guy that gives the code reviews and make the intricate tooling. I have also seen studios with ~10 employees and only 3 devs all working on different games, platforms and languages. It makes it very hard to accommodate reviews that achieve something
Ludovic 'Archivist'
People that review my code are more often than not my students so they generally don't have a grasp over the architectural and long terms implications of code and software design yet. I do explain things, provide comments that link with diagrams and explanation, long form rationales and tests, as well as experiments that lead the design to be some way, but it is very hard for them to process all of that in any timely manner
Александар
I dont do code reviews but I know they have hard time getting devs. Company main focus is project developed in MFC
Александар
And I think they use git and so do I
Александар
Anyway Im also open to any general advice as well
Александар
Indeed, but if it pays rent and gives me opportunity to learn more about and work on project that is using c++ I wont complain 😁
Ludovic 'Archivist'
Still OK, remember that WDF exists in the M$ ecosystem
Danya🔥
Anyway Im also open to any general advice as well
When you're there, try to improve the project not only by your main tasks. For example, you can start bringing best practices with you: CMake build system without the msbuild, automatic code formatting, code linting with clang-tidy, git hooks, CI/CD
Александар
Im not there yet but I hope I will be haha. To be honest I recently switched to cpp so I have to learn many things, terms and concepts. Everything you written after ':' is alien to me but Im thankful for your tips. I will definitely explore it. Im eager to learn and I think cpp suits me, it makes me think about the problem even when Im not sitting at the PC. I have done codecademy course and it was alright, a bit tiresome while approaching the end but still fine. Now Im reading learncpp lessons to further expand my knowledge about the language
Александар
So as I said, in general, every tip and suggestion is welcome
Ludovic 'Archivist'
So as I said, in general, every tip and suggestion is welcome
If you transit by public transportation, watch the YouTube videos of the CppCon and C++OnSea conferences during transit. It will help massively
Danya🔥
Nice, but the top most code block is not needed IMHO
Danya🔥
You don't to wrap all the text into code
Ighor
You don't to wrap all the text into code
I know, I'll improve it later, not so easy
Ighor
You don't to wrap all the text into code
or if you give a right regex that grabs correct groups, I can fix it
Rose
User Hasan has 1/2 warnings; be careful! Reason: c#
Goddie
Constructors in cpp
KHASILASS
Hi
KHASILASS
I'm new here
klimi
I'm new here
If you are new here, you should have the rules. Have you read them?
KHASILASS
Yh
Goddie
True
Help me out
klimi
Rose
Help me out
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.
klimi
Yh
Then please read them again, thank you
KHASILASS
And I'm beginner in c/c++ so I want to start with the basics
klimi
And I'm beginner in c/c++ so I want to start with the basics
Then I would really advice you to read the rules (pinned message). There is a link for resources...
مرتضی
Hi i need to write a program in C. in that program i should use something like Json or Maps in other Languages. any help or guide to how do i do that ? youtube video or some articles would work
harmony5 🇺🇳 ⌤
You mean a hashmap? There are lots of resources on how to do that