954,193 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Help with C++

I am a beginner on C++, and I have 3 programs at hand, who can show me how to write the prgrams for those problems, thank you very much:lol: :

See the attached file.

Attachments C++.doc (20KB)
nasduck
Newbie Poster
4 posts since Oct 2006
Reputation Points: 10
Solved Threads: 0
 

Sorry. We don't do homework :)

WolfPack
Postaholic
Moderator
2,051 posts since Jun 2005
Reputation Points: 572
Solved Threads: 115
 

Looks to me like the main problem you may have is dynamically allocating memory. In that case remember, when you use new follow it with delete[].

The actual questions is just a case of thinking it through carefully on paper first. Simple

iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You