Re: help needed with some c++ programs... urgent
From: Thomas Matthews (Thomas_MatthewsSpitsOnSpamBots_at_sbcglobal.net)
Date: 10/22/04
- Next message: Chris Theis: "Re: One Big (std::) Header File?"
- Previous message: John Harrison: "Re: help with my c++ example"
- In reply to: Vibhajha: "help needed with some c++ programs... urgent"
- Next in thread: Vibhajha: "Re: help needed with some c++ programs... urgent"
- Reply: Vibhajha: "Re: help needed with some c++ programs... urgent"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 22 Oct 2004 15:08:49 GMT
Vibhajha wrote:
> Hi friends,
> My sister is in great problem , she has this exam of C++ and
> she is stuck up with some questions, if friends like this group
> provides some help to her, she will be very grateful.
> These are some questions:-
> 7. design and implement a class binsearch for a binary search tree.it
> includes search,remove and add options.make suitable assumption.
See <map>. Many implementations of the map use a binary tree of some
type.
> 8.explai how pointers to functions can be declared in c++.under what
> conditions can two pointer variables be added,subtracted and compared?
Search the web for "SGI STL". Silicon Graphics Inc. has a good
explanation of pointers and when the can be added, subtracted
and compared.
> 9.design and develop a polymorphic class to solve a general quadratic
> equation ax2+bx+c=0
Sorry, but I don't do urgent homework requests. Contact me
much earlier and I'll be glad to oblige.
>
> If u can provide the full answer it will be great , but if u
> can't, send the answer in brief , so, that it is understandable.
> Thank you very much VibhaJha.
Search newsgroups, the web and books. Searching is a valuable
skill.
--
Thomas Matthews
C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.comeaucomputing.com/learn/faq/
Other sites:
http://www.josuttis.com -- C++ STL Library book
- Next message: Chris Theis: "Re: One Big (std::) Header File?"
- Previous message: John Harrison: "Re: help with my c++ example"
- In reply to: Vibhajha: "help needed with some c++ programs... urgent"
- Next in thread: Vibhajha: "Re: help needed with some c++ programs... urgent"
- Reply: Vibhajha: "Re: help needed with some c++ programs... urgent"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|