José Manuel
Anyone can shed me some new light
There a lot of places for modern C++ for example https://www.modernescpp.com/index.php/der-einstieg-in-modernes-c, or youtube channels like https://www.youtube.com/user/lefticus1
Anonymous
inorder to create website you must have to know what languages?
Css/html/javascript(react.js or jquery for front end), (node. Js for backend) and mongodb/sql
Dima
node.js is terrible
Dima
and it actually is offtopic
Dima
#ot
Anonymous
K
Anonymous
This chat does not seem to exist??
Anonymous
This chat does not seem to exist??
It's a valid link to C++ OT chat
Anunay
Dima
perhaps
Anonymous
It seems fine now
Bross
.
piggyho
My knowledge is still in C++98 stage
https://en.cppreference.com/w/ is a good place for ref. shows what is new.
Anonymous
Anyone help me to for proper coding in c
piggyho
My knowledge is still in C++98 stage
also the acm https://dl.acm.org/doi/abs/10.1145/3386320 if you join the acm you can optionally add a subscription to safari books and have a great resource of c/c++ books etc
Anonymous
What?
Sorting in array and string
Anonymous
And?
That's help
Anonymous
I try to sort but i can't
piggyho
apparently he thinks it's a good website 🙈😀
nelnel
i ask him because of too many complicated stuff in c++. I ask him what's the best way to approach them..
nelnel
the answer is his website, his youtube video etc.
piggyho
hash and vector are unordered a tree such as map would be fastest, but insertion time is > 1. getting min element if you are using stl ->map since inserted in order and O(log2 n) 2. remove elements by criteria hash depending on collisions map and O(log2 n) 3. inserting new elements. number of new elements is less than removed. so size of container is decreasing —> if not order is needed than vector stl priority q by default uses a vector and inserts in order. search on vector is O(n) i hope this was not a test question
piggyho
https://en.wikipedia.org/wiki/Red%E2%80%93black_tree
piggyho
basic tree https://en.wikipedia.org/wiki/Binary_search_tree
Liam
find a way to define different type of variables in for loop... #include <iostream> int main() { for (struct {int i = 0; char c = 'a';} _; _.i != 10; ++_.i, ++_.c) { std::cout << _.i << '\t' << _.c << std::endl; } return 0; } lol
Liam
/warn for off topic
Naman
Why can't we overload insertion << and extraction >> operator inside class? No clear answers on google😔
Wisenky
Guys how programmers use .py .sh .c etc files in c++ project ?
Wisenky
I see that the programs I use in daily not written in one language
Wisenky
Am I wrong
Anonymous
For example, u can use lua in c++ by lua vm
Anonymous
Hello i am bigineer please help me in coding
Anonymous
Can anyone help me
MᏫᎻᎯᎷᎷᎬᎠ
@Neko_cpp Is the statement: "C++ should replace all programming languages" valid?! What do you think?
I_Interface
Hello i am bigineer please help me in coding
Banned from google ? What the problem to read about that or go for youtube ?
I_Interface
Anonymous
Banned from google ? What the problem to read about that or go for youtube ?
No i am not banned . I have to learn coding i am just 7 year old .
I_Interface
MᏫᎻᎯᎷᎷᎬᎠ
MᏫᎻᎯᎷᎷᎬᎠ
We are not comparing Python with java
Anonymous
I am the beginner i have learn only hello world program
MᏫᎻᎯᎷᎷᎬᎠ
Yeah But it's a general purpose!!
Why people don't learn it for web application for example?! Even AI, libraries is being and can be developed and there are already existing ones
Anonymous
To learn coding
olli
Why people don't learn it for web application for example?! Even AI, libraries is being and can be developed and there are already existing ones
Have you ever tried to create a client-side web application in C++? I guess TS/JS is so popular because the tooling is good and it provides a high developer velocity
MᏫᎻᎯᎷᎷᎬᎠ
To learn coding
I'm not a teacher Search the internet for a book
Anonymous
Ok
Anonymous
Which country from belongs you
MᏫᎻᎯᎷᎷᎬᎠ
Have you ever tried to create a client-side web application in C++? I guess TS/JS is so popular because the tooling is good and it provides a high developer velocity
I mean in general Tools can developed and I guess we should not measure the programming languages by its tools, but the language itself what can it does and what not What if someone developed an easy to use and setup, fast..etc framework/tool for client-side web application? Will we able to say the apposite then?!
MᏫᎻᎯᎷᎷᎬᎠ
But you are senior
Lol No, I'm not
MᏫᎻᎯᎷᎷᎬᎠ
Answer this
I don't want to
Anonymous
Please🥺🥺
MᏫᎻᎯᎷᎷᎬᎠ
Dart became very popular because of flutter
MᏫᎻᎯᎷᎷᎬᎠ
Ultra very popular
MᏫᎻᎯᎷᎷᎬᎠ
Dart became very popular because of flutter
And once Android was Developed only with java
Anonymous
Which country from belongs you
🥺🥺Answer this PLZZ🥺🥺
olli
I mean in general Tools can developed and I guess we should not measure the programming languages by its tools, but the language itself what can it does and what not What if someone developed an easy to use and setup, fast..etc framework/tool for client-side web application? Will we able to say the apposite then?!
Sure, if something like this would exist people would use it, but it does not exist. And from a business perspective, why would you spend a huge amount of time on it when you can create a simple web app with React/Vue/... in hours? How fast can you setup a C++ Rest Server? (bonus points for HTTP2 support) You can also use C++ for Android (and Kotlin)
MᏫᎻᎯᎷᎷᎬᎠ
🥺🥺Answer this PLZZ🥺🥺
If you asked me again I will report you
Anonymous
Anonymous
👍
MᏫᎻᎯᎷᎷᎬᎠ
I'm sure it's not about "spending time to develop a tool" That's just not convenient
MᏫᎻᎯᎷᎷᎬᎠ
"Oh, Python is used with AI, Let's forget about AI libraries in C++"
Henry
Can you help me
I think you need a book
Henry
Which
/get cbook