Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Closed Thread
 
Thread Tools Display Modes
Old Nov 13th, 2006, 12:51 PM   #1
trinkle28655
Newbie
 
Join Date: Nov 2006
Posts: 2
Rep Power: 0 trinkle28655 is on a distinguished road
Exclamation Help

I am auditing a c++ programming class and was wondering if anyone had any tips on this http://www.mcs.uvawise.edu/cae/cosc181/homework/hw8.php
trinkle28655 is offline  
Old Nov 13th, 2006, 12:55 PM   #2
Dizzutch
Professional Programmer
 
Dizzutch's Avatar
 
Join Date: Dec 2004
Location: Worcester, MA
Posts: 441
Rep Power: 4 Dizzutch is on a distinguished road
Send a message via ICQ to Dizzutch Send a message via AIM to Dizzutch Send a message via MSN to Dizzutch Send a message via Yahoo to Dizzutch
[standard help on homework answer]
1) write out the program in your native language, aka pseudo-code
2) "translate" it to C++
3) come back with specific questions, once you've actually started writing the code
[/standard help on homework answer]
__________________
naked pictures of you | PFO F@H stats
Dizzutch is offline  
Old Nov 13th, 2006, 2:29 PM   #3
Narue
Professional Programmer
 
Narue's Avatar
 
Join Date: Sep 2005
Posts: 419
Rep Power: 4 Narue is on a distinguished road
I almost ignored this thread completely because the title is so uninformative. Don't be surprised if I'm not the only one.
__________________
Even if the voices aren't real, they have some pretty good ideas.
Narue is offline  
Old Nov 13th, 2006, 5:42 PM   #4
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
I only looked to see what nugget of wisdom I might gain from Narue.
Rules.
Smart questions.
How to Post a Question.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline  
Old Nov 13th, 2006, 6:40 PM   #5
trinkle28655
Newbie
 
Join Date: Nov 2006
Posts: 2
Rep Power: 0 trinkle28655 is on a distinguished road
Quote:
Originally Posted by Dizzutch View Post
[standard help on homework answer]
1) write out the program in your native language, aka pseudo-code
2) "translate" it to C++
3) come back with specific questions, once you've actually started writing the code
[/standard help on homework answer]
i would like to program it from scratch in C++ any tips
trinkle28655 is offline  
Old Nov 13th, 2006, 8:45 PM   #6
Narue
Professional Programmer
 
Narue's Avatar
 
Join Date: Sep 2005
Posts: 419
Rep Power: 4 Narue is on a distinguished road
>i would like to program it from scratch in C++ any tips
Well, you'd start by learning C++. Then you'd write the program. Finally, you'd turn it in. Simple, no?
__________________
Even if the voices aren't real, they have some pretty good ideas.
Narue is offline  
Old Nov 14th, 2006, 1:09 AM   #7
crawforddavid2006
Expert Programmer
 
crawforddavid2006's Avatar
 
Join Date: Apr 2005
Location: Not sure yet
Posts: 597
Rep Power: 0 crawforddavid2006 is an unknown quantity at this point
Send a message via AIM to crawforddavid2006 Send a message via MSN to crawforddavid2006
Quote:
Originally Posted by Narue View Post
I almost ignored this thread completely because the title is so uninformative. Don't be surprised if I'm not the only one.
The only reason I didn't ignore it is because I wanted to make this comment.

Help! is the absolute dumbest way to try and get help... seriously though learn to be a little more descriptive with your thread titles.
__________________
Quote:
Originally Posted by DaWei View Post
Well, it's better than Pen Islands url....;)

crawforddavid2006 is offline  
Old Nov 14th, 2006, 9:28 AM   #8
Dizzutch
Professional Programmer
 
Dizzutch's Avatar
 
Join Date: Dec 2004
Location: Worcester, MA
Posts: 441
Rep Power: 4 Dizzutch is on a distinguished road
Send a message via ICQ to Dizzutch Send a message via AIM to Dizzutch Send a message via MSN to Dizzutch Send a message via Yahoo to Dizzutch
Since this is an assignment from a school, I assume that you are taking a class, in which case there is a Teaching Assistant available for this help. I don't want to be a douchebag and say, "I'm not going to teach you C++, because I'm better than you", but an on-line forum lacks the communication and interaction to achieve this goal. Check with your institution, and your professor for this kind of help.

To the rest of the posters. Please don't post stupid comments that have nothing to do with the actual question, I understand that "Help!" might not be the best title, but if you have nothing useful to say, please don't say anything. It just floods the board, and makes it so people like me, that actually enjoy helping people that are new, don't post here for 6+ months. Stop re-enforcing the stereotype of board members who are mean to new people just because they are not quite familiar with the subject matter or the specific board rules. Remember that you were there once as well.
__________________
naked pictures of you | PFO F@H stats
Dizzutch is offline  
Old Nov 14th, 2006, 11:05 AM   #9
Narue
Professional Programmer
 
Narue's Avatar
 
Join Date: Sep 2005
Posts: 419
Rep Power: 4 Narue is on a distinguished road
>Please don't post stupid comments that have nothing to do with the actual question
There isn't a question. It's a classic "here's my homework, hold my hand" thread.

>but if you have nothing useful to say, please don't say anything
There's nothing useful to say in this thread. I guess we should just report the it and have it removed. Then at least the OP will be mystified as to why his "question" was deleted without warning instead of insulted because we flamed him after he failed to read our rules.

>Stop re-enforcing the stereotype of board members who are mean to new
>people just because they are not quite familiar with the subject matter or the specific board rules.
Stop re-enforcing the misconception that every clueless yahoo can post his homework and get a "useful" answer despite breaking half of the specific board rules.

>Remember that you were there once as well.
No, I had to figure everything out on my own. I had to do research to find my answers. I had to be creative and write test programs to see how things worked. I had to reverse engineer my tools to get inside knowledge of them. I didn't have the internet in any useful fashion to get instant gratification for my questions. I was never "there". These guys who get everything handed to them on a silver platter (and expect it too!) get no sympathy from me, because I worked hard to get where I am.
__________________
Even if the voices aren't real, they have some pretty good ideas.
Narue is offline  
Old Nov 14th, 2006, 11:25 AM   #10
Dizzutch
Professional Programmer
 
Dizzutch's Avatar
 
Join Date: Dec 2004
Location: Worcester, MA
Posts: 441
Rep Power: 4 Dizzutch is on a distinguished road
Send a message via ICQ to Dizzutch Send a message via AIM to Dizzutch Send a message via MSN to Dizzutch Send a message via Yahoo to Dizzutch
That is exactly why I wasn't expecting any more comments after my initial one.
and sorry I forgot, you, and everybody else here comprise the top 5% of MENSA's member list.
__________________
naked pictures of you | PFO F@H stats
Dizzutch is offline  
Closed Thread

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 12:13 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC