0
What is difference between c++ and data structure using c++ which is Difficult
I am fybca student
10 ответов
+ 1
data structure is difficult ? to study ? or understand ?
+ 1
difficulty I learned c++ in college so my next leture is about data structure using c++
+ 1
I want know about data structure
+ 1
can you give me websites
+ 1
http://www.geeksforgeeks.org/data-structures/
This is a general overview, for the c++ specific implementation, look at the documentation.
0
You should really learn how to use google as a developer.
- 1
If I properly understood you, you want to know the difference between
- c++
- a data structure written in c++
And you also say that writing data structures in c++ is difficult.
If I misunderstood you (which is very probable), can you please ask your question with other words again?
- 1
Ok, so what do you want to know?
- 1
What's your question?
- 1
Ok, so data structures are amounts of data. Different data structures store the data in a different way. In 90% of the cases, you want to use the std::vector data structure. It works like an array but it can change its size. To learn more about them, look on google.