Russell
And is a very complete framework
Anonymous
Oh!
Anonymous
Anonymous
Russell
Unfortunately, you have to run moc on your targets, but it's easy to setup a build system to do it for you
Russell
If you're curious about qt, install qt Creator and mess around a little
Anonymous
Anonymous
Russell
(cmake and qmake are the suggested build systems)
Russell
Anonymous
Russell
Qt will work with any ide
Anonymous
Oh! I thought it works with qt creator only
Anonymous
It works with CLI too?
Russell
What do you mean?
Anonymous
Terminal
Anonymous
Command line interface
Anonymous
On Linux
Russell
But like what about qt would you like to work with a cli?
Anonymous
https://stackoverflow.com/questions/3533348/how-does-this-code-generate-the-map-of-india Wow, this blew my mind!
Russell
Yeah...it has a argument parser if that's what you're looking for
Michael
qt has either qmake or qbs to build a project
Michael
qbs = qt build system
Anonymous
Thanks guys :) Appreciate it!
Anonymous
Good night everyone!!!!
Anonymous
Hey if I’m new to coding should I start with C then go to C++ or just jump to C++ I want to start and build a solid foundation for myself just asking I know you all are more skilled ?
Anonymous
Anonymous
Why Cpp?
I want to develop a BlockChain company and cryptocurrency for a unique idea And I seen bitcoin is done in C++ I believe just need some guidance I want to be a developer in the cryptocurrency Space
Anonymous
I guess I just need to know where to start
Anonymous
You have to know the context
Anonymous
Bitcoin was developed after Wall Street crack in 2007
Anonymous
And released in 2009
Anonymous
At this time the most powerful OOP language was C++
Anonymous
I recommend to every (if already know C) to test Golang
Anonymous
Oh okay I got you man you’ve been a lot of help
Anonymous
Golang was created by Rob Pike and Ken Thompson (one of the C creators)
Anonymous
For one purpose: Do multicore computer programming more painless
Anonymous
Anonymous
If you want to do in it Cpp I won't be against 😆
Anonymous
Thanks man
Anonymous
Anonymous
And C is the base of history of computing
Anonymous
Some people says that Golang is the heir of C or the new C
Anonymous
Oh okay wow I didn’t know that cool man thanks a lot
Anonymous
I was studying Robert F Smith he’s a Programmer and Coder but he combined his engineering skill set with investment banking and became a billionaire
many
Anonymous
many
I don't know why android uses Java related stuff but not C related stuff
Anonymous
All low level programming is better to do it in C
Anonymous
Anonymous
In high school people knows java and python (poorly knowledge languages)
many
Apparently Java platform gives some drawback in a low voltage and lacking of memory phone environment
Anonymous
Anonymous
And I think it will end like this
Anonymous
The main reason I think that was the portability
Anonymous
Java VM
Anonymous
we are lucky that python was not very advanced when Android was developing
Anonymous
Y’all smart man ha
Anonymous
Google is developing Fuchsia (new OS)
Anonymous
https://fuchsia.googlesource.com/
NinuX
Hey guys.
I'm trying to compile my program into a fully standalone exe.
And it's not working! 😔
g++ -std=c++14 -D_WIN32_WINNT=0x0601 main.cpp Request.cpp -I%BOOST% -L%BOOST%\stage\lib -lwsock32 -lws2_32 -static -static-libstdc++ -static-libgcc -o MAIN -O3 -w -Wl,-Bstatic -lboost_system-mgw63-mt-d-1_65_1 -Wl,-Bdynamic
And I'm still get the error of "libstdc++.dll" is missing
Roxifλsz 🇱🇹
Anonymous
If it tries to find libstdc++.dll then something is wrong with flags.
Anonymous
It should search only for libstdc++.lib.
NinuX
Anonymous
hello everyone
Anonymous
can anyone help me to connect to mysql (windows form application) and read image from db
Isc
Anonymous
it is ok, I can conect to mysql db, but I can not read images from db
Anonymous
I read all of them, I have no qt , I have got visual studio 2012
Anonymous
are you gonna google again?
Isc
xddd
Anonymous
ok, but I am not asking question here for someone googles to me, but i am asking is there anyone who have tried this or know about this
Anonymous
I googled it before asking
Isc
Anonymous