Dima
these all plugins written by 3rdparty devs, meh.
Nameful
You can definitely turn it into something that closely resembles an IDE, but it is not one in its default configuration
Nameful
What C++ compiler does it use on Windows?
Dima
well, this group is not for ide discussions
Dima
use what you like
Nameful
windows suck too.
much like macOS, but that's not relevant here
Ajay
use what you like
it was just my recommendation to add it bcz, it couldn't find anything lighter than that in Mac.
Ajay
Atom
is it, really?
Dima
lighter? lol always downloading updates, eating ram + caching something. yeah, light.
Dima
I am using it sometimes
Nameful
it was just my recommendation to add it bcz, it couldn't find anything lighter than that in Mac.
most things that aren't Electron-based will probably be lighter
Dima
Everything on electron is meh 😕
Ajay
I am using it sometimes
so what do you use on your mac?
Dima
well
Dima
#ot
Dima
appcode supports c++ and native xcode projects
Ajay
CLion/AppCode
CLion, subscription?
Dima
yea
Dima
all products pack, so Idc about ides lol
Nameful
Geany, for example?
Sure. Or Kate.
Nameful
Or gedit!
Lieutenant
Sure. Or Kate.
Good choice
Nameful
Or …
Lieutenant
Or gedit!
Not an IDE, I guess
Nameful
Wine Notepad!
Nameful
Not an IDE, I guess
VS Code isn't either
Lieutenant
VS Code isn't either
Kate has add-ons?
Nameful
Kate has add-ons?
Yes, but I think they have to be compiled in. Not sure though.
Nameful
That's effective
Nameful
Question: will I unconditionally be warned if I send a t dot me link?
Anonymous
for(;;){ statement; } what does ;; mean in for
Nameful
depends
So it is conditional?
Dima
So it is conditional?
depends on what you send lol
Dima
if its helpful/good then its all okay
Nameful
for(;;){ statement; } what does ;; mean in for
It's equivalent to a while loop
Dima
and not an ad in any sense
Nameful
Oh, that Python group warn was so fast I thought it was automated
Anonymous
Anonymous
okay
Dima
for(;;) is a for loop without condition so it will always spin
Nameful
Forgot to mention that
Anonymous
does it makes any difference in when i use while and when i use for?
Nameful
does it makes any difference in when i use while and when i use for?
I think you need to use that for (;;) syntax in old versions of C
Anonymous
kk
Anonymous
kk
Nameful
But unless you need to support ancient compilers for some reason, use while
Anonymous
what is bzero()?
Anonymous
how it works?
Anonymous
#googleit
not found any nice content for me thatswhy asking here man
Dima
not found any nice content for me thatswhy asking here man
literally the first link in google http://man7.org/linux/man-pages/man3/bzero.3.html
Can
Can
can someone example a class implementation for copy constructor and operator overload? mine is not working :d
Nameful
Famous last image
Can
wdym
Nameful
Photo of screen
Anonymous
/warn
Can
its ok i only have cellular data so i cant use pastebin
Anonymous
its ok i only have cellular data so i cant use pastebin
The problem is that it's hurting eyes
Mar!o
Yep and it's not too hard to take a screenshot
Mar!o
You should pass string by reference btw
Mar!o
If possible by const or R-Value
Anonymous
Mar!o
No rvalue, const ref
In this case not
Mar!o
But if he uses only literals it might be an idea
Can
thank you, I am trying
Anonymous
hi everyone
shopify
Morning to all
Praneeth
Hey guys I have some tough competitive problems would anyone like to do them ? I need the codes in C++.
professor
does anyone has installed libxml2 under windows ?