Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 10 of 10
Search took 0.09 seconds.
Search: Posts Made By: mfo6463
Forum: C++ Feb 8th, 2006, 5:44 PM
Replies: 18
Views: 383
Posted By mfo6463
Ok, I'll try the linked list suggestion. Thanks...

Ok, I'll try the linked list suggestion.

Thanks for the help.
Forum: C++ Feb 8th, 2006, 5:00 PM
Replies: 18
Views: 383
Posted By mfo6463
I think you're reading me wrong. Ok I'll use...

I think you're reading me wrong.

Ok I'll use your code as the example to try to explain a little better.

You put "test newTest;" to create a test struct called "newTest"

I want "newTest" to be...
Forum: C++ Feb 8th, 2006, 4:25 PM
Replies: 18
Views: 383
Posted By mfo6463
I'm not talking about the integer in the struct,...

I'm not talking about the integer in the struct, I'm talking about the struct itself.
Forum: C++ Feb 8th, 2006, 4:13 PM
Replies: 18
Views: 383
Posted By mfo6463
create struct from value of a variable

Is there a way to make a struct from a variable's content?

So if I have this:
char name[20];
cin >> name;
cout << name;

struct test
{
int test;
Forum: Visual Basic Dec 8th, 2004, 8:28 PM
Replies: 6
Views: 188
Posted By mfo6463
I have no idea why, but now it works with...

I have no idea why, but now it works with choice_Click and not with choice_Change. Oh well, at least it does what I want it to do.
Forum: Visual Basic Dec 8th, 2004, 3:41 PM
Replies: 6
Views: 188
Posted By mfo6463
Is there something else I need to add for it to...

Is there something else I need to add for it to know that it changed, because that doesnt work with what I have...
Forum: Visual Basic Dec 7th, 2004, 10:42 PM
Replies: 6
Views: 188
Posted By mfo6463
I have a combobox with "Option1" and...

I have a combobox with "Option1" and "Option2"
When Option1 is clicked, option1 is enabled and option2 is disabled, and when Option 2 is clicked, it is enabled and Options1 is disabled.
The problem...
Forum: Python Nov 20th, 2004, 2:53 PM
Replies: 7
Views: 453
Posted By mfo6463
Thanks, I didnt notice that.

Thanks, I didnt notice that.
Forum: Python Nov 20th, 2004, 12:03 PM
Replies: 7
Views: 453
Posted By mfo6463
Yea, I forgot the first line. dec =...

Yea, I forgot the first line.
dec = raw_input("Number: ")
power = 0
result = 0
while result <= dec:
* *result = 2 ** power
* *power = power + 1
print power
print result
Forum: Python Nov 20th, 2004, 10:40 AM
Replies: 7
Views: 453
Posted By mfo6463
power = 0 result = 0 while result <= dec: *...

power = 0
result = 0
while result <= dec:
* *result = 2 ** power
* *power = power + 1
print power
print result

When it gets to the while loop, it freezes. Why does it freeze and how can I fix it?
Showing results 1 to 10 of 10

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 6:55 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC