Forum: Java Oct 1st, 2009 |
| Replies: 2 Views: 241 ok I did that but now I gotta figure out how to make the pseudorandom code repeat, let the code produce a small table that looks like this with a range of pseudorandom double numbers in between 0.1... |
Forum: Java Sep 27th, 2009 |
| Replies: 2 Views: 241 hello there, I have a bit of trouble figuring out how to finish a code for an assignment. I'm supposed to write a class that can generate a sequence of psudorandom integers using the linear... |
Forum: C++ Mar 11th, 2009 |
| Replies: 4 Views: 237 Thanks Evan, your solution worked. |
Forum: C++ Mar 11th, 2009 |
| Replies: 4 Views: 237 Hey all I have a bit of a problem, I need a little help fixing this little error problem. The Error is "error C2668: 'sqrt' : ambiguous call to overloaded function" it is on this line of code:
... |
Forum: C++ Feb 17th, 2009 |
| Replies: 1 Views: 191 Hello there, I made this code for an ISBN verifier but there's a problem with it
#include <iostream>
#include <fstream> // REQUIRED FOR FILE STREAMS... |
Forum: C++ Nov 5th, 2008 |
| Replies: 1 Views: 251 Hey all I've been writing a program that cheks an ISBN number as valid or invalid as an assignment for a class but I need a little bit of help. I get these errors when I try to compile it:
error... |
Forum: C++ Jun 6th, 2008 |
| Replies: 2 Views: 624 Hey all, I need a bit of help starting on a homework assignment. I'm not asking for you to do it for me, I just need a little help getting started on it.
Here is the site with information about... |
Forum: C++ May 27th, 2008 |
| Replies: 38 Views: 2,221 Ok I'm going to be honest, I have no idea what the heck I'm doing. I don't know how to fix this and I need help to do this program. |
Forum: C++ May 27th, 2008 |
| Replies: 38 Views: 2,221 Ok I did what you said but now I'm getting a LNK1120 error
///
///
///
///
///
/// Program: Weather data processing
/// Created by: Wesley Montgomery
/// This program anlizes weather data... |
Forum: C++ May 27th, 2008 |
| Replies: 38 Views: 2,221 I need help in order to make the code work
///
///
///
///
///
/// Program: Weather data processing
/// Created by: Wesley Montgomery
/// This program anlizes weather data accessed from a... |
Forum: C++ May 27th, 2008 |
| Replies: 38 Views: 2,221 Ok I tried to make seperate functions for each of the things but this error comes up: error C2664: 'read_file' : cannot convert parameter 4 from 'overloaded-function' to 'double &'
///
///
///... |
Forum: C++ May 27th, 2008 |
| Replies: 38 Views: 2,221 the "read file doesn't take # arguments" is still appearing. |
Forum: C++ May 27th, 2008 |
| Replies: 38 Views: 2,221 Yeah I have a problem when I ever try to compile the program it comes out with these errors. "setw" identifier not found, "set precision" identifier not found and "readfile function doesn't take 5... |
Forum: C++ May 26th, 2008 |
| Replies: 38 Views: 2,221 Well here is the link to the page with information about the assignment http://scidiv.bcc.ctc.edu/fl/cs210/Program3-S08.html |
Forum: C++ May 26th, 2008 |
| Replies: 38 Views: 2,221 Just for the minimum and maximum temperature for each day in the file. |
Forum: C++ May 26th, 2008 |
| Replies: 38 Views: 2,221 This is the entire datafile I'm using, it encompasses 3 days of data. |
Forum: C++ May 26th, 2008 |
| Replies: 38 Views: 2,221 This is the entire datafile I'm using, it encompasses 3 days of data. |
Forum: C++ May 26th, 2008 |
| Replies: 38 Views: 2,221 Btw here's what I have so far in my code
///
///
///
///
///
/// Program: Weather data processing
/// Created by: Wesley Montgomery
/// This program anlizes weather data accessed from a file... |
Forum: C++ May 26th, 2008 |
| Replies: 38 Views: 2,221 Yes Duoas this is homework, which is why I said in a earlier post that I don't want the work done for me just maybe an explination or a little bit of help to make my program work. |
Forum: C++ May 26th, 2008 |
| Replies: 38 Views: 2,221 Hey Duoas, I tried to do what you did but:
fatal error C1903: unable to recover from previous error(s); stopping compilation
And the file I am getting the data from is a text file and here's my... |
Forum: C++ May 26th, 2008 |
| Replies: 38 Views: 2,221 Sorry for the double post but I'm not asking for someone to do the work for me, I just need a little bit of help figuring out how to do it, if someone could just perhaps nudge me in the right... |
Forum: C++ May 26th, 2008 |
| Replies: 38 Views: 2,221 Well Perhaps I should've been more precise with my reuqest. Basically I'm supposed to anylize the daily maximum and minimum of Temperature, Pressure and Humidity from a file that a user chooses by... |
Forum: C++ May 25th, 2008 |
| Replies: 38 Views: 2,221 Hey, I need a little bit of help figuring out how to find the minimum and maximum of a particular data in a file. Should I treat the file I'm opening as an Array in order to find it or is there a... |