Urgent help in c++ please help me

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

Join Date: Aug 2009
Posts: 1
Reputation: raul14 is an unknown quantity at this point 
Solved Threads: 0
raul14 raul14 is offline Offline
Newbie Poster

Urgent help in c++ please help me

 
0
  #1
Aug 21st, 2009
hi,
can anyone please provide me with a cpp code solution for the attached question.
its based on arrays and pointers and i have no idea how to go about doing it.
can someone please help me please.
i have till wednesday(26/08) to finish it.

please help me please.
i'm lost.
Can someone please help me please.

please help me
i'm struggling.
Attached Files
File Type: pdf question1.pdf (220.8 KB, 8 views)
File Type: txt staffmembers.txt (289 Bytes, 4 views)
File Type: txt jobtitles.txt (207 Bytes, 3 views)
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 360
Reputation: jencas is just really nice jencas is just really nice jencas is just really nice jencas is just really nice jencas is just really nice 
Solved Threads: 69
jencas jencas is offline Offline
Posting Whiz

Re: Urgent help in c++ please help me

 
0
  #2
Aug 21st, 2009
Originally Posted by raul14 View Post
hi,
can anyone please provide me with a cpp code solution for the attached question.
its based on arrays and pointers and i have no idea how to go about doing it.
can someone please help me please.
i have till wednesday(26/08) to finish it.
please help me please.
i'm lost.
Can someone please help me please.

please help me
Show what you've done so far.

i'm struggling.
I don't think so.
Last edited by jencas; Aug 21st, 2009 at 9:47 am.
If you are forced to reinvent the wheel at least try to invent a better one!

Please use code tags - Please mark solved threads as solved
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,607
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1490
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is offline Offline
Still Learning

Re: Urgent help in c++ please help me

 
-7
  #3
Aug 21st, 2009
4. String formatting using <iomanip.h> header file
OMG You mean to tell us that you school is teaching you the wrong stuff!

iomanip.h has been deprecated (obsolete) for almove 10 years now. The current file name is <iomanip> (no .h extension). I wonder what else they have been trying to teach you that is either just wrong or long obsolete???

Don't sit there expecting anyone to do your homework for you because that will teach you nothing. Code each of those 6 requirements one at a time and you will have the assignment done before you know it.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 2,965
Reputation: niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute 
Solved Threads: 308
Moderator
Featured Poster
niek_e's Avatar
niek_e niek_e is offline Offline
Cenosillicaphobiac

Re: Urgent help in c++ please help me

 
2
  #4
Aug 21st, 2009
Originally Posted by Ancient Dragon View Post
I wonder what else they have been trying to teach you that is either just wrong or long obsolete???
My money is on at least 4 of the following 6 horrible things:
- void main()
- turbo C
- system()
- scanf()
- <iostream.h>
- getch()

And because my crystal ball is working so well today, I'll also say that the OP is either from India or the Philippines
Last edited by niek_e; Aug 21st, 2009 at 10:36 am.
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 1,432
Reputation: firstPerson is just really nice firstPerson is just really nice firstPerson is just really nice firstPerson is just really nice firstPerson is just really nice 
Solved Threads: 186
firstPerson's Avatar
firstPerson firstPerson is offline Offline
Nearly a Posting Virtuoso

Re: Urgent help in c++ please help me

 
0
  #5
Aug 21st, 2009
From OP pdf file :

//Use the following code to check for file error
if (input.fail()){
   cerr<<"File not found!"<<endl;
   system("PAUSE");
return 0
Last edited by firstPerson; Aug 21st, 2009 at 12:05 pm.
1) Prove that the area of a circle is pi*r^2, where "r" is the radius of the circle.
2) Problem 2[b]solved by : jonsca
Reply With Quote Quick reply to this message  
Join Date: Dec 2005
Posts: 5,850
Reputation: Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute 
Solved Threads: 751
Team Colleague
Salem's Avatar
Salem Salem is offline Offline
Void main'ers are DOOMed

Re: Urgent help in c++ please help me

 
0
  #6
Aug 21st, 2009
> i have till wednesday(26/08) to finish it.
Shouldn't that have read "YOU have until Tuesday 25/08 to finish it"
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



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC