Chat Boss
ㅤnghhuy281@gmail.com . sent a code, it has been re-uploaded as a file
Alice
After installing MFC by visual studio installer I got error that I haven’t MFC… anyone know how to fix it? I can create MFC project, successfully, but in case of project building, I got err
\Device\NUL
struct isn't function
Rose
Purge complete.
Roxifλsz 🇱🇹
I'm not sure where you see the similarities. Structs are just data structures, and functions are just functions basically a list of instructions to execute. Objects (classes) would be a kind of combination of the two
poetry
what are you say?
𝔖𝔞𝔯𝔬
Ing
poetry
ok
NaTzi
Hello good day to you all! Can someone help me in my project? I'm kinda stuck in the syntax parser my code isn't working well.
NaTzi
NaTzi
Check your DMs
Simple Sorcerer
Check your DMs
Read the rules
NaTzi
Oh sorry
Rose
Purge complete.
CPU_Governor
Hi, do someone know if there are some videochat group for c++ code review? Thanks
That's why programming communities in discord exist
Демон
Hello !
klimi
Hello !
read the rules
Демон
i just say hello whats wrong ?
klimi
i just say hello whats wrong ?
you are unnecessary spamming 16.5k people
Демон
klimi
nuh uh, thats no spamming
Won't argue with you. 2. This group is meant to be used for C/C++ discussions alone. Assembly language discussions are allowed as well. The moderators' intention is to keep this group clean and to stick to the purpose the group was created for. Hence, questions or discussions about anything else is strictly forbidden. This further means that: • You should not send useless messages like "Hi"/"Hello", "I'm new here" and similar. • You should not send useless messages like "Does anyone know XYZ?", "Has anyone used XYZ?". Just ask your question directly. • You should not ask questions without checking your problem in Google or any other search engine. Doing so will result in a warning. Following this, check the Resources section of this group to see if your question has an answer there. • You should not ask exams/homework/interviews solutions. This will get you banned.
CPU_Governor
programming communities don't have to be that strict either
CPU_Governor
Casual chat's can be used while asking c++ related questions. If i want to ask direct and strict; chatgpt exist
CPU_Governor
But although saying just "Hello" or "hi" is meaning less
Dima
I wonder if GPU_Governor exists
Dima
maybe HBA_Governor too
Dima
harmony5 🇺🇳 ⌤
programming communities don't have to be that strict either
It's not just for programming communities. Asking smart questions (and that includes being direct and not wasting anyone's time) has been proper forum etiquete since way before chatgpt.
harmony5 🇺🇳 ⌤
See nohello.xyz
Ludovic 'Archivist'
Just ask question directly? What! Are you chatgpt
Klimi just copy pasted the rules to you
Ludovic 'Archivist'
programming communities don't have to be that strict either
They do, and always were. I do not count how many github discussions were closed because idiots posted thumbs up or thumbs down emoji repeatedly Forums always requires posters to state their full problem in the opening post, same for bulletin boards. And any person stupid enough to send a single emoji or a hello to a mailing list is definitely getting spat on and blocked. We have rules for a reason and we do our best to enforce them to keep discutions on topic and clear so that people can read up the answers they need easily
klimi
There is also #ot group for general chat.
poetry
Going online is like going to work
ale
Hi I need to find the library ''numbers.h'' to install in dev c++ can someone help I can't find it
ale
I can't find on the internet the file of the library or where to download it
Pavel
Hi I need to find the library ''numbers.h'' to install in dev c++ can someone help I can't find it
Are you talking about this one? https://en.cppreference.com/w/cpp/header/numbers
ale
Are you talking about this one? https://en.cppreference.com/w/cpp/header/numbers
Yes but I don't know how to import it on my compiler
Danya🔥
Yes but I don't know how to import it on my compiler
1. Don't use Dev-C++ 2. Read the page properly to see the real name of the header file 3. Probably, update your compiler
Pavel
Yes but I don't know how to import it on my compiler
You need to make sure your compiler supports C++20, and you've enabled it (need to read the documentation of Dev-C++ to figure out how)
lethal launch
Ok
lethal launch
Loaders n receivers
wm
Hello! Where can i find libxml2 which was built for win11, I've downloaded libxml2 source code, but there're lots of error when I was compiling it. Thank you!
ale
1. Don't use Dev-C++ 2. Read the page properly to see the real name of the header file 3. Probably, update your compiler
So...I change it with the vs code but now there's the problem that I still don't know how to import the library from CPP reference to the compiler
Danya🔥
Standard library header <numbers> Do you understand what does this mean?
Rose
Yeah I literally started a week ago
Please check out this channel - @Resources for information on learning sources for C and C++ (books and videos) and Frequently Asked Questions.
Danya🔥
No
What's not clear to you?
ale
Header
Brooklyn
Header
#include <numbers>
Brooklyn
#include <numbers>
The answer you were looking for just put this at the top of your file
Brooklyn
I already did that
Is it working?
ale
Nope
Brooklyn
Nope
Any compiler errors
ale
#include errors detected. Please update your include path. Squiggle are disabled for the translation unit
ale
Extension?
Brooklyn
Extension?
How did you compile your program?
🆂🅸🅳🅳🅷🅸
Brooklyn
using vscode
What buttons did you press
ale
I've tried debug and run without debugging
Brooklyn
I've tried debug and run without debugging
Press the extensions button on the side you will know which one is the extension button by hovering your mouse over it
ale
Okay
ale
I Ve installed everything but it's not working
Pavel
I Ve installed everything but it's not working
What have you installed specifically and what is "not working" and what does it do instead?
zawkin | 🇵🇸
I Ve installed everything but it's not working
Do everything thing you can do, then maybe you can fix it)
ale
What have you installed specifically and what is "not working" and what does it do instead?
I've installed ' c/c++ extension pack, c/c++ themes, cake, cmake tools ( the download was automatic)
ale
#include errors detected. Please update your include path. Squiggle are disabled for the translation unit
And when I try to run a simple code (it just show a sentence) it just send the message I wrote before
Pavel
#include errors detected. Please update your include path. Squiggle are disabled for the translation unit
There are some answers on SO, did you try them? https://stackoverflow.com/questions/45583473/include-errors-detected-in-vscode
Yanwardo Florensius
Or try to post them here