~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

You get to play Squash.

I put in a cricket bat.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Turtle -> Turtle soup

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Five times or ten times, not matter how many times you explain the concept of Haiku, it still would look alien to me..;)

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Boring, lifeless, software pirates are with HEX-EDITORS, plundering.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

the message boards.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Beds of rocks are normally used for a crude dam creation.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Hey Matty, you are a bit off, the post to which you reponded was not the last but the third last post.....;)

Taliban -> Afghanistan

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Boring, lifeless, brave pirates are with cannons, PLUNDERING.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

has an evil

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Have you got the graphics.h and the BGI file in the same location as that of your program ...? And btw post all the error messages, so that it would be easier to spot the problem.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

I tried putting in a for loop -> for (int n=0;n<1000000;n++) but it doesnt work.

Thats because you modify the control variable used in the for loop inside your for loop i.e. you use the variable n to control variable but modify the value of n inside the loop.

Try declaring a new variable outside the loop which will hold of the current value under consideration. Also either read the numbers from a file or an array declared in your program.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

BORING, lifeless brave pirates aren't with cannons, executed.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

you come to

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

You get the game Neverwinter Nights.

I put in a seed.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Haiku ? Huh, what the hell is Haiku ? :P

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

lifting a rock

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Tomatoes are one of the main ingredients used in making Tomato sauce.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

You get a head shot.

I put in a canvas.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

cingular -> Plural

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Everyone is not kind to everyone else, so there is no point in being kind to everyone.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

music jamming -> Jamming communication signals

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

a strong reason

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

You get to scribble on the message board.

I put in a combo box.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

I guess its a typo. You jumbled the positioning of the comma and the percentage sign. Here is the fixed one:

fscanf( fpIn, "%[^,], %d, %[^,], %d", name, &year, cap, &popRank ) ;

Hope it helped, bye.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

dawn of a summers day -> summer of 69

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Static, lifeless brave pirates aren't with CANNONS, sane

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Cute kids are what all parents want their newborn babies to be.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

the smaller ones.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Its working in my case....just made a slight modification:

fso.CopyFolder src, dest, 1

Removed the quotes around dest ....

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

See this thread, starting 3rd post from the bottom... ;)

:D

Yeah, I guess Mr. Mel went a bit far away saying that thing. Must have made all the VB programmers reading that post kill him...;)

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

The only resort in such cases is the registry. You can always pull out the information regarding the power settings of the client machine and program your logic accordingly.

You can find the power management related keys at HKEY_CURRENT_USER\Control Panel\PowerCfg. For registry related VB functions look for GetSetting( ) and SaveSetting( ) in the MSDN.

Hope it helped, bye.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

make up -> she is beautiful

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Not many compilers out there to create a seperate thread for them, methinks. If we want, we can always post in the sticky the recent or the compilers other than the default two mentioned...

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

would have done

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Static, lifeless, BRAVE pirates aren't with popcorn sane.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Daughters grow up to become really beautiful chicks.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

You get an apprehensive fish.

I put in some zeroes.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Hi,
i would like to know if there r any native functions in C with which i can detect a keypress ( independent of the platform ). The same ofr mouse functions as well.. Any function to detect a mouse click?
If not, how to detect a key press... ?
Thanks.

There are as such no standard C/ C++ functions for detecting mouse click and key hits. Its purely compiler or implementation dependent.

But still if you need it either go for a compiler which supports such functionality or an API which provides an easy interface for the above mentioned.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

joystick -> sorrowtwig

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Plus once you get beyond level 30-40, leveling is insanely hard.

Its the same thing for every MMORPG out there...Once you get past the initial 'fast levelling' fun, its really time consuming thing. If such is the case go with WoW since experience points are gained even when you are in hibernation or not playing...

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

This way someone that wants to download it can...

The download links for both the free compilers is posted in the sticky "Starting C". Maybe I should have being more concise and posted the link to the sticky rather than posting the download link....

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

I'm signed up for Weekly notification and once a week I get an influx of subscriptions coming in all at once. I guess that's the way it's supposed to work.

The world would really be a better place if everything turned out to be the way it was supposed to turn out....;)

And btw, no changing the email notification option has no effect here, no matter which option I keep, it always behaves like Instant Notification is enabled.

Any fixes till now ?

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

there is no need to allocate memory like that. Just see my previous post for correct way to do it.

But still looks like a good approach if the number of POINT 's go on increasing, I can allocate the memory dynamically and free them when they are no longer needed. But still different solutions to the same problem....

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

You created the pointer but where is the memory allocated to it ? How do you expect the GetCursorPos() to return anything to a mere pointer to whom no memory has been allocated ?

In your declaration of LPPOINT variable do this: LPPOINT lpPoint = new POINT ; And then it should be fine.

Hope it helped, bye.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Shucks! cscgal must have tattled :eek:

Nah...I have my own ways...(*hint* : an email)

I would rather bail out still friends then win and gain enemies.

How diplomatic.....:cheesy:

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Hello there my all rounder friend, welcome to Daniweb. :D

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Static, lifeless, self-centred pirates aren't with sails HAPPY.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Strength of the world is by my side.

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

memories -> Pain

~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster

Betty who was