| | |
Data Structures
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Aug 2008
Posts: 2
Reputation:
Solved Threads: 0
Hi there,
I just started a course on school for data structures using c++. I program in C# and I have no issues with it hoeever a lot of statement in c++ are new to me. I understand the professor completely when he explains but I am lacking syntax etc. what editor/compiler do I need to do my assignments in c++? can the visual c++ be used? any suggestion to pick up the basic syntax and statemnt in c++. is there such an analogy between data structures in c++ and c# so I can corelate? Please please help me.
I just started a course on school for data structures using c++. I program in C# and I have no issues with it hoeever a lot of statement in c++ are new to me. I understand the professor completely when he explains but I am lacking syntax etc. what editor/compiler do I need to do my assignments in c++? can the visual c++ be used? any suggestion to pick up the basic syntax and statemnt in c++. is there such an analogy between data structures in c++ and c# so I can corelate? Please please help me.
Assuming you're programming c# in Visual Studio, I'd suggest Visual C++ would be the easiest C++ for you to obtain and use, as you're already familiar with the IDE.
There are numerous C++ tutorials and references on the 'net, and one of the sticky threads at the top of this forum has many good recommendations for books.
A data structures course, as I'm familiar with, covers such topics as lists, stacks, queues, hash tables, trees (of many sorts). Some of these may be builtin types in C#; in C++ you often code them from the ground up in the DS course. The STL provides some of these for C++, and you may find them better choices later in your schoolwork and career.
As in most things related to programming, the concepts are nearly universal across languages, varying in the code, syntax, and level of builtin support.
There are numerous C++ tutorials and references on the 'net, and one of the sticky threads at the top of this forum has many good recommendations for books.
A data structures course, as I'm familiar with, covers such topics as lists, stacks, queues, hash tables, trees (of many sorts). Some of these may be builtin types in C#; in C++ you often code them from the ground up in the DS course. The STL provides some of these for C++, and you may find them better choices later in your schoolwork and career.
As in most things related to programming, the concepts are nearly universal across languages, varying in the code, syntax, and level of builtin support.
Everyone's gotta believe in something. I believe I'll have another drink.
~~~~~~~~~~~~~~~~~~
Looking for an exciting graduate degree? Robotics and Intelligent Autonomous Systems (RIAS) at SDSM&T See the program brochure here.
~~~~~~~~~~~~~~~~~~
Looking for an exciting graduate degree? Robotics and Intelligent Autonomous Systems (RIAS) at SDSM&T See the program brochure here.
•
•
Join Date: Dec 2007
Posts: 226
Reputation:
Solved Threads: 1
You are correct V, data structures covers all those things. I am currently in a DS class myself and use MS Visual Studio 2005, although now many schools probably use 2008 by now.
I'm not sure how your instructor will want you to do things, but mine does not allow use of the STL and as V says, must be coded from the ground up. Take a good look at classes. Classes are really just an expanded capability over the struct, but you'll probably need to be pretty familiar with them for your course.
I'm not sure how your instructor will want you to do things, but mine does not allow use of the STL and as V says, must be coded from the ground up. Take a good look at classes. Classes are really just an expanded capability over the struct, but you'll probably need to be pretty familiar with them for your course.
![]() |
Similar Threads
- data structures in c++ (C++)
- Data Structures??? (C++)
- Why Data Structures???...QUESTIONS INSIDE (C++)
- Java Collections: ADTs, Data Structures & Algorithms (Java)
Other Threads in the C++ Forum
- Previous Thread: Deleting from Array Circular Queue
- Next Thread: Simple Excel Example
| Thread Tools | Search this Thread |
api array arrays based binary c++ c/c++ calculator char char* class classes code compile compiler console conversion count delete deploy desktop directshow dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp homeworkhelper iamthwee ifstream input int integer java lib linkedlist linker linux list loop looping loops map math matrix memory news number numbertoword output parameter pointer problem program programming project python random read recursion recursive reference return rpg sorting string strings struct temperature template templates test text text-file tree unix url variable vector video visual visualstudio win32 windows winsock wordfrequency wxwidgets






