Ибраги́м
Okay but for programming c and c++ which one is best out of these two
As a beginner, u will be fine using CodeBlocks.
BinaryByter
Mihail
Ибраги́м
He said devcpp isn't
He cleared that up already, thanks
Abk
Hey guys I need a book of programming language that illustrates programming concepts with analogy to the real world i can not able to understand any kinda of programming language
MᏫᎻᎯᎷᎷᎬᎠ
Bjarne Stroustrup books
Vamshi
#googleit
if you know the books just fucking say it . i know how to use Google .🙄
Otumian
#googleit
How this statement never gets old
Mat
if you know the books just fucking say it . i know how to use Google .🙄
Now use telegram's Search function. You'll find a lot of books around here :)
Vamshi
thanks💁🏻‍♂
Otumian
Bjarne Stroustrup books
This books are at times way over head for a beginner.. I recommend you read other books before this one..
Anonymous
How comparable is the speed of C++ to Java
Anonymous
I didn't know what to do so I just made an array of my own and did this :/
Which website is this, it would help me code when I don't have access to an ide ?
MᏫᎻᎯᎷᎷᎬᎠ
How comparable is the speed of C++ to Java
https://stackoverflow.com/questions/145110/c-performance-vs-java-c
Anonymous
What about C and C++ which is faster
klimi
Look into instructions
klimi
Then decide
klimi
Not necessary
David
It can compile to less instructions for example if using references
klimi
It can compile to less instructions for example if using references
But on some others things it does more instructions
Mat
Without scope you can't say which is faster
MᏫᎻᎯᎷᎷᎬᎠ
What about C and C++ which is faster
https://stackoverflow.com/questions/6955114/is-c-notably-faster-than-c
klimi
And I don't care
olli
It can compile to less instructions for example if using references
How does using references translate to less instructions in comparison to using pointers?
olli
Optimizing algorithms is way more important than the choice of language
David
How does using references translate to less instructions in comparison to using pointers?
Yo ensure that the pointer that you are passing is safe, so you get a safer code without explicitly checking if the pointer is valid
Anonymous
Will C and C++ survive in the age of quantum computers
Anonymous
Or they will evolve
Anonymous
Why is no one answering me
Anonymous
😡😡😡😡😡
Anonymous
put some boobs)
Otumian
Why is no one answering me
I believe it will.. with no reason as long as c had survived
⠠⠍⠥⠓⠁⠍⠍⠁⠙⠽⠥⠎⠥⠋
Anonymous
Tell what can replace c ?
Anonymous
put some boobs)
😂😂😂😂
Otumian
David
__getitem__
https://www.geeksforgeeks.org/breadth-first-search-or-bfs-for-a-graph/ can anyone say what adj[v] mean in add_edge function if we didn't declare it as an array pointer ????
Anonymous
Guys, I searched on Google and I couldn't find any sort of good example of a c++ program that can verify username and password from and external text file. If anyone could tell me what functions to use, I would greatly appreciate it. I know you have to use ifstream, but I don't know how to get the program to read all the lines of code
MᏫᎻᎯᎷᎷᎬᎠ
Use ifstream obj like ordinary cin
MᏫᎻᎯᎷᎷᎬᎠ
Who is the author
Bjarne Stroustrup
Otumian
Thanks
MᏫᎻᎯᎷᎷᎬᎠ
Bjarne Stroustrup
Daamn His name is hard to pronounce
MᏫᎻᎯᎷᎷᎬᎠ
He once made a video about the pronounciation of his name
MᏫᎻᎯᎷᎷᎬᎠ
B-y-a-r-n-e stroustrup || srouvstrup
klimi
Sorry?
klimi
Explain
MᏫᎻᎯᎷᎷᎬᎠ
Explain
Probably misdirected
klimi
I'm deleting it
MᏫᎻᎯᎷᎷᎬᎠ
Good
Otumian
Yeah.. thanks for the clarification
MᏫᎻᎯᎷᎷᎬᎠ
U r welcome
Zeus
Which website is this, it would help me code when I don't have access to an ide ?
U Can use repl .it (without space) it's a cloud based ide.. plus all the codes u will practice will be saved in ur account.. it's very handy u can use it anywhere anytime.. :)
Beer WRLD
Guys What are APIs in simple terms ? And how we can use them . Can we use python based api in c++ codes? PS- i am new to programming .
Mat
APIs allow components of a programme to communicate between them
Mat
Guys What are APIs in simple terms ? And how we can use them . Can we use python based api in c++ codes? PS- i am new to programming .
No. You have programme A. It has A_py as a python API. To communicate with a C++ component it will need something like A_cpp as a C++ API
Mat
Components like?
Have you ever used a library?
Beer WRLD
Have you ever used a library?
Umm no actually i just heard about api s and stuffs ..that we can use them fr making some software
Mat
For example, if your app uses google maps data you'll need an API from google maps to gather data
Beer WRLD
For example, if your app uses google maps data you'll need an API from google maps to gather data
Ohkk ... Suppose my ap converts speech to text then it should have speech to text api ryt?
Mat
Ohkk ... Suppose my ap converts speech to text then it should have speech to text api ryt?
If i'd like to use your app and my software needs to talk to yours, your app should have an API to insert speech and take text back
Beer WRLD
Suggest any book for c++ with complete guide from beginning to advance