Data Structures

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Aug 2008
Posts: 2
Reputation: nesfrank is an unknown quantity at this point 
Solved Threads: 0
nesfrank nesfrank is offline Offline
Newbie Poster

Data Structures

 
0
  #1
Aug 28th, 2008
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.
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 1,679
Reputation: vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold 
Solved Threads: 193
vmanes's Avatar
vmanes vmanes is offline Offline
Posting Virtuoso

Re: Data Structures

 
0
  #2
Aug 28th, 2008
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.
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.
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 226
Reputation: henpecked1 is an unknown quantity at this point 
Solved Threads: 1
henpecked1 henpecked1 is offline Offline
Posting Whiz in Training

Re: Data Structures

 
0
  #3
Aug 29th, 2008
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.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC