Alex
Ohk . it is not in c In c only const variable cannot be change when it's in romb
In C const variable may be changed if it was not located in read only memory block. I don't know what are you talking about. In C you may change almost everything. The result may be very dangerous. But it is a power of the language. In some operating systems with permissions you may change read only memory block also!
27Onion
C is father of every language 😜
assembly language: what are you talking about
April
#define inline attribute((always_inline))
April
Do I have the need for macro definitions to enforce inline
April
or gcc may not take my advice
abdisa
C is father of every language 😜
I have huge respect for that but the rabbit whole goes deeper than that mate !
\Device\NUL
Pavel
#define inline attribute((always_inline))
I would suggest using another name for it, like FORCE_INLINE or something like that. In C++17 inline can be used for declaring variables and functions that have different linking rules. So it may break with variables and force to inline these functions (which can hurt the performance). And yes, you need a macro to enforce it, just "inline" is historically a hint, in C++ it has been given a new meaning, so maybe in the future the "hint" part will go away. Compilers are much better at guessing what to inline than humans, since the effects of call inclining (and other similar optimizations) can be counterintuitive sometimes. So to add to that, don't forget to measure that force-inlining has given you any benefit in execution speed at all.
27Onion
writing manual in opcode
what about even further
27Onion
get rid of opcodes
27Onion
and just make a circuit using logical gates to solve problems
The
🥲means?
https://madhadron.com/programming/seven_ur_languages.html
Chat Boss
Mehrad sent a code, it has been re-uploaded as a file
Chat Boss
Mehrad sent a code, it has been re-uploaded as a file
Chat Boss
Mehrad sent a code, it has been re-uploaded as a file
You
#include<iostream> helps us to use cin and cout What about ... #include <windows.h>
MOD
Hi veryone i'm haveing an issue with vs code when i clicl "run c++ file" it shows up a window says "launch: program file.exe dose not exist" how can i solve that plz?
MOD
i have this issue just when i run it on the terminal. the output section is fine
Anonymous
yes, everything is installed
U must search that error in yt and see video respective to that error
MOD
U must search that error in yt and see video respective to that error
i tried a couple of solutions like edit on launch.json but i facing the same issue but thanks for your response
Anonymous
i tried a couple of solutions like edit on launch.json but i facing the same issue but thanks for your response
🥲 if u don't mind try to uninstall vscode once and reinstall it May be some installation failure
MOD
Hm try
i just did now and have the same error
Anonymous
When u install mingw did u assign bin folder path of mingw in system path?
Tayyab
can you please send screen shot of your problem
Anonymous
Idk😂 Just i follow the step from the tutorial and the person who was telling Said this is an important step that's why i say did u do that
April
system environment is very important
April
The command in system path can be called.
Anonymous
Guys do we use dangling pointers and wild pointers in c program ? Or just we use null pointer and void pointers in codes mostly
Anonymous
Ok
PREET
C program
mito
C program
int main(){ return 0; }
Anonymous
Vlad
Hello everyone. I have a question (I'm not a c++ programmer, but I have an urgent problem that either c++ or delphi can handle). In short, I need to log in to one of the services, so I create an object and assign username and password to the object, display it in the terminal, everything is fine with the encoding. Sending data, response: Username/Password incorrect. I am sure that the data is correct, and in a few hours of debugging I only came to the conclusion that perhaps I did not set the encoding correctly when sending data, can someone tell me how to set the encoding correctly? Thank you
Saeed
Hi its the first time im writing echo tcp server with select () and its generate weird output can any one have look at the code? https://pastebin.mozilla.org/yRHKncRd
Azadi
UTF-8 represents 256 distinct characters.
Mar!o
UTF-8 represents 256 distinct characters.
UTF-8 is a variable length encoding which uses 1 to 4 bytes. It does not represent 256 distinct characters because some bits are used as continuation bits. But ASCII values ( < 0x80) are encoded exactly the same way as in ASCII
SRITHAR
I want c ++ class
Levi
I want c ++ class
Do u want resources?
Pak
So I was thinking of weekly challenges. If you are we interested we can sort them out from simple to complex ones.
Danya🔥
How to install GCC 13 on Ubuntu 20?
Danya🔥
Why is it so damn tricky?
𝐃𝐄𝐌𝐎𝐍 𝐇𝐔𝐍𝐓𝐄𝐑™
ByteLawd
Any decent tg channels to discuss android studio's app dev
Danya🔥
Yes
https://t.me/cpp20programming
Azadi
UTF-8 is a variable length encoding which uses 1 to 4 bytes. It does not represent 256 distinct characters because some bits are used as continuation bits. But ASCII values ( < 0x80) are encoded exactly the same way as in ASCII
I was thinking of utf-8 and the vast majority of commonly used characters which are representable by only two bytes, at the time and should have likely added the world "can" there, like: utf-8 can represent (encode) 256 distinct characters and more.
Anonymous
Can someone text me ı have a question
Pavel
Can someone text me ı have a question
Why not ask the question here?
Anonymous
Why not ask the question here?
I can not send pic here
Pavel
I can not send pic here
Why do you need to send a picture? If you want to share a code or an error message you can use pastebin or similar code pasting services (or even things like wandbox for short programs)
Anonymous
Because u do not let send pic?wtf
Anonymous
İs that my mistake?
Pavel
Because u do not let send pic?wtf
You want to send a picture because it's not allowed?
Igor
eventually you can use imgur or smth like that
Anonymous
I have a question about stacks
Anonymous
Not code
Pavel
I have a question about stacks
Then probably need to use some image sharing service like imgur that Igor mentioned
Pavel
I guess pictures were disabled because too many people sent photos of their monitors
Anonymous
Ok ı will not ask u
Anonymous
U lost ur chance ı will ask someone else
scar tissue
U lost ur chance ı will ask someone else
Oh no, Lord, he begs thy forgiveness, please reconsider. It's not the honour one can easily bypass.
scar tissue
Seriously, when I joined, people who are not able to read rules were banned left and right. But this one is funny I must admit.
Dima
Use pastebin or whatever
Dima
/blue_text_must_click
Md Masud
hi i am beginner C proggraming so all of us help me provides some resources