Search Results

Showing results 1 to 40 of 1000
Search took 0.07 seconds.
Search: Posts Made By: William Hemsworth
Forum: Geeks' Lounge 2 Days Ago
Replies: 13
Views: 444
Posted By William Hemsworth
It was rather amusing, but when I'm old enough to even drink, i'll stick to a corkscrew :P
Forum: C 2 Days Ago
Replies: 1
Views: 95
Posted By William Hemsworth
We wont give you a free solution to what's probably homework, have you even tried it yet?
Forum: C 2 Days Ago
Replies: 2
Views: 81
Posted By William Hemsworth
Nope, not as far as I know, you will just have to create a function to return the right values, this could be a start:string getValueName(char vk) {
string name;

if ( vk >= '0' && vk <= '9' )...
Forum: C++ 2 Days Ago
Replies: 1
Views: 83
Posted By William Hemsworth
In version 8, you can just do it from the dialog interface, scroll down to the 'Menu' option, and select the name of the menu you created (view screenshot)

If you can't do that, you could edit the...
Forum: Geeks' Lounge 2 Days Ago
Replies: 41
Views: 1,037
Posted By William Hemsworth
Really? AVG is by far the fastest least-noticeable anti-virus program I've used. My pc loads up with AVG, Winamp and msn messenger in under a minute ready to go, and it isn't the most powerful...
Forum: C++ 4 Days Ago
Replies: 4
Views: 103
Posted By William Hemsworth
He didn't write the code, nor does he understand it, so he's asking for someone to baby him through each line.
Forum: C++ 4 Days Ago
Replies: 4
Views: 103
Posted By William Hemsworth
No, nobody is going to explain that badly formatted C code to you which should have been wrapped in code-tags. You clearly didn't write it, so what I suggest you do is learn how to program, buy a...
Forum: Geeks' Lounge 5 Days Ago
Replies: 3
Views: 158
Posted By William Hemsworth
Pretty funny site :) Every time you reach the end of the page, it's hard to not click next, who know's what absurd thing could be on the next page? :P
Forum: Geeks' Lounge 5 Days Ago
Replies: 1,361
Views: 143,088
Posted By William Hemsworth
Awesome :icon_cool:

This is by far the most relaxed thread on Daniweb.
Forum: Geeks' Lounge 5 Days Ago
Replies: 1,361
Views: 143,088
Posted By William Hemsworth
I envy you, so what, you just get free pizza? :icon_razz:
Forum: DaniWeb Community Feedback 6 Days Ago
Replies: 90
Views: 4,732
Posted By William Hemsworth
Yep, I think it's a pretty essential thing to have. For example, alot of the time when I browse the C/C++ forums, I find a thread I feel I can answer, but then I see someone such as Ancient Dragon is...
Forum: Geeks' Lounge 6 Days Ago
Replies: 1,361
Views: 143,088
Posted By William Hemsworth
Mmmm. Pizza.
Forum: C++ 6 Days Ago
Replies: 33
Views: 607
Posted By William Hemsworth
Well, C++ can compile almost any C code, except for a few minors differences. Post the code and I'll see.
Forum: DaniWeb Community Feedback 6 Days Ago
Replies: 90
Views: 4,732
Posted By William Hemsworth
You're right :icon_neutral: It's gone.

Dani, what's going on? :P
Forum: Geeks' Lounge 6 Days Ago
Replies: 15
Views: 592
Posted By William Hemsworth
How can you tell? From her original post it seems he's already getting "it" :icon_wink:



I agree with the rest of them, and her parents :P
Forum: C++ 6 Days Ago
Replies: 3
Views: 133
Posted By William Hemsworth
Your condition for that loop is:(s[i] != '\0') || (s[i] != ' ')Now think, is there any way that expression will ever be false in order to break out the loop? If s is a null-terminator, the loop wont...
Forum: C++ 6 Days Ago
Replies: 8
Views: 176
Posted By William Hemsworth
Pretty much, if you want to use the Win32 API, the code will look very similar to C, but that's why they made MFC.
Forum: DaniWeb Community Feedback 7 Days Ago
Replies: 90
Views: 4,732
Posted By William Hemsworth
I agree, but for now you will just have to use AdBlock or something if it annoys you that badly :icon_lol:
Forum: Geeks' Lounge 7 Days Ago
Replies: 41
Views: 1,037
Posted By William Hemsworth
I feel left out :icon_sad: No money to spare.
Forum: C 7 Days Ago
Replies: 8
Views: 184
Posted By William Hemsworth
Don't beg, you are supposed to ask specific questions here, otherwise use google.
Forum: C++ 7 Days Ago
Replies: 2
Views: 186
Posted By William Hemsworth
I had never even heard of a negative base until you said that, I looked it up and it seems interesting. But, this function already uses a sign to represent negative numbers, maybe I could make a...
Forum: C++ 7 Days Ago
Replies: 2
Views: 186
Posted By William Hemsworth
Here's a function that manually converts an integer to any base between 2 and 36, the parameter list is:
void toBase(
int value, // Integer value to convert
char *target, // Pointer to a...
Forum: C++ 7 Days Ago
Replies: 10
Views: 201
Posted By William Hemsworth
I'll stick with just the code please ;)
Forum: C 7 Days Ago
Replies: 3
Views: 189
Posted By William Hemsworth
The only way I can think of, is to use some inline assembly and get the value of the PC register, look up the use of asm with C.
Forum: C++ 7 Days Ago
Replies: 10
Views: 201
Posted By William Hemsworth
It's worth a shot, just copy the project, delete unneeded compiler generated files, zip it and attach here :)
Forum: C++ 7 Days Ago
Replies: 10
Views: 201
Posted By William Hemsworth
Obviously the use of arrays here has made this very confusing, maybe it's possibly to do without, I don't know. But all I can suggest is to try using global variables and message notifications too,...
Forum: Geeks' Lounge 7 Days Ago
Replies: 41
Views: 1,037
Posted By William Hemsworth
It depends which 'sluggisly slow' virus programs you use, I use AVG on Vista and it's totally invisible to me, never had any problems. Norton however feels like it halves the speed of my computer.
Forum: C++ 8 Days Ago
Replies: 10
Views: 201
Posted By William Hemsworth
So let me get this right, you basically have an array of hWnd's which all link to the same event handler, but you want to do different things with each of them in the messengerBox dialog when it's...
Forum: C++ 8 Days Ago
Replies: 10
Views: 201
Posted By William Hemsworth
Can't say I do, hWnd will hold the handle to the window being used, so can't you just write:ShowWindow(hWnd, SW_HIDE);If not, you will have to clarify :P

Posting / Attaching the whole code would...
Forum: Geeks' Lounge 8 Days Ago
Replies: 1
Views: 222
Posted By William Hemsworth
Really cool actually, nice find :)
Forum: C++ 8 Days Ago
Replies: 3
Views: 154
Posted By William Hemsworth
What's this? You just supplied an entire program when all he wanted was help on one case.
Forum: Geeks' Lounge 9 Days Ago
Replies: 11
Views: 394
Posted By William Hemsworth
Also R, well that sucked :P there needs to me more options and outputs.
Forum: DaniWeb Community Feedback 9 Days Ago
Replies: 90
Views: 4,732
Posted By William Hemsworth
Much better :) The bug I pointed out quite some time ago in this (http://www.daniweb.com/forums/thread177031.html) thread was never fixed either.
Forum: DaniWeb Community Feedback 9 Days Ago
Replies: 90
Views: 4,732
Posted By William Hemsworth
I can't say I like the dotted underlining and popup either :icon_neutral:
It's all very distracting.
Forum: Geeks' Lounge 10 Days Ago
Replies: 31
Views: 1,425
Posted By William Hemsworth
To be fair, the game is 16 years old and probably freely available on the net, I know the demo is. [link]...
Forum: Geeks' Lounge 10 Days Ago
Replies: 15
Views: 592
Posted By William Hemsworth
I don't know, maybe you parents actually care about you :)
Forum: Geeks' Lounge 10 Days Ago
Replies: 41
Views: 1,037
Posted By William Hemsworth
Hello from Vista :) I will probably be getting it soon, not quite sure I look the new task bar so much though, looks big and blocky in my opinion, definitely worth a try though.
Forum: C++ 10 Days Ago
Replies: 1
Views: 106
Posted By William Hemsworth
Perhaps the PlaySound (http://msdn.microsoft.com/en-us/library/aa909766.aspx) function?
PlaySound("H:\\sissys.mp3", NULL, SND_FILENAME);
Forum: Geeks' Lounge 12 Days Ago
Replies: 5
Views: 315
Posted By William Hemsworth
I remember him by this (http://www.daniweb.com/forums/thread8386.html) thread, when he had a long debate with Narue.
Obviously that's 4 years before I joined, but it's like the most popular C++...
Forum: C++ 13 Days Ago
Replies: 2
Views: 152
Posted By William Hemsworth
What are the errors?
Showing results 1 to 40 of 1000

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC