Blogs RSS
Forums RSS
DaniWeb Home
>
Forums
>
Search Forums
Search Results
•
•
•
•
Showing results 1 to 40 of 53
Search took
0.01
seconds; generated 2 minute(s) ago.
Posts Made By:
edouard89
Refine this Search
Save these search results for 24 hours
Page 1 of 2
1
2
>
Forum:
Visual Basic 4 / 5 / 6
Nov 18th, 2008
Replies:
0
VBS String Problem
Views:
177
Posted By
edouard89
VBS String Problem
Hello everyone, I was not sure where to post this as it is regarding VB Scripts.
I have a script that when run with the proper command line arguments will ask the user to input text and later write...
Forum:
ASP
Sep 5th, 2008
Replies:
0
Generating a weekly date.
Views:
413
Posted By
edouard89
Generating a weekly date.
Hello everyone,
I have a page that is updated every week on the Friday. Is there a way to display the date of the following Monday using asp?
ie: Week of Monday, Month Day, Year
Thanks
Forum:
C++
Aug 22nd, 2008
Replies:
2
Need help debugging code
Views:
317
Posted By
edouard89
Need help debugging code
I have the following code that when compiles with my test program gives me a segmentation fault, I hope you guys can help me with this. I am compiling on a gcc compiler using:
screen.h header...
Forum:
C++
Aug 22nd, 2008
Replies:
4
Help with creating a derived class
Views:
382
Posted By
edouard89
Re: Help with creating a derived class
OK thanks for the help! I got that default thing working too.
Forum:
C++
Aug 22nd, 2008
Replies:
4
Help with creating a derived class
Views:
382
Posted By
edouard89
Re: Help with creating a derived class
Ok here is my parent class and the derived class:
class Field{
public:
virtual void display() = 0;
virtual int edit() = 0;
virtual bool editable() const = 0;
virtual void *data()...
Forum:
C++
Aug 22nd, 2008
Replies:
4
Help with creating a derived class
Views:
382
Posted By
edouard89
Help with creating a derived class
Hello once again everyone, my previous problem (http://www.daniweb.com/forums/thread141733.html) appears to be resolved right now thanks for everyone who has helped.
I have to make the following...
Forum:
C++
Aug 22nd, 2008
Replies:
5
Help with creating a class
Views:
386
Posted By
edouard89
Re: Help with creating a class
I see thanks!
Forum:
C++
Aug 22nd, 2008
Replies:
5
Help with creating a class
Views:
386
Posted By
edouard89
Re: Help with creating a class
Thanks for that information! Although when I compile that example program I get an error saying "pure specifier on function definition" on this line:
virtual ~Field() = 0 {}
Forum:
C++
Aug 22nd, 2008
Replies:
5
Help with creating a class
Views:
386
Posted By
edouard89
Help with creating a class
Hello everyone I have to create a class that has the following:
I would like some input if I did the above correctly.
This is what is in my header file:
class Field{
public:
Forum:
C
Jul 16th, 2008
Replies:
2
C - Function Problem On Compile
Views:
331
Posted By
edouard89
Re: C - Function Problem On Compile
Oh wow! Thanks a lot!
Forum:
C
Jul 15th, 2008
Replies:
2
C - Function Problem On Compile
Views:
331
Posted By
edouard89
C - Function Problem On Compile
Hello everyone,
I am having a problem with a function I am working on. It has to do the following:
The code of what I have so far for it is bellow, when I try to compile it on the Borland...
Forum:
C
Dec 4th, 2007
Replies:
11
Reading from file, passing into function.
Views:
1,691
Posted By
edouard89
Re: Reading from file, passing into function.
I guess I mis read what you posted I will make the adjustment to my code as to not encounter that error.
Forum:
C
Dec 2nd, 2007
Replies:
11
Reading from file, passing into function.
Views:
1,691
Posted By
edouard89
Re: Reading from file, passing into function.
Wow that was it... the comments...god...
Thanks A lot for that response!
Forum:
C
Dec 2nd, 2007
Replies:
11
Reading from file, passing into function.
Views:
1,691
Posted By
edouard89
Re: Reading from file, passing into function.
I'm not sure which compiler, because I am remotely connecting to my school and using Unix from there. But it gives me a syntax error when I attempt to compile it.
*EDIT* I think its this:
VisualAge...
Forum:
C
Dec 2nd, 2007
Replies:
11
Reading from file, passing into function.
Views:
1,691
Posted By
edouard89
Re: Reading from file, passing into function.
Wow now in Unix it gives me a Syntax Error when I try to compile it...
Is there anything wrong with this?
void get_PR(double rates[]); //Used to get pay rates and populates array.Its right at...
Forum:
C
Dec 2nd, 2007
Replies:
11
Reading from file, passing into function.
Views:
1,691
Posted By
edouard89
Re: Reading from file, passing into function.
Thanks a lot for the help you have both given me!
It was a space problem and the way I was getting the Last and First Name.
I changed my scanf code to this and it works flawlessly:
fscanf(in,...
Forum:
C
Dec 2nd, 2007
Replies:
11
Reading from file, passing into function.
Views:
1,691
Posted By
edouard89
Re: Reading from file, passing into function.
OK it seems to me I have a problem with reading the file.
I hard coded some values to be passed into the calc_gross_to_pay() function and when I output to file it looks like this:
Emp# Last Name ...
Forum:
C
Dec 2nd, 2007
Replies:
11
Reading from file, passing into function.
Views:
1,691
Posted By
edouard89
Reading from file, passing into function.
Hello All, well this is my first post after a while of inactivity.
I have run into a problem. I have an assignment for school, but when I debug my program using Dev C++(BloodShed) it give me a...
Forum:
Motherboards, CPUs and RAM
Aug 1st, 2007
Replies:
4
Why does this cost so much?
Views:
590
Posted By
edouard89
Re: Why does this cost so much?
I think thats just a mistake, its listed as out of stock so maybe its a way to prevent people from buying it. Or it could be a Massive bundle of like 1000+ CPUs >.<
Forum:
Monitors, Displays and Video Cards
Jul 30th, 2007
Replies:
8
Monitor or Card?
Views:
950
Posted By
edouard89
Re: Monitor or Card?
To me this sounds like a card problem, try a different monitor and if the problem persists then its probably a Card Problem.
Forum:
ASP.NET
Jul 30th, 2007
Replies:
4
Help with Drop Downs and Grid View
Views:
1,536
Posted By
edouard89
Re: Help with Drop Downs and Grid View
Turns out that the second drop down is not dependant on the first.
Instead.
The gridview is dependant on both of the drop downs, either one or the other, is there a way that I could set up the Grid...
Forum:
Motherboards, CPUs and RAM
Jul 30th, 2007
Replies:
7
Help with RAM
Views:
780
Posted By
edouard89
Re: Help with RAM
Usually it should state in the manual or motherboard manufacturers web site if there is any specific ram that works or not.
Forum:
Motherboards, CPUs and RAM
Jul 30th, 2007
Replies:
2
Pc2 5300 667 Ram for dell e1505
Views:
1,607
Posted By
edouard89
Re: Pc2 5300 667 Ram for dell e1505
Is the motherboard compatible with 667mhz ram? If its not that might be why it shows 533Mhz. Is you ram Dual Channel and or DDR2? If it is thats why CPU-Z is showing 333 mhz I have 800Mhz DDR2...
Forum:
ASP.NET
Jul 28th, 2007
Replies:
4
Help with Drop Downs and Grid View
Views:
1,536
Posted By
edouard89
Re: Help with Drop Downs and Grid View
I see I guess I will look into AJAX then. Thanks for the input
Forum:
ASP.NET
Jul 27th, 2007
Replies:
4
Help with Drop Downs and Grid View
Views:
1,536
Posted By
edouard89
Help with Drop Downs and Grid View
Im Using MS Visual Studio 2005 Profesional Edition with C#. I have a page that has two(2) drop down lists. The first drop down contains info that when selected will influence the results in the...
Forum:
Monitors, Displays and Video Cards
Jul 26th, 2007
Replies:
2
Crossfire issue
Views:
409
Posted By
edouard89
Re: Crossfire issue
My first question is are the drivers are updated? If they are not then that might be your problem.
Also dont you need to enable crossfire using some software?
Do you have the proper cables?
I dont...
Forum:
Troubleshooting Dead Machines
Jul 24th, 2007
Replies:
8
My system hates me.
Views:
722
Posted By
edouard89
Re: My system hates me.
Im not sure weather this would help but I read somewhere something about thermal greese, did you reaply it after removing the processor or heatsink/fan. Im not really sure about this but it could be...
Forum:
Motherboards, CPUs and RAM
Jul 14th, 2007
Replies:
8
Quick RAM Question - DIMM.
Views:
1,392
Posted By
edouard89
Re: Quick RAM Question - DIMM.
I have not had any experience with Vista personaly but from what I hear there are mixed reviews some say its a bit slower than XP others say its a bit faster.
Basically the main point of Dual...
Forum:
Motherboards, CPUs and RAM
Jul 13th, 2007
Replies:
8
Quick RAM Question - DIMM.
Views:
1,392
Posted By
edouard89
Re: Quick RAM Question - DIMM.
Well you kinda answered you own question with what it says in your MOBO manual >> #2/#3, Identical Brand, Size, Chips and Speed <<, If you want to use Dual Channel RAM you have to have identical...
Forum:
Monitors, Displays and Video Cards
Jul 13th, 2007
Replies:
2
video card selection
Views:
470
Posted By
edouard89
Re: video card selection
You should google both the cards and see if there are any reviews/comparisons on those cards.
Forum:
Monitors, Displays and Video Cards
Jul 13th, 2007
Replies:
3
tv out
Views:
564
Posted By
edouard89
Re: tv out
As long as your TV has an S-Video input then it should work but you will have to play arround with the settings to display everything correctly.
Forum:
Motherboards, CPUs and RAM
Jul 13th, 2007
Replies:
8
Quick RAM Question - DIMM.
Views:
1,392
Posted By
edouard89
Re: Quick RAM Question - DIMM.
I didnt think you could use ram like that:
Kits bieng different sizes(512 per stick vs 1024 per stick)
I thought you needed the exact same Sticks? Thats why they sell them in kits like this.
You...
Forum:
Monitors, Displays and Video Cards
Jul 13th, 2007
Replies:
3
tv out
Views:
564
Posted By
edouard89
Re: tv out
It should work fine if your TV has an S-Video Input, from my experiences though it could take some playing around with the settings on computer/tv to get it to display correctly. The best possible...
Forum:
Storage
Jun 1st, 2007
Replies:
4
Maxtor usb external hard drive
Views:
2,825
Posted By
edouard89
Re: Maxtor usb external hard drive
I found some information here (http://www.ntfs.com/ntfs_vs_fat.htm) and here (http://cquirke.mvps.org/ntfs.htm) from the second link it looks like you have to use NTFS if the drive is larger than...
Forum:
JavaScript / DHTML / AJAX
May 24th, 2007
Replies:
2
Page change event.
Views:
1,435
Posted By
edouard89
Re: Page change event.
OK thanks I did that works great.
Forum:
JavaScript / DHTML / AJAX
May 23rd, 2007
Replies:
2
Page change event.
Views:
1,435
Posted By
edouard89
Page change event.
I have this function that depending on the value passed will do what ever.
function menu(n){
switch(n)
{
case 0:
document.getElementById('sub2').style.display = 'none';
...
Forum:
Storage
May 18th, 2007
Replies:
1
Pioneer 111D Drive Dead...New replacement?
Views:
682
Posted By
edouard89
Pioneer 111D Drive Dead...New replacement?
I have had this dirve since October and Must have made around 20-30 single sided DVD burns since then. A week ago I put in a CD to re-install some drivers, the next day when I put in a Disk it made...
Forum:
ASP
May 17th, 2007
Replies:
1
Using Client(JS) to get Server(VBS) value.
Views:
1,314
Posted By
edouard89
Using Client(JS) to get Server(VBS) value.
I have an ASP page that uses VB to make the url that would be used on a page. I also have a Javascript function that when activated would change a form around. Now what I want to do is using JS when...
Forum:
JavaScript / DHTML / AJAX
May 15th, 2007
Replies:
11
JavaScript Help with display
Views:
2,594
Posted By
edouard89
Re: JavaScript Help with display
Well I got it to work but I just left out the window pop-op thing and just made it so if one of the buttons is clicked it will activate the JS.
response.Write "<script language=""javascript"">"
...
Forum:
JavaScript / DHTML / AJAX
May 11th, 2007
Replies:
11
JavaScript Help with display
Views:
2,594
Posted By
edouard89
Re: JavaScript Help with display
I was trying to see if I could get it to work by copying the URL from the page that open afterwards with this:
sub_menu = sub_menu&"<span...
Showing results 1 to 40 of 53
Page 1 of 2
1
2
>
Forum Highlights
Today's Posts
All Forums
Unanswered Threads
All Forums
Forums
|
Blogs
|
Tutorials
|
Code Snippets
|
Whitepapers
|
RSS Feeds
|
Advertising
All times are GMT -4. The time now is
9:43 am
.
Newsletter Archive
-
Sitemap
-
Privacy Statement
-
Acceptable Use Policy
-
Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC