Anonymous
okie
Anonymous
2) you install MinGW both in "Qt 5.13.0" and "Developer and Debugger tools"
Anonymous
and this too 😅
But for both options bebugger support (second checkbox) is necessary, I guess
Anonymous
okie
Anonymous
1) you choose msvc 2017 32 bit and then install Microsoft compiler via visual studio installer
Only compiler is necessary, visual studio itself is not I think it's called something like Visual C++ tools v141
Anonymous
Only compiler is necessary, visual studio itself is not I think it's called something like Visual C++ tools v141
If you already have a visual studio community 2017, you don't need do this
Anonymous
i have vscode
Anonymous
not community
Anonymous
i have vscode
This is totally different program
Anonymous
yep
Anonymous
VS Code is just an enhanced text editor
Anonymous
oh okie
Anonymous
Qt Creator is an proper IDE
Anonymous
This is why it can have a big download size
Anonymous
But the great thing about it, that it can run on not very powerful computers
Anonymous
ok I will give it a try
Anonymous
thanks 😁
Anonymous
am already having mingw installed in pc so I don't think I need to install it again
Anonymous
its 8.1 listed ones are 7.3
Anonymous
Well I think you should install 7.3.0
Anonymous
Because the MinGW option inside "qt 5.13.0" is not a compiler itself
Anonymous
It is Qt libraries built using MinGW of that version
Anonymous
So you don't have to build yourself
Anonymous
ok
Anonymous
You can try download only libraries
Anonymous
But I'm not sure that MinGW have binary compatibility between major versions
Yashpal
I want to print asterisks like this using only one print function * * * * * * * * * * Can you code it for me
kλletaa
kλletaa
just use newlines
kλletaa
\n
Yashpal
But how can I print two and three asterisks in next lines
Anonymous
Guys anyone who knows a trick for free internet
Anonymous
But how can I print two and three asterisks in next lines
Run a loop from 0 < 5 inside that run another loop from 0 to <= i print * there Then print next lines in outer loop
kλletaa
just put a \n in the string
kλletaa
just put a \n in the string
if you wanna hard code it
Anonymous
or this is you don't want to hard code it
Won't do it. It's enough hint.
klimi
but this is offtopic
klimi
bring it to the ot group
klimi
#ot
Sid Sun
Guys anyone who knows a trick for free internet
Buy a telecommunications company
Francisco
I want to print asterisks like this using only one print function * * * * * * * * * * Can you code it for me
It's easy, why would anyone do it for you? I'm pretty sure that's homework
Vladimir
If a homework is in a few strings of code, why not
Kishore
Someone explain me the code what is happening
Kishore
Inside Solution method
shreyas
I am noob in programming. Shall I start with c++
shreyas
Help
Anonymous
const function<void(vote_row&)> updater Is this a function template? but it's missing template keyword.
Anonymous
It looks like a callback function.
Vladimir
I am noob in programming. Shall I start with c++
Depends on what you want from programming
Vladimir
#cppbook
Vladimir
Like wt?
I cannot know your goals in life
shreyas
I lov tech. Ai💕, programming etc........
Vladimir
How do you know you love programming if you did not do it? Try python.
Vladimir
What do you want to do?
Vladimir
AI is about algorithms - better use more high-level lang instead of c++. IMO
Vladimir
C++ good for closed to hardware stuff
shreyas
What do you want to do?
Learn a lot, and do something special than others, like creating something
Vladimir
If you want to learn something just learn it, don't ask for permition
Vladimir
If you want c++ - take a cpp book, read it, do exercises, etc
Vladimir
In my opinion
shreyas
In my opinion
I mean wt do you mean by imo
Vladimir
I mean someone can argue and say c++ is good for AI (at least because someone should write firmware for robots, and we can write a logic in the same language)
Vladimir
Or someone can say C++ is high-level lang
Vladimir
However, someone can say C is high-level... All highs are relative in fact.
shreyas
AI, python??