Vlad
Pardon my french
أبو رمان
Vlad
It is irrelevant.
Size and scope of what library does is relevant for the discussion though
Vlad
https://en.cppreference.com/w/cpp/language/pimpl.html
Vlad
Have a read, on how to keep your header interfaces lean and tidy
Vlad
Have you used OOP encapsulation before?
Vlad
@neko_code, @K11M1, @roxifas
Vlad
Pliz unmute fellow nibbler
أبو رمان
My messages are being deleted back. 😔
Vlad
Vlad
@arrummani do not message here before you get unmuted
أبو رمان
Vlad
Vlad
See?
Never Spam Bot
Krunal Dhoriya sent multiple messages that looks like a spam.
Why was my message deleted?
Spam deleted in this group: 4753
Never Spam Bot
Krunal Dhoriya is now approved by the group admin and can send messages without any restrictions
I have answered “And how xxx xxxx is one C file an overkill?” of yours in the other group.
See spam? Quote the spam message in the group and reply with /spam
Roxifλsz 🇱🇹
Hmm that's not quite right, person with arabic name was the one getting unmuted
Ighor
Roxifλsz 🇱🇹
the bot mistake?
It would seem so, it's quoting the correct message that I approved, but shows wrong username
Ighor
Roxifλsz 🇱🇹
Rose
Welcome Vsjnzk!
Please read the pinned message 🙂
Click the button below to unmute yourself.
Hii
I have received it within a week
Yash
Can someone please help me
I write a code and then I save it
I'm using windows 11
My file name is code so in terminal is wrote
g++ code.cpp
./code.exe
I've tried to save the code and by terminal I'm trying to recompile my new code but it's just showing the results of previous code
Ziky
Yash
Ziky
Rose
Reported Hii ! [1630885183] to admins.
Blacky
Hi guys,
Please if you want to go into embedded systems  what is the best way to approach C and C++?
Never Spam Bot
Noor Wachid sent multiple messages that looks like a spam.
Why was my message deleted?
Spam deleted in this group: 4764
Faathin
Faathin
You should specify the output name
Suka
Albert
Hi everyone! I would like to share the devlog of the remake I’m making of the Sega game “Zaxxon”. I’m implementing it in C++ and Raylib. I think it could be interesting for those who are curious and want to learn how to use this language. Cheers!
https://www.youtube.com/watch?v=EavRmM_2MA0
https://github.com/albertnadal/ZaxxonClone
Blacky
Cayetano
Thanks @albertnadal !!
Cayetano
May I reach you to talk about a project that I'm involved with?
Adonis
Cayetano
@albertnadal May I reach you to talk about a project that I'm involved with?
Cayetano
yes please
ok, @adonis_myths_god I will do later!
Vjyih
Hiii guys I'm new to here
Vjyih
How to improve logical thinking in c programming
Krunal
Vjyih
by doing flow diagram and algoridham
How can I practice I need to practice topic vise topic for example If i read today variable and data type I need to practice specific topic right?
Rose
User Puja has 1/2 warnings; be careful!
Reason:
pm ask
Gaurav
Gaurav
I used to do random stuff basically trying if something I am trying is possible like that or have some other way
Orange Juice
Print("Hello World");
qwert
#define Print printf
Cayetano
Or, if you a are programming in C++, you can use cout << "Hello World";
Orange Juice
#include <stdio.h>
int main(){
Hello world("printf")
}
Igor
Ritika
Hi free fun.?
klimi
Rose
Welcome T!
Please read the pinned message 🙂
Click the button below to unmute yourself.
kripalsinh
Any one knows how to hack bgmi
Abhimanyu
Any expert coder here?
Vlad
kripalsinh
klimi
Vlad
?
saar u vil nid to downlod artmani oke
摄
。
摄
As WinHttpSendRequest,Do you have any friends who are familiar with network operations
onz
why photo isnt allowed
onz
only way to static link opencv libraries is cmake?
onz
no chance only with g++
onz
omgg
onz
stupid channel imo
Vlad
Needlessly complex way to suicide imo
Orange Juice
I'm secretly a python user but if I blend in enough with all C/C++ users nobody will know hopefully;
klimi
I wrote something, but stupid bot deleted my reply. Too lazy to write it back again.
> cmake is a build system generator that generates the build scripts for whatever build system you want or using like Makefile for make, build.ninja for ninja. If you open the generated script and take a look you can see that they are infact calling g++ or whatever compiler you use or configured in cmake as commands to compile.