Re: 1 word story Community Center Geeks' Lounge by Eric Cute monkey into a very Re: Monkey Cliff Diving Community Center Geeks' Lounge by BeastOverlordH6 Monkey... Cliff... Diving... Re: Fantastic word game Community Center Geeks' Lounge by ndeniche monkey see, monkey do Re: Word Association Game Community Center Geeks' Lounge by jingda monkey - Monkey King Re: So Many Video Cards Hardware and Software Hardware by rcrevolution monkey , dont you think that a 6600GT is only worth it if its pci-e, those card only seem to perform decently at pci-e Re: x850XT or GeForce 6800 Ultra? Hardware and Software Hardware by marceta @monkey magic Im up in bris. I got my system from Computer Alliance. However (@oenone) I only bought a CPU, MOBO, GFX AND RAM (the rest was from my other computers) :D so i guess i didnt "buy" a new system i "got" one. I cant go into the exact price (i got a discount) but it was 1100-1300AUD ! Personally i believe that this … Re: Word Change Game Community Center Geeks' Lounge by Sparkplug188 Monkey. :mrgreen: Re: Word Change Game Community Center Geeks' Lounge by justbboying Monkey eating Re: Word Change Game Community Center Geeks' Lounge by zeroth Monkey-eating plant Re: Word Change Game Community Center Geeks' Lounge by Sparkplug188 Monkey-eating plant food. Re: Word Association Game Community Center Geeks' Lounge by Dark_Omen monkey-->monk Re: Word Change Game Community Center Geeks' Lounge by Yuki H. Monkey smoking Junk Food Re: The Avatar Game Community Center Geeks' Lounge by kes166 Monkey Librarian Re: The Avatar Game Community Center Geeks' Lounge by up the creek Monkey with something on it's mind, wonder what it is?? Re: Chinese Zodiac Community Center Geeks' Lounge by Sterotech Monkey... 1992 Re: Monkey Array issues getting started Programming Software Development by David W You may fine this little edit/clean_up of your code ... a useful example for your future coding problems ... Note: little typos in your code will cause your code to NOT compile. For example: >for (moneky = 0, monkey ... What is the typo above? // monkey_food.cpp // #include <iostream> #include <iomanip> #… Re: Monkey Array issues getting started Programming Software Development by Erica_2 err fat fingers. thanks for pointing that out. I got the program to ask for the amount of food for each day, but i am not sure how print it out so it say monkey sun - rest of the weekdays number of monkeys and amount i can only seem to figure out the code for it #include <iostream> #include <iomanip> #include <… Monkey Array issues getting started Programming Software Development by Erica_2 So i am back again, working with arrays this time. I can get it to run in the main but i am not sure how to make this code into a void function . #include <iostream> #include <iomanip> #include <string> using namespace std; int main () { // Declare variables and … Monkey Dancing Ballmer admits 5000 jobs must go Hardware and Software Microsoft Windows by happygeek There has been [URL="http://www.itpro.co.uk/blogs/daveyw/2009/01/13/no-crisis-in-it-security-budgets/"]much speculation[/URL] regarding job losses at Microsoft of late, and now the truth is out. Thankfully the scale of the damage is not as great as at first feared, and nowhere near the [URL="http://www.daniweb.com/blogs/entry3757.… Re: Help with Monkey Business Programming Software Development by Sasquadge Its actually running the program now but when I run it and get to Monkey 3 Day 7 I get Debug Error Program etc etc etc runtime check failure #3 the variable "total" is being used without being intialized [CODE]// Chapter 7, Programming Challenge 4 // Monkey Business #include<iostream> #include <iomanip> using namespace std… Help with Monkey Business Programming Software Development by Sasquadge Hey guys working on an assignment called monkey business and here is my code im getting an error on these two things. Error: [CODE] cout << "Monkey number " << [COLOR="Green"](monkey + 1)[/COLOR] << " ate the least amount of food,\n" << leastFood << " pounds, … Re: Help with Monkey Business Programming Software Development by Sasquadge Like this? Sorry I'm new and just confused why this isnt working. [CODE]// Chapter 7, Programming Challenge 4 // Monkey Business #include<iostream> #include <iomanip> using namespace std; const int MONKEYS = 3; const int DAYS = 7; void getFoodEaten(double [][DAYS]); void displayAverageDaily(double [][DAYS]); void displayLeastEaten(… Re: Help with Monkey Business Programming Software Development by Sasquadge Okay I got it working but only thing that isnt working is the monkey counter since there is more then one monkey [CODE]// Chapter 7, Programming Challenge 4 // Monkey Business #include<iostream> #include <iomanip> using namespace std; const int MONKEYS = 3; const int DAYS = 7; void getFoodEaten(double [][DAYS]); void … Re: Help with Monkey Business Programming Software Development by Ancient Dragon delete lines 114-124 -- foo() was only the name of a fictiuous function, not one that you would actually use. This is an example of what you want [code] void displayLeastEaten(double food[][DAYS]) { double leastFood; int leastMonkey; int leastDay; [color=red]int monkey = 0;[/color] leastMonkey = 0; leastDay… Re: Help with Monkey Business Programming Software Development by Ancient Dragon variable named monkey has not been declared or is not in current scope. Re: Help with Monkey Business Programming Software Development by Ancient Dragon Move the declaration of monkey to the beginning of the function to make its scope function-wide. Then do not declare it in a loop [code] void foo() { int monkey = 0; for(monkey = 0; // blabla) } [/code] Re: Help with Monkey Business Programming Software Development by VernonDozier That gets rid of the compile error by expanding the scope of monkey but that doesn't solve the real problem, which is that the OP should not have been using monkey on lines 116 and 150 in his original post in the first place. monkey is being used as a loop COUNTER variable in the code. It does NOT signify any meaningful array index. The value of… Re: How to solve monkey and banana problem? Programming Computer Science by Adarsh_4 ** follow the algo ** on(floor,monkey) . on(floor,chair). in(room,monkey). in(room,chair). in(room,banana). at(calling,banana). strong(monkey). grasp(monkey). climb(monkey,chair). push(monkey,chair) :- strong(monkey). under(banana,chair) :- push(monkey,… Linux is a Monkey Wrench? Hardware and Software Linux and Unix by khess Someone commented on one of my posts the other day, stating that Linux is a tool and not a religion. Can this be true? I would hate to think that for the past 15 years that I've invested in Linux, it would turn out that Linux is merely a tool, a--dare I say it--a monkey wrench? Say it ain't so. I was about to put forth a new calendaring … Re: Linux is a Monkey Wrench? Hardware and Software Linux and Unix by Gallienus Have been using Linux for the past 5-6 years. Have 5 crashes in 6 years but some of those may be hardware problems. Windows max is 5 crashes in one day. If Linux is a monkey wrench, Windows is a very soft stone.