Mat
I want to learn c++ how I can start my first step
Learn programming. You can even use some pseudo code to learn it
Mat
Learn what's hunder the hood as complexity, problem solving and other similar stuff
Perodaah
Why
Its straight forward , just check Google, you'd see why
klimi
jas
Please explain pointers in c
Aditya
Hi
Charon
Hello
karthik
Hi can you please help me how to convert PowerShell script to execute .bat file
Anonymous
What can I do for selection of minimum arrival and burst time while implementing SJF algorithm?
Francisco
What can I do for selection of minimum arrival and burst time while implementing SJF algorithm?
Don't even know what you're talking about, and not C/C++ related so far
Joesph
@K11M1 @Neko_cpp why do my messages disappear
Joesph
Every time I write something put mobile on sleep and after 60mins boom my messages gone
Joesph
Purge complete.
Vineeta
Programming looks very difficult
Nameful
Programming looks very difficult
It is in the beginning
Nameful
But you get the hang of it
Nameful
Then you realise the real enemy is debugging
Dima
it always is very difficult
Chernykh
Does anyone here know why debugging in xcode is peace of shit?))
Chernykh
Especially with Qt framework
Dima
the whole Xcode > 10 got crappy
Chernykh
It cannot work with qt objects
Pavel
Pavel
https://pastebin.com/z7GTGBtN
Chernykh
I voted for 3rd variant but any case can be exploited it depends of purpose and usage place
Dima
sounds like an assignment
Dima
Pavel
sounds like an assignment
Lol, assignment without the one right answer? :)
Chernykh
Move semantic can be used in internal methods
Anonymous
It cannot work with qt objects
Lol, why don't you use Qt Creator for developing Qt apps?)
Pavel
I voted for 3rd variant but any case can be exploited it depends of purpose and usage place
I agree, but this is the point, to choose one for some "generic" (library) container/wrapper. That would be "by default" choose for you in this case.
Chernykh
But macos isn't main platform and i don't know how to disable libraries validation in qt creator
Raj
How to find consecutive number of 1's in a binary number. Eg.10101111 O/p:5
MᏫᎻᎯᎷᎷᎬᎠ
Hey @Neko_cpp What library do you use when working with both server & client side?
Dima
I wrote my own
Chernykh
Glad to listen ur advice
MᏫᎻᎯᎷᎷᎬᎠ
I wrote my own
Wow Based on socketapi.h?!
Dima
Wow Based on socketapi.h?!
is it win32 header?
Dima
I didn’t use any of libs, only system ones
Dima
posix api
MᏫᎻᎯᎷᎷᎬᎠ
MᏫᎻᎯᎷᎷᎬᎠ
Well You are soo awesome
Dima
I don’t like to use 3rdparty libs
Dima
even boost
Dima
and I am ready to spare my free time for a production time
Chernykh
So if anyone met this problem here is solution: it can be turned off in xcode
MᏫᎻᎯᎷᎷᎬᎠ
Do you follow the same path when working with GUI?
Dima
Appcode works with cxx/xcodeproj files
Dima
and its MUCH BETTER
Chernykh
It's single event
Chernykh
I mean build proj on mac for debugging
Chernykh
But thanks
Chernykh
In general i use clion
Chernykh
And sublime with cmake and console
klimi
sounds like an assignment
That is why I picked random answer
Pavel
That is why I picked random answer
You're too prejudiced
Dima
Azzam
inline bool compare(int x, int y){ string xy, yx; xy = to_string(x); yx = to_string(y); xy.append(yx); yx.append(to_string(x)); if(stoi(xy) > stoi(yx)) return false; return true; }
Azzam
I'm getting this error in this code
Azzam
terminate called after throwing an instance of 'std::out_of_range' what(): stoi Aborted
Azzam
can you please help me out to solve the error
Anonymous
A string contains a number that cannot be represented by int
Anonymous
Try to use different algorithm
Azzam
Thank you very much
Azzam
I have resolved the error ☺️
Anonymous
🎉
Anonymous
/rules
Nameful
Are you using printf?
Anonymous
Can anyone explain me this INT main() { INT a=5; Printf("%dhello"+1,a); } Op is hello only
Nivo
Hi can anyone help me slove (ii) question ?