Dima
harmony5 🇺🇳 ⌤
!report sus link
Rose
!report sus link
Reported Z [5520693234] to admins.​​​​​​​​​​
Rishu
C programming language notes please give me
Rishu
Good morning
Rose
C programming language notes please give me
Please check out this channel - @Resources for information on learning sources for C and C++ (books and videos) and Frequently Asked Questions.
Rose
Heya :) PM me if you have any questions on how to use me!
__Suraj__
hey everyone,
Rose
Heya :) PM me if you have any questions on how to use me!
__Suraj__
game programming resources,
Rose
User 𝐀𝐑𝐀𝐕𝐈𝐍𝐃 has 1/2 warnings; be careful! Reason: don't click every blue text you see 😐
Chat Boss
ㅤAnkit Shrestha sent a huge message, it has been re-uploaded as a file
Chat Boss
ㅤAnkit Shrestha sent a huge message, it has been re-uploaded as a file
Rose
Welcome 𝓟𝓻𝓲𝔂𝓪.​.​.​.​💖! Please read the pinned message 🙂 Click the button below to unmute yourself.
Ziky
anyone know
Google for sure
__Suraj__
Google for sure
If I had found an answer, I wouldn't have asked.
Rose
User Alexander has 1/2 warnings; be careful! Reason: don't click every blue text you see 😐
__Suraj__
your question is way too broad
No problem, you have the answer
DynasetKE🌱SEED
De
Eszter
Hi
__Suraj__
Hi
hello
Adarsh
Hii
Adarsh
I want c programming lecture
__Suraj__
I want c programming lecture
many videos lectures are available on YouTube. you need to find out. Happy Coding...
Adarsh
harmony5 🇺🇳 ⌤
Rose
I want c programming lecture
Please check out this channel - @Resources for information on learning sources for C and C++ (books and videos) and Frequently Asked Questions.
vilok
Any C and java quiz groups?
Mohammad
Is there any Iranian here?
Rose
Is there any Iranian here?
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.
\Device\NUL
http://jdebp.info/FGA/linux-thread-problems.html
Rose
Another one bites the dust...! Banned Z. Reason: go fuck your own asshole
__Suraj__
Is there any Iranian here?
this not a friendship group, dude
Rose
User Shreyas has 1/2 warnings; be careful! Reason: don't click every blue text you see 😐
klimi
Do not just send "Hi" messages into this chat. If you do, you will be warned. It is against the rules. Please make sure to follow them.
Rose
User hitori-janai has 1/2 warnings; be careful! Reason: don't click every blue text you see 😐
𝔸𝕄𝔸ℝ𝔼ℕ𝔻𝔸ℝ
I need help, i setup compiler mingw(follow all step from yt) but while running code i'm not getting o/p it shows error and if code run then i'm geting same o/p even if i change code
Rose
User __Suraj__ has 1/2 warnings; be careful! Reason: useless hi message
Rose
User Shaikh has 1/2 warnings; be careful! Reason: just plain wall of some leetcode problem?, spam, possibly homework
𝔸𝕄𝔸ℝ𝔼ℕ𝔻𝔸ℝ
vilok
Extentions installed?
𝔸𝕄𝔸ℝ𝔼ℕ𝔻𝔸ℝ
Yes
vilok
Code runner?
𝔸𝕄𝔸ℝ𝔼ℕ𝔻𝔸ℝ
Yea
vilok
What error it gives?
Hayk
Hello guys. I was wondering if is there a build in way of detecting memory leaks in Visual studio 2022 or any way for windows?
Rose
Another one bites the dust...! Banned Grida. Reason: crypto bullshit scam
Pavel
Hello guys. I was wondering if is there a build in way of detecting memory leaks in Visual studio 2022 or any way for windows?
I found this https://stackoverflow.com/questions/4790564/finding-memory-leaks-in-a-c-application-with-visual-studio#60626788
__Suraj__
what new topics added in C++23?
eax
what new topics added in C++23?
https://en.cppreference.com/w/cpp/23
Lawrence
I have a pdf book on C I’d like to share
Lawrence
No
harmony5 🇺🇳 ⌤
I have a pdf book on C I’d like to share
If it may be considered piracy, it isn't allowed here
Malik
Basic c programming
Ludovic 'Archivist'
This is a friendly reminder that pdf files can be valid executables and are themselves a form of executable and may contain harmful content in the shape of computer viruses and exploits. Please do not share pdfs here directly or download any executable from here, be defensive and only download content from trusted sources. If you want a C programming textbook, consider downloading Modern C by Jens Gustedt directly from the INRIA website, for free if you are looking to learn C (you can donate to him, he is a cool dude)
Ludovic 'Archivist'
If you are sceptical of the claims that a pdf file can be harmful, I recommend you read the webzine PoC | GTFO or watch the following conference from Trails Of Bits: https://youtube.com/watch?v=LqRbfzhcI5g
Ludovic 'Archivist'
Remember that every file format is an executable, and any parser is an interpreter if you use them wrong enough
Anakin
If on Linux
Bulat
Is it a right choice to use goto statements for error handling inside some place inside the code flow or better use functions like: strerr() , ferror(), feof(), clearerr() ?
Bulat
yes
Do you mean it is better use functions like: strerr() , ferror(), feof(), clearerr() ?
klimi
Do you mean it is better use functions like: strerr() , ferror(), feof(), clearerr() ?
oh sorry, misread your question. I am saying that using goto in error handling is sometimes better than to use bunch of ifs and whatnot.
ㅤ 
Hello, I need help with my university project. I need to convert files to txt format using OBRSDK library. I have the file format to be converted to txt, as well as the txt file itself. The program should cycle (for example, 100 files) and further, until the end of files convert to 1 txt file. I.e. for example 100 OBR files = 1 txt. Like this. I have already started the project, but could not finish, due to my lack of exposure to this programming language. I have to hand in the project in the morning, I will be glad if someone can help me write a program. Libraries, sources and the files themselves I have.
Berníe 24
Wat is debug
Ludovic 'Archivist'
Hello, I need help with my university project. I need to convert files to txt format using OBRSDK library. I have the file format to be converted to txt, as well as the txt file itself. The program should cycle (for example, 100 files) and further, until the end of files convert to 1 txt file. I.e. for example 100 OBR files = 1 txt. Like this. I have already started the project, but could not finish, due to my lack of exposure to this programming language. I have to hand in the project in the morning, I will be glad if someone can help me write a program. Libraries, sources and the files themselves I have.
Teacher here, the goal of that project was to give you exposure to the programming language. If you could not remember what you learned in your algorithmics lessons, you will need to fail for now and try again next time. Keep working on it even if it is not working yet. Split the big problem in smaller subproblems until you have only problems you can confidently solve, then assemble a solution from all those subproblems
Mr
Is it a right choice to use goto statements for error handling inside some place inside the code flow or better use functions like: strerr() , ferror(), feof(), clearerr() ?
The goto is useful in a routine that allocates resources, performs operations on those resources, and then deallocates the resources. With a goto, you can clean up in one section of the code. The goto reduces the likelihood of your forgetting to deallocate the resources in each place you detect an error.