Search Results

Showing results 1 to 40 of 152
Search took 0.06 seconds.
Search: Posts Made By: MosaicFuneral
Forum: Geeks' Lounge 28 Days Ago
Replies: 7
Views: 670
Posted By MosaicFuneral
Looking at those signatures, I'd say the OP's favorite is spam bots.
Forum: C Oct 14th, 2009
Replies: 4
Views: 414
Posted By MosaicFuneral
Even more peculiar is have the E in 'ecake' disappears, what a mystery! :icon_lol:
Forum: C Oct 13th, 2009
Replies: 2
Views: 381
Posted By MosaicFuneral
One, you have to specify to the linker that it's a windowed application.

Then you get the window handle, and with ShowWindow(), in the second parameter use SW_HIDE.

edit:
You'll probably also...
Forum: Computer Science Oct 8th, 2009
Replies: 16
Views: 689
Posted By MosaicFuneral
http://www.learn-programming.za.net/programming_cpp_learn04.html
Forum: Computer Science Oct 8th, 2009
Replies: 16
Views: 689
Posted By MosaicFuneral
You already just gave the "algorithm", so what do you need? Is it that you have no concept of how to write this in somesort of pseudo-code?
Forum: C++ Sep 24th, 2009
Replies: 3
Views: 292
Posted By MosaicFuneral
int main() is missing return(0);
Which is what would terminate you program, as well.

btw, You don't need system("pause");

cout <<"Slam on your keyboard."; cin.get();
Forum: Assembly Sep 13th, 2009
Replies: 22
Views: 974
Posted By MosaicFuneral
Have you tried any other third party file utilities?

And did you analyze the output with a hexeditor to check if everything went right?
Forum: DaniWeb Community Feedback Sep 10th, 2009
Replies: 74
Solved: Upgrade bugs
Views: 5,078
Posted By MosaicFuneral
Well somehow while not logged in the Current Users Browsing box said that I was logged in twice.

I logged back in and now its just one.
Forum: Posting Games Aug 5th, 2009
Replies: 3
Views: 1,102
Posted By MosaicFuneral
Is the post number how many times over someone is a loser?
Forum: C Aug 4th, 2009
Replies: 15
Solved: Simple IF Loop
Views: 928
Posted By MosaicFuneral
Don't use goto, try a function. You already have a switch in an if statement, don't make it any more complex.

Avoid fflush() and look into a replacement of scanf()
Forum: C++ Aug 1st, 2009
Replies: 2
Views: 291
Posted By MosaicFuneral
Have you tried <algorithm>'s remove (http://www.cppreference.com/wiki/stl/algorithm/remove)?

Something like:
string.erase(remove(string.begin(), string.end(), "-."), string.end());

By the way,...
Forum: DaniWeb Community Feedback Jul 22nd, 2009
Replies: 3
Views: 441
Posted By MosaicFuneral
Forum: Geeks' Lounge Jul 22nd, 2009
Replies: 31
Views: 2,333
Posted By MosaicFuneral
Yes. I just started a site were I shove all the pointless idiotic short stories I've been writing lately(Summer break), and other crap.


Odd, since most tech support you get assigned, on the...
Forum: Geeks' Lounge Jul 22nd, 2009
Replies: 31
Views: 2,333
Posted By MosaicFuneral
Well, why not a blog then?

I have endless crap to say, but I don't put it here.
Forum: Geeks' Lounge Jul 22nd, 2009
Replies: 31
Views: 2,333
Posted By MosaicFuneral
Why not get a diary?
Forum: C++ Jul 12th, 2009
Replies: 7
Views: 865
Posted By MosaicFuneral
And those errors would be?
Forum: C++ Jul 12th, 2009
Replies: 7
Views: 865
Posted By MosaicFuneral
Why are you using Races as a pointer?

You should format your code, it's hard to read.
Forum: Geeks' Lounge Jul 9th, 2009
Replies: 43
Views: 2,844
Posted By MosaicFuneral
You know those little bubbles don't mean much. Unless you're Mega Admin of ALL Awesomeness.
Forum: Geeks' Lounge Jul 8th, 2009
Replies: 15
Views: 870
Posted By MosaicFuneral
I can't prove that. Nor was my statement aimed at that part of your post. Rather the last part:



If you want me disprove that, send me: $40 for rolling papers, $350 for an ounce, and $200 for...
Forum: C++ Jul 7th, 2009
Replies: 18
Views: 813
Posted By MosaicFuneral
Debugging, since it usually prints right when you tell it too, while your regular debugger is flipping out.
Forum: Geeks' Lounge Jul 7th, 2009
Replies: 5
Views: 445
Posted By MosaicFuneral
What happens if you flip it the bird, do you get suspended?

I hate when people try to act happy. I get cautious and twitchy around them, and when I get cautious and twitchy: things can get very...
Forum: Geeks' Lounge Jul 7th, 2009
Replies: 15
Views: 870
Posted By MosaicFuneral
Actually I'm surprised WA's flag doesn't have a pot leaf on it.

You can't walk around the streets of a small town and not be enveloped by the smell of some potent weed.
Can't go to a gas...
Forum: C++ Jul 5th, 2009
Replies: 8
Views: 393
Posted By MosaicFuneral
http://www.cplusplus.com/doc/tutorial/dynamic/

type *var = new type[size];

if(!var) return(false); /*or somesort of error handling*/

delete [] var;
Forum: DaniWeb Community Feedback Jul 2nd, 2009
Replies: 7
Views: 687
Posted By MosaicFuneral
Would it include abacus computing?
Forum: IT Professionals' Lounge Jul 2nd, 2009
Replies: 6
Views: 768
Posted By MosaicFuneral
Why are all these "topic ideal" threads popping up now?! They use to isolated over in the CS section, now they're infiltrating the lounges.
Forum: C Jun 29th, 2009
Replies: 4
Views: 579
Posted By MosaicFuneral
When you set a pointer and don't always use every "point" in it(especially while dealing with user input), you need memset() to set a default value.
Forum: C++ Jun 29th, 2009
Replies: 8
Views: 408
Posted By MosaicFuneral
All the tobasco sauce I just drank. I can't feel my tongue.
Does that answer your question?
Forum: C++ Jun 29th, 2009
Replies: 8
Views: 408
Posted By MosaicFuneral
Code::Blocks with MinGW is my choice.



.NET is like asking someone to commit suicide. It's a bloated piece of crap.
Forum: C++ Jun 27th, 2009
Replies: 13
Views: 605
Posted By MosaicFuneral
http://www.cplusplus.com/doc/tutorial/dynamic/
Forum: C Jun 24th, 2009
Replies: 3
Solved: doubt in c??
Views: 291
Posted By MosaicFuneral
conio.h isn't used, and should never be.
Macros used like that are dangerous.
It's: int main() { return(0); }
Forum: C++ Jun 23rd, 2009
Replies: 3
Views: 330
Posted By MosaicFuneral
Programing's programing. Unless you're doing system specific stuff.
Forum: Geeks' Lounge Jun 22nd, 2009
Replies: 16
Views: 1,170
Posted By MosaicFuneral
Don't be a wuss. :icon_cool:


1 US bushel = 35.239072 liters
http://www.unc.edu/~rowlett/units/scales/bushels.html

http://en.wikipedia.org/wiki/Areca
http://en.wikipedia.org/wiki/Khat
Forum: Geeks' Lounge Jun 22nd, 2009
Replies: 16
Views: 1,170
Posted By MosaicFuneral
Do you own your own espresso machine yet, smoke a carton a day, chew a bushel of khat and areca?
If you answered no to any of the above, then you're doing it wrong!
Forum: DaniWeb Community Feedback Jun 18th, 2009
Replies: 12
Solved: Received Bad PM
Views: 1,634
Posted By MosaicFuneral
I feel like a looser now, because I don't get any. :'(
Forum: C++ Jun 11th, 2009
Replies: 16
Solved: Bits in a byte
Views: 765
Posted By MosaicFuneral
What evil being designed such a thing?!
Forum: C++ Jun 11th, 2009
Replies: 16
Solved: Bits in a byte
Views: 765
Posted By MosaicFuneral
Other than hobbyist and maintenance projects, not many people will ever touch something like a 4-bit machine or any other sort of setup.
Forum: Geeks' Lounge Jun 9th, 2009
Replies: 75
Views: 5,043
Posted By MosaicFuneral
Saw it Sat. night at a drive-in-theater. Probably one of best new films I've seen. Everything else new this year has been: to tame, watered down, over used, or long winded(Watchmen!).
Forum: Geeks' Lounge Jun 9th, 2009
Replies: 75
Views: 5,043
Posted By MosaicFuneral
Forum: Geeks' Lounge May 31st, 2009
Replies: 11
Views: 822
Posted By MosaicFuneral
Forum: Geeks' Lounge May 30th, 2009
Replies: 8
Views: 514
Posted By MosaicFuneral
I saw no such thing. What post might you be referring to(that contains the alleged abuse)?

I believe you didn't need to bother posting this tale of caution, when an individual could just read the...
Showing results 1 to 40 of 152

 


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

©2003 - 2009 DaniWeb® LLC