Tawanda
What's your use case?
Just need a mentor
Mat
Just need a mentor
How much are you willing to pay?
Mat
I'd suggest you Cpp
BinaryByter
for everything
Jussi
What should I use to develop Windows GUI applications, as it seems that Windows have dropped the Forms application from Visual C++, and on the other hand I don't want to comply to Qt's open source option? Is there something else than Qt?
Jussi
Oh, can I?
Jussi
That would be great as that's the thing I've been using on Linux too
Jussi
But then again I think I can't create standalone apps
Jussi
Gosh it is hard
Jussi
https://www.wxwidgets.org/
Thanks! I'll look into that
🐰🐾 سمیه
Hi, would you please explain this context as well as the meaning of thwetwo highlighted words? ( stack and pop ).
Jussi
Hi, would you please explain this context as well as the meaning of thwetwo highlighted words? ( stack and pop ).
stack is a memory region allocated for each program. it is a STATIC region. so pushing values to stack means storing them inside the stack memory, and popping means returning the values from the stack one by one.
Jussi
The stack grows as you push more values there, and when you "pop" a value from a stack, you only get the latest value that was pushed, hence the name "stack"
Jussi
So it does not have a fixed type and capacity. it expands as we strore data there, right?
yeah, until you run out of memory space which causes a "stack overflow"
Jussi
https://www.youtube.com/watch?v=XSdXSmwb550
🐰🐾 سمیه
Ok. thanks🌷☺️
14•08
Sorry
Jussi
https://www.wxwidgets.org/
Hey this is great! Compiles and links statically!! Thanks very much
Anonymous
Hi guys, pls suggest what websites offers exercises where i can practice my logic using programming language?
Dima
What the..
Ariana
/warn read the damn rules please
Anonymous
OK
Walter
Guys any ideas to build a project in c program??
Anonymous
why namespace is not used in Turbo C++ compiler?
Karthik
Any graph plotting tool which can be used with c program??
Karthik
Other than gnu plot
HQ TEAM
Good night people
Anonymous
Hii
Shivang
Where do we use void *
Sachin
Hii
Sachin
I'm beginer
Sachin
Tell me how to learn c/c++ best way
klimi
How is this conn3cteď to the c/c++
Sachin
Any book for c++ in easy way
klimi
Go the hard way
Daniel
There is no easy way
Daniel
Have you been learning C?
Daniel
Aa, i see
Daniel
Start by C, c++ is a big extended version of C. But there is no a lot of basic information in most of C++ books about C basics cuz we can't highlight so many information in only one book.
Anonymous
just found my dads 2000 c++ book Uwu
Anonymous
Do you guys think I should reference it?
klimi
just found my dads 2000 c++ book Uwu
Well it's good for things that were <2000 but now we have c++17 standard and... That is 2017
Daniel
how much basic it was? try to learn everything from middle C-book, then u ready to learn C++ i think
Daniel
then why don't to start? I said why i would start by C if i were a very beginner. Just do smth
Dima
What the... all these questions!
Mat
Do you guys think I should reference it?
No. At least use something not older than C++11
Mat
Tell me how to learn c/c++ best way
C or C++? They're two different languages
Anonymous
How do you think, what's the future of C++, considering new standards like C++14 and so on and so forth?..
S.
New standard is like C++2x
Bross
Ide for c++
Bross
Ho help me?
Bross
Like pycharm
Daniel
Clion
Daniel
It's jetbrains product too. Their soft have very similar interface) But in CLion visual studio compiler debug doesn't work. Program can by only compiled and runned.
Daniel
So u ought to use gcc complier there
Mat
Ho help me?
Gnome builder if you're on linux
Bross
I use vim
Unknown
how to get to the node at the middle in the linked list
Anonymous
klimi
Gnome builder if you're on linux
Yes that's good it runs Vala too
klimi
Welcome
Anonymous
hey any one use mqtt in C here ??
Anonymous
Probably
did you
Anonymous
I'm trying it but getting some issue
MᏫᎻᎯᎷᎷᎬᎠ
.
klimi
.
. Found ya
Mihail
New standard is like C++2x
It's 2a, not 2x tho
Ci-lla
Hey guyz do u know any web site with explained classes exercises in c++ ?thanks ✌️