Anonymous
Who are you talking to
Anonymous
you
aj
How can I create verticle tabulation in cpp
Anonymous
every one
Anonymous
😂
Anonymous
you
I'm a girl actually
Anonymous
oh
Anonymous
sorry
Anonymous
sis
Anonymous
All good
Anonymous
Do you konw win32 api?
Anonymous
(:
Anonymous
the MFC framework?
Anonymous
i know a little
Anonymous
the .Net framework
Anonymous
or third part Qt gtk
Anonymous
i heart that many people said dont use mfc
Anonymous
yeah
Anonymous
i use pyqt before
Anonymous
too old to use
joel
which better in c and python
python; used for so many things
Anonymous
then you can try Qt
Anonymous
but python dont good at GUI
Anonymous
just install Qt from official site and read tutorials
Anonymous
Ni hao
salamat
Anonymous
haha
Anonymous
you know chinese?
Anonymous
emmm
aj
salamat
Not a zhonguo ren
Anonymous
im a world man
Anonymous
😜
joel
And I dont know if programming arduino can be regarded as robotics
for ai bots I don't think Arduino will be reliable
aj
im a world man
I didn't get this
Anonymous
I didn't get this
never mind ,where are you from
Anonymous
where
Anonymous
Anonymous
C++ is OOP... it's not designed to be functional or procedural.
actually, I doubt that if cpp is a real oop language
Anonymous
java
joel
So what will you say is reliable?
using two programming languages Python for the machine learning and data-driven processes and Arduino for the functional part of the bot
olli
actually, I doubt that if cpp is a real oop language
C++ is multi paradigm, OOP is one of them
Bhupesh
actually, I doubt that if cpp is a real oop language
Not a pure OOP language but the most sexiest one
Anonymous
Yeah, multi paradigm, I read this in <<effective c++>>, that's where I started my tour of c++.
Anonymous
I don't doubt c++ but oop.
Anonymous
I know c++ is inspired by simula, ALGO and other language
Anonymous
but what is oop?
Anonymous
or is the term oop necessary?
aj
but what is oop?
Object oriented programming system (oops
MᏫᎻᎯᎷᎷᎬᎠ
Looks like you did some researchs
Mihail
Because it lays things out nicely
{ } blocks are way more readable imo
Mihail
And way less error-prone
Anonymous
Lol
Dima
Lol.
Anonymous
I love when people thank the bot
Anonymous
Wholesome
Muhammed
Pyramid using * by c
Mandelbröt
May i ask the question of problem solving
Mandelbröt
Can anyone suggest any logic
Mandelbröt
Read the problem from hackerrank problem solving
Mandelbröt
Forming the majic square
Anonymous
H
Anonymous
Hi
Bhupesh
Hi
Yo
Mandelbröt
new-year-chaos-English.pdf
Mandelbröt
new-year-chaos-English.pdf
Look into the given question
Mandelbröt
magic-square-forming-English (2).pdf
Anonymous
Hi , what is the use of using namespace std ; I while I knew only <conio>
Kousik
Conio is outdated
Anonymous
Ok , thanks
Kousik
Hi , what is the use of using namespace std ; I while I knew only <conio>
We use standard namespace to print and scan the output and input or any manipulate string by using this line
Raul
We use standard namespace to print and scan the output and input or any manipulate string by using this line
This is wrong. using namespace std; Is a shortcut to not having to type out std:: when you are using a function or a method from the standard template library. It's bad, don't ever use it.
Kousik
Oh ok thanks😅
BinaryByter
Conio is outdated
and not even a thing on linux
Kousik
Yeah