Forum: C++
Yesterday, 11:15 AM
|
|
Replies: 4
Views: 84
|
Forum: C++
Mar 10th, 2010, 11:13 PM
|
|
Replies: 4
Views: 69
Re: Loan Calculator Problems
Thanks! It worked. I'm going to have to go over this because all I did was compile and try it. I want to make sure I understand what it is you did. Thanks anyway.
|
Forum: C++
Mar 10th, 2010, 10:13 PM
|
|
Replies: 4
Views: 69
Re: Loan Calculator Problems
I don't understand what's wrong here... I may have just had the wrong idea on how to implement the formula. Here's the question.
Anyone got any ideas?
|
Forum: C++
Mar 10th, 2010, 8:51 PM
|
|
Replies: 4
Views: 69
Loan Calculator Problems
I'm trying to write this program to calculate how many months it will take to pay off a loan based on user input. This program is an assignment for class, so I would appreciate some insight,...
|
Forum: C++
Nov 23rd, 2009, 11:05 PM
|
|
Replies: 10
Views: 475
Re: C++ GUI Programming
Why don't you learn to not try and discourage everyone who asks a simple question? I came here because I couldn't find the answer on Google or any other forums, not for your sarcasm... so please,...
|
Forum: C++
Nov 23rd, 2009, 10:34 PM
|
|
Replies: 10
Views: 475
Re: C++ GUI Programming
Ok, so I replaced "string.h" with <cstring>...
It's still not working... same errors as before.
Is there a new syntax or should "string password;" work?
Also, why is srand showing as undefined? I've...
|
Forum: C++
Nov 23rd, 2009, 6:42 PM
|
|
Replies: 10
Views: 475
Re: C++ GUI Programming
New question:
I designed the form and even made a menu. The clear button works and clears whatever text is in the text box. Now, there's a problem. I want to run a function when I click the button....
|
Forum: C++
Nov 23rd, 2009, 1:17 PM
|
|
Replies: 10
Views: 475
Re: C++ GUI Programming
Someone else on another forum found me a very helpful link... in case anyone else who needs to know this information comes across my thread, here's the...
|
Forum: C++
Nov 23rd, 2009, 12:45 PM
|
|
Replies: 10
Views: 475
Re: C++ GUI Programming
We meet again, DaWei... sorry about being such a douche in my "game" thread all that time ago. Anyway, do you think you could recommend a book or web resource?
|
Forum: C++
Nov 23rd, 2009, 11:52 AM
|
|
Replies: 10
Views: 475
C++ GUI Programming
Can somebody help me? I've asked around and nobody seems to have any useful information for me. I'm rewriting a program I previously wrote, but this time with a GUI... My program is a password...
|
Forum: PHP
Aug 27th, 2008, 7:10 AM
|
|
Replies: 2
Views: 459
|
Forum: PHP
Aug 26th, 2008, 10:29 PM
|
|
Replies: 2
Views: 459
Re: Problems with sessions. (PHP/SQL)
Ok, I got it to close the session fine, but now there's a new problem, a very minor one...
When you get to the login success page, it doesn't redirect to the main page afterwards. Here's the code...
|
Forum: PHP
Aug 26th, 2008, 9:27 PM
|
|
Replies: 2
Views: 459
Problems with sessions. (PHP/SQL)
I'm trying to make a login system for my website. I've got one entry in my database so far and I can login and it creates the session just fine, but 1. The logout script doesn't work. (Don't know...
|
Forum: Visual Basic
Sep 6th, 2007, 6:20 PM
|
|
Replies: 2
Views: 1,207
|
Forum: Visual Basic
Sep 5th, 2007, 7:43 PM
|
|
Replies: 2
Views: 1,207
Outputting command data to a label?
Well, I'm just screwing around a bit and want to make a program to ping the website I input into the text box when I click a button. I want it to output the data of the ping to a label. Here's the...
|
Forum: C++
Aug 14th, 2007, 2:41 PM
|
|
Replies: 45
Views: 1,756
|
Forum: C++
Aug 14th, 2007, 10:43 AM
|
|
Replies: 45
Views: 1,756
|
Forum: C++
Aug 14th, 2007, 10:41 AM
|
|
Replies: 45
Views: 1,756
|
Forum: C++
Aug 14th, 2007, 10:39 AM
|
|
Replies: 45
Views: 1,756
|
Forum: C++
Aug 14th, 2007, 1:13 AM
|
|
Replies: 45
Views: 1,756
|
Forum: C++
Aug 13th, 2007, 12:26 PM
|
|
Replies: 45
Views: 1,756
|
Forum: C++
Aug 13th, 2007, 1:39 AM
|
|
Replies: 45
Views: 1,756
|
Forum: C++
Aug 12th, 2007, 9:18 PM
|
|
Replies: 45
Views: 1,756
|
Forum: C++
Aug 11th, 2007, 11:18 PM
|
|
Replies: 45
Views: 1,756
|
Forum: C++
Aug 11th, 2007, 11:10 PM
|
|
Replies: 45
Views: 1,756
|
Forum: C++
Aug 11th, 2007, 6:25 PM
|
|
Replies: 45
Views: 1,756
|
Forum: C++
Aug 11th, 2007, 12:04 PM
|
|
Replies: 45
Views: 1,756
First off, yes, I do have my own forum, but not...
First off, yes, I do have my own forum, but not everything related to hacking has to do with coding. The only coding related work I've done is with HTML, and Javascript.
Second, I asked for help, if...
|
Forum: C++
Aug 11th, 2007, 3:42 AM
|
|
Replies: 45
Views: 1,756
Here is my new code, sorry for not posting...
Here is my new code, sorry for not posting it.
#include <iostream>
#include <string.h>
//Days of Legend. Programmed by Darin Beaudreau.
//Copyright© 2007-2012. All rights reserved.
//This code may...
|
Forum: C++
Aug 11th, 2007, 1:00 AM
|
|
Replies: 45
Views: 1,756
|
Forum: C++
Aug 11th, 2007, 12:35 AM
|
|
Replies: 45
Views: 1,756
|
Forum: C++
Aug 11th, 2007, 12:24 AM
|
|
Replies: 45
Views: 1,756
|
Forum: C++
Aug 11th, 2007, 12:16 AM
|
|
Replies: 45
Views: 1,756
So, will this fix it?
#include...
So, will this fix it?
#include <iostream>
#include <string.h>
//Days of Legend. Programmed by Darin Beaudreau.
//Copyright© 2007-2012. All rights reserved.
//This code may not be...
|
Forum: C++
Aug 11th, 2007, 12:11 AM
|
|
Replies: 45
Views: 1,756
|
Forum: C++
Aug 10th, 2007, 11:50 PM
|
|
Replies: 45
Views: 1,756
What's wrong with this code?
This is a code for a game that I'm making... it's not the whole game obviously, just the menu so far... but I can't figure out what the 5 errors are...
#include <iostream>
//Days of Legend....
|