Telegramy
Articles
About
« Rev
@programminginc
1359
Fwd »
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
aj
i heart that many people said dont use mfc
Ni hao
Anonymous
Ni hao
salamat
Anonymous
haha
Anonymous
you know chinese?
Anonymous
emmm
aj
salamat
Not a zhonguo ren
aj
you know chinese?
A little
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
Anonymous
for ai bots I don't think Arduino will be reliable
which better
aj
im a world man
I didn't get this
Anonymous
I didn't get this
never mind ,where are you from
aj
never mind ,where are you from
Inbox
Anonymous
where
Anonymous
for ai bots I don't think Arduino will be reliable
So what will you say is reliable?
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
Mihail
C requires more advanced knowledge of underlying concepts of a system. It is easy to fuck up if you don't know exactly what you're doing, however at the end you get a product that is generally faster and able to hook into lower levels of the system. Python is slower and usually less powerful, however it has really nice syntax, lots and lots of modules and a very helpful community. It is much easier to program in and it's my preffered language since it is quick to develop and has a nice way of abstracting a lot of low level things.
Since when is using indentation for literally everything nice syntaxis tho
MᏫᎻᎯᎷᎷᎬᎠ
I know c++ is inspired by simula, ALGO and other language
I knew that later
MᏫᎻᎯᎷᎷᎬᎠ
Looks like you did some researchs
Anonymous
Since when is using indentation for literally everything nice syntaxis tho
Because it lays things out nicely
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
« Rev
@programminginc
1359
Fwd »