0

What is difference between c++ and data structure using c++ which is Difficult

I am fybca student

30th Nov 2017, 4:33 AM
kalpesh Dharpure
kalpesh Dharpure - avatar
10 Antworten
+ 1
data structure is difficult ? to study ? or understand ?
30th Nov 2017, 6:15 AM
kalpesh Dharpure
kalpesh Dharpure - avatar
+ 1
difficulty I learned c++ in college so my next leture is about data structure using c++
30th Nov 2017, 6:19 AM
kalpesh Dharpure
kalpesh Dharpure - avatar
+ 1
I want know about data structure
30th Nov 2017, 6:29 AM
kalpesh Dharpure
kalpesh Dharpure - avatar
+ 1
can you give me websites
30th Nov 2017, 6:36 AM
kalpesh Dharpure
kalpesh Dharpure - avatar
+ 1
http://www.geeksforgeeks.org/data-structures/ This is a general overview, for the c++ specific implementation, look at the documentation.
30th Nov 2017, 7:20 AM
Timon Paßlick
0
You should really learn how to use google as a developer.
30th Nov 2017, 7:17 AM
Timon Paßlick
- 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?
30th Nov 2017, 6:11 AM
Timon Paßlick
- 1
Ok, so what do you want to know?
30th Nov 2017, 6:16 AM
Timon Paßlick
- 1
What's your question?
30th Nov 2017, 6:25 AM
Timon Paßlick
- 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.
30th Nov 2017, 6:36 AM
Timon Paßlick