Vlad
Pardon my french
أبو رمان
What is your library?
It is irrelevant.
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
@arrummani do not message here before you get unmuted
أبو رمان
Vlad
I think I can send messages now.
Until whatever ai in that bot decides that you're spammin
Vlad
See?
أبو رمان
Have you used OOP encapsulation before?
I do not, if it is of object-oriented programming.
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
Roxifλsz 🇱🇹
the bot mistake?
It would seem so, it's quoting the correct message that I approved, but shows wrong username
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
Yash
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++?
klimi
Hi guys, Please if you want to go into embedded systems  what is the best way to approach C and C++?
Usually to use these languages to practice working with embedded systems. I recommend going for C first so you know how basics work and then if your embedded platform allows for it try 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
Suka
Hi guys, Please if you want to go into embedded systems  what is the best way to approach C and C++?
first always look at your board manufacturer for the available SDK. usually they will provide a free downloadable compiler and when it says c or cpp compiler then you can focus on those.
Faathin
You should specify the output name
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
Cayetano
Thanks @albertnadal !!
Cayetano
May I reach you to talk about a project that I'm involved with?
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
How to improve logical thinking in c programming
by doing flow diagram and algoridham
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
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");
touhou
Print("Hello World");
error: 'Print' was not declared in this scope 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?
klimi
Any expert coder here?
no, this is alcoholic self-help group...
Vlad
no, this is alcoholic self-help group...
Template junkie rehab group?
klimi
?
yes
Ujjawal
Any one knows how to hack bgmi
Yes, just give me the source code
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++
touhou
only way to static link opencv libraries is cmake?
I wrote something, but stupid bot deleted my reply. Too lazy to write it back again.
onz
omgg
onz
stupid channel imo
Vlad
no chance only with g++
You want to add all opencv dependencies by hand?
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.