Forum: Web Browsers May 28th, 2004 |
| Replies: 4 Views: 6,870 i tried the clean out thing with no luck. i always use tracks eraser which gets it anyhow. i have an external wireless firewall that is encrypted. software firewall and AV. i use spyware blaster and... |
Forum: Web Browsers May 19th, 2004 |
| Replies: 4 Views: 6,870 hey, i get a lot of photos from animewallpaper.com and now when i save the only option is the bitmap/bmp format which is too large. how can i restore the default setting to jpeg or gif. when i try to... |
Forum: C++ May 17th, 2004 |
| Replies: 1 Views: 2,507 i have been trying to incorporate various element into this mortgage calculation program. it is supposed to present the three options from the array or prompt you to enter your own rates. my... |
Forum: C++ May 8th, 2004 |
| Replies: 1 Views: 7,305 i can't get this to run. my math functions at the end have messed up logic.
and the superfluous function headers and such. i don't think the math output is linked to the desired output of the... |
Forum: C++ Mar 25th, 2004 |
| Replies: 8 Views: 5,619 infamous, you were right . build and run, when you close it, it will be in the debug folder as an exe application.
thanks. |
Forum: C++ Mar 25th, 2004 |
| Replies: 5 Views: 4,145 when the program runs it just scolls non stop at a fast speed with the stuff on the screen as if i were holding down the enter button. |
Forum: C++ Mar 25th, 2004 |
| Replies: 5 Views: 4,145 ////having trouble with this one after first input starts a crazy loop malf.
#include <iostream.h>
#include <conio.h>
const int MAX_ITEMS = 5;
typedef int InventoryArray[MAX_ITEMS];
... |
Forum: C++ Mar 23rd, 2004 |
| Replies: 8 Views: 5,619 i thought i had the "neutered" version as well. i have enterprise edition and used to have pro i think and could do it easy enough in visual basicwhich has the option to make an exportable exe... |
Forum: C++ Mar 23rd, 2004 |
| Replies: 8 Views: 5,619 how would you make a simple exe application for something like this in vis c++. so that you could send it self contained and a person double clicks it and it runs. please show the code and where you... |
Forum: C++ Mar 23rd, 2004 |
| Replies: 2 Views: 4,119 i found this off some site and when i build it in vis c++, the errors are with the two random functions. will someone tell me why and how i can fix this. the random on line 15 and randomize on line... |
Forum: C++ Mar 22nd, 2004 |
| Replies: 2 Views: 16,885 thank you. i forgot about the bolean functions. that will make it easier. it will try to build this and make it work.
thanks phaelax |
Forum: C++ Mar 21st, 2004 |
| Replies: 2 Views: 16,885 i am in a class and find C++ a challenge. i have an assignment and this is what i have so far. i need help, because i am not too analytical.
#include <cstdlib>
#include <ctime>
#include... |