MosaicFuneral 812 Nearly a Posting Virtuoso

Looking at those signatures, I'd say the OP's favorite is spam bots.

MosaicFuneral 812 Nearly a Posting Virtuoso

There's allot of games and toys being released right now for the holidays.

Me I'm busy playing the classic 1998, balls-to-the-wall, Lovecraftian horror/sci-fi game Half-Life; finished the end last evening after putting it aside for awhile, and the end in the other dimension/planet/whatever is just "fuuuuuuuuuuu.... 0.0 *mindblown*." So I have to play it again.

MosaicFuneral 812 Nearly a Posting Virtuoso

Even more peculiar is have the E in 'ecake' disappears, what a mystery! :icon_lol:

MosaicFuneral 812 Nearly a Posting Virtuoso

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 want to look into lowering the task priority.

MosaicFuneral 812 Nearly a Posting Virtuoso
MosaicFuneral 812 Nearly a Posting Virtuoso

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?

MosaicFuneral 812 Nearly a Posting Virtuoso

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();

MosaicFuneral 812 Nearly a Posting Virtuoso

just masturbate.

After [attached pic]? ;)

Although, for some reason, Calvin looks like John Constantine from Hellblazer.

MosaicFuneral 812 Nearly a Posting Virtuoso

Using dd command to write to floppy disk.

Have you tried any other third party file utilities?

And did you analyze the output with a hexeditor to check if everything went right?

MosaicFuneral 812 Nearly a Posting Virtuoso

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.

MosaicFuneral 812 Nearly a Posting Virtuoso

Is the post number how many times over someone is a loser?

MosaicFuneral 812 Nearly a Posting Virtuoso

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()

no1zson commented: thanks for the effort +3
MosaicFuneral 812 Nearly a Posting Virtuoso

Have you tried <algorithm>'s remove?

Something like:

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

By the way, you don't need Boost.

MosaicFuneral 812 Nearly a Posting Virtuoso

[miss read]

MosaicFuneral 812 Nearly a Posting Virtuoso

Do you put your endless crap to anywhere?

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.

Because of my hard accent i wouldnt be assigned to such task anyway.

Odd, since most tech support you get assigned, on the phone, can hardly form a sentence. Of course, some of them aren't even in the US, actually.

MosaicFuneral 812 Nearly a Posting Virtuoso

Well, why not a blog then?

I have endless crap to say, but I don't put it here.

MosaicFuneral 812 Nearly a Posting Virtuoso

I will append to this thread if i improve from now on.

Why not get a diary?

MosaicFuneral 812 Nearly a Posting Virtuoso

And those errors would be?

MosaicFuneral 812 Nearly a Posting Virtuoso

Why are you using Races as a pointer?

You should format your code, it's hard to read.

MosaicFuneral 812 Nearly a Posting Virtuoso

You know those little bubbles don't mean much. Unless you're Mega Admin of ALL Awesomeness.

MosaicFuneral 812 Nearly a Posting Virtuoso

>>I can prove you wrong on that. - MosaicFuneral
Ok smartass, how can you prove that I don't know any programmers show smoke dope. And I'm not the only one who claims smoking pot and programming don't mix. Just read post #9 here -- the pot smokers flunked the programming class.

I can't prove that. Nor was my statement aimed at that part of your post. Rather the last part:

- can't program when stoned or intoxicated.

If you want me disprove that, send me: $40 for rolling papers, $350 for an ounce, and $200 for microbrews.

MosaicFuneral 812 Nearly a Posting Virtuoso

Until and unless you have a VERY GOOD REASON to use stdio, I don't prefer to use it.

Debugging, since it usually prints right when you tell it too, while your regular debugger is flipping out.

MosaicFuneral 812 Nearly a Posting Virtuoso

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 ugly.

jephthah commented: We can't stop here... this is bat country! +12
MosaicFuneral 812 Nearly a Posting Virtuoso

now, I'll admit: maybe my opinion is colored by my area of the country. I'm in Seattle, where two things may be quite different from your area of the US Midwest.

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 station or convenient stores in some areas/time of year, can't be be near the mouth of college kids, can't go to the library entrance(across the street from a police station), all without being enveloped.

Oh yeah, it's also our biggest cash crop: http://www.keprtv.com/news/local/19226814.html

MosaicFuneral 812 Nearly a Posting Virtuoso

http://www.cplusplus.com/doc/tutorial/dynamic/

type *var = new type[size];

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

delete [] var;
MosaicFuneral 812 Nearly a Posting Virtuoso

Would it include abacus computing?

MosaicFuneral 812 Nearly a Posting Virtuoso

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.

MosaicFuneral 812 Nearly a Posting Virtuoso

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.

MosaicFuneral 812 Nearly a Posting Virtuoso

what made you think like that?

All the tobasco sauce I just drank. I can't feel my tongue.
Does that answer your question?

serkan sendur commented: wtf -1
Ancient Dragon commented: LOL :) +36
MosaicFuneral 812 Nearly a Posting Virtuoso

Code::Blocks with MinGW is my choice.

what is your reason for win32 programming, why dont you program in .net?

.NET is like asking someone to commit suicide. It's a bloated piece of crap.

MosaicFuneral 812 Nearly a Posting Virtuoso
MosaicFuneral 812 Nearly a Posting Virtuoso

conio.h isn't used, and should never be.
Macros used like that are dangerous.
It's: int main() { return(0); }

jephthah commented: word. +11
MosaicFuneral 812 Nearly a Posting Virtuoso

Programing's programing. Unless you're doing system specific stuff.

MosaicFuneral 812 Nearly a Posting Virtuoso

i drink lots of coffee at work hence i dont want to have my own espresso machine to prevent possible heart attack.

Don't be a wuss. :icon_cool:

chewing a bushel is out of my english so i dont know about it.

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

MosaicFuneral 812 Nearly a Posting Virtuoso

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!

MosaicFuneral 812 Nearly a Posting Virtuoso

I feel like a looser now, because I don't get any. :'(

Nick Evan commented: Send me 100 bucks and I make you rich very!!! vIaGrA +19
Salem commented: I'm gonna spam ya with green jelly beans :) +35
MosaicFuneral 812 Nearly a Posting Virtuoso

Moreover, I have seen a real computer with various byte widths (every 6-th byte was shorter than others)... ;)

What evil being designed such a thing?!

MosaicFuneral 812 Nearly a Posting Virtuoso

>A byte is just always eight bits
Incorrect. "Byte" is an abstract term for the smallest addressable unit for your system. While more and more systems are gravitating toward the octet (eight bits, for the terminology-challenged) for a byte, it's by no means universal.

Other than hobbyist and maintenance projects, not many people will ever touch something like a 4-bit machine or any other sort of setup.

MosaicFuneral 812 Nearly a Posting Virtuoso

Ignorance is bliss
Apathy is a mental illness

Can I have my pills then, please?

MosaicFuneral 812 Nearly a Posting Virtuoso

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 rules and other plainly stated notices.

MosaicFuneral 812 Nearly a Posting Virtuoso

Referring back several pages on the forum:

http://www.daniweb.com/forums/thread187421.html

MosaicFuneral 812 Nearly a Posting Virtuoso

Load it onto a SD card, shove it into the PPC, find the executable in explore, double click it with your pointing device.

MosaicFuneral 812 Nearly a Posting Virtuoso

I second this.

It pisses me off to great ends, when they do this. They'll probably even attempt this still with fake-signatures.

MosaicFuneral 812 Nearly a Posting Virtuoso

One, site rule, use CODE TAGS.
Two, I'm sure it won't compiler with non-existent <cstd1ib>.
Three, don't use exit(). You're in main() so why not just return(1)?

That's just all I saw while scrolling down the page. Use the code tags, and then people may be more compliant to help you.

MosaicFuneral 812 Nearly a Posting Virtuoso

Drag mouse to highlight the text, Ctrl+C, go to place you want it copied, Ctrl+V.

MosaicFuneral 812 Nearly a Posting Virtuoso

http://www.amazon.com/Mathematics-Physics-Programmers-Game-Development/dp/1584503300
This was a pretty good book on the subject. Goes over all the crap they teach you in high-school, in the first few chapters, then actual application. Might hold you over till you get some formal classes(seeing how you don't remember absolute).

MosaicFuneral 812 Nearly a Posting Virtuoso

Maybe you should format your essay, before you post it.

Also you should take a break soon and go do something like bike for a full week, tour another state or the coastline, or just get a hobby.

MosaicFuneral 812 Nearly a Posting Virtuoso

We already know about your nightlife, no need to explain.

MosaicFuneral 812 Nearly a Posting Virtuoso

This thread is useless.

MosaicFuneral 812 Nearly a Posting Virtuoso

I like English crumpets with jam.