![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 | ||
|
Programming Guru
![]() ![]() |
Quote:
Like Hockeyman said: Quote:
nuff said.
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
||
|
|
|
|
#12 | |
|
The Supreme Ruler
![]() Join Date: May 2004
Location: Houston
Posts: 1,476
Rep Power: 6
![]() |
Quote:
__________________
"Every gun that is made, every warship launched, every rocket signifies, in the final sense, a theft from those who hunger and are not fed, from those who are cold and are not clothed. The world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children." - Dwight D. Eisenhower |
|
|
|
|
|
#13 |
|
Programmer
Join Date: Dec 2004
Posts: 87
Rep Power: 4
![]() |
look at ooble's post on my <iostream.h> question
|
|
|
|
|
#14 |
|
Programmer
Join Date: Dec 2004
Posts: 87
Rep Power: 4
![]() |
Sorry everyone, I took it the wrong way, I retract my last few statements
|
|
|
|
|
#15 |
|
Programmer
Join Date: Dec 2004
Posts: 31
Rep Power: 0
![]() |
-All compilers work the same-
Nuh uh. What if the Compiler doesn't work at all? :-) |
|
|
|
|
#16 |
|
Programming Guru
![]() |
doesn't that defaeat your question cause if the compiler isnt working then, its not a compiler its just a uselss program
. |
|
|
|
|
#17 |
|
Programmer
Join Date: Dec 2004
Posts: 31
Rep Power: 0
![]() |
It would still be a compiler, it just wouldn't work. When the servers go down on MMO's, the game is still considered a game even though it isn't operational. It's all about your intentions. :-D
|
|
|
|
|
#18 |
|
Programmer
|
[humour]
I disagree - I have a rusting lump of metal in my garage that used to be a car, but now is a storage area for somewhat smelly hockey gear . What defines a car the the capability to convey someone from point A to point B by the combustion of fossil fuels (or other hybrid fuel technologies). What defines a hockey gear storage area is it's ability to store smelly hockey gear (and not melt/spontaneously combust/throw up :eek: ). It no longer has the capability of conveying me from point A to B, thus it is not a car. It DOES have the capability of storing smelling hockey gear, therefore it is a hockey gear storage area. What defines a compiler is its ability to convert lines of code written by the programmer in to machine-executable commands. If it can't do that, it's just a waste of memory space And if it's all about the intentions, then all bow down before me for I am the Master Code Guru of the Universe, the foremost genius of code, the programmer whom all programmers emulate and hope to one day achieve a glimmering of my ineffable talents :p [/humour]
__________________
~ You know, Hobbes, some days even my lucky rocketship underpants don't help. ~ read my blog @ My Lucky Rocketship Underpants
Last edited by Hockeyman; Feb 16th, 2005 at 6:27 PM. Reason: --added more silliness for effect-- |
|
|
|
|
#19 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
That made me laugh. Which is a bad thing, because I'm supposed to be asleep.
![]() |
|
|
|
|
#20 | |
|
Hobbyist Programmer
Join Date: Dec 2004
Location: a cardboard box
Posts: 118
Rep Power: 4
![]() |
Quote:
Anyways Ill write your program for you, mainly because Im not a jerk like these other guys and Im possibly the nicest person you'll ever meet that will help you since you didn't post a sample of yours. If those are the only required inputs then this program should work flawlessly: #include <iostream>
using namespace std;
int main ()
{
cout << "What's your name? Andrew\n";
cout << "How many pennies do you have Nancy? 77 \n";
cout << "How many nickels do you have Andrew? 30 \n";
cout << "How many dimes do you have Andrew? 2 \n";
cout << "How many quarters do you have Andrew? 5 \n";
cout << "======================================= \n";
cout << "Andrew's Net Worth \n";
cout << "======================================= \n";
cout << "Dollars : 3 \n";
cout << "Change : 72 \n";
cout << "======================================= \n";
return 0;
}
__________________
... Last edited by Xero; Feb 16th, 2005 at 8:13 PM. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|