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

knighthood -> Paladin

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

You get Linkin Park's album, Meteora.

I put in a tape drive.

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

INQUISITIVE, weird script kiddies are fuddling hex-numbers, destroying.

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

Food is the basic necessity of life.

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

The whole point is that there is *no* point in resurrecting old threads. If nobody felt like asking or posting that since September 2004, you are posting only for the sake of posting. If you want to post, there are several threads where you could be helpful.

Not exactly correct since its okay to bump threads provided you are not posting complete crap, which doesn't seem to be the case here.

Also the forum rules here are to allow conversations flow as long as it foster a healthy debate and exchange of ideas.

And btw, there is no Java 8, 9 etc. We have J2SE, J2ME and J2EE and those are not 8th or 9th versions of Java, they are still dealing with Java 2.

On an old thread, If answering is meaningless then, leaving a comment (ofcourse -ve and just for the sake of giving one) is also meaningless. Hope to see you in several other threads where your comments could be very useful...
bye:-|

What should I take this comment to be as...an attempt to start another flame war ?

Many threads have got closed because of such trivial things and please don't let this thread come to the same fate.....

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

Nothing here, all smooth sailing, though it was exceptionally cold yesterday...

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

Hey there Christopher aka Wraith, welcome to Daniweb :D

Ah finally a Bleach fan on Daniweb.....;)

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

Hey Nick, check to see if you are suscribed to any forums, and if so, you will keep on recieving instant notifications even if you have daily notifications on.

I guess its a big logical bug that instant notifications are sent for forums to which you have suscribed even when you have turned it off in your control panel.

So Nick, you can either unsuscribe from the forums or change the option to "No email notification".

Hope it helped, bye.

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

bullet and loaded

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

Hidden fields in HTML can be used for persistence of information from one form or web page to another. ;)

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

Don't you think its rather vague description....Btw does your project work perfectly fine when you run it ? Is the problem only with the .exe creation or of the program as a whole.

Normally such behaviour happnes when a code snippet in your program goes in an infinte loop. Are you using while loops without specifying a proper terminating condition ?

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

VB deftly handles the memory mangagement on part of the programmer, you need not worry about it. The garbage collector of VB spots the variables which have gone out of scope or are not referenced anywhere in the program and takes care of them accordingly.

And btw, as far as the variables of the form retaining their values is concerned, I guess its a Feature of working in the design environment, though I am not sure about it.

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

In the form properties of your MDI form, set the "window state" property to "2 - Maximized" and you would get a full screen application.

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

1) I'm a girl.... ;)
and
2) I'm not a "real good geek" but I'll keep trying!

Hey there Tokyo girl, welcome to Daniweb.. :D

And yeah we are in need of some people who are "trying to become geeks". :mrgreen:

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

i think i have to do change in directories (source,output,.....)

Yep, that seems to be logical thing to do next since it says "stdio.h not found' . Check the make sure the path to your header files are properly set in the Turbo C configuration options.

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

I picked up

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

Week is normally confused with weak.

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

Marmalade -> Accolade

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

You get a spoon.

I put in a knife.

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

Maybe just a poor choice of words on your part.

You have leapt to a conclusion,

The desire (motivation is a better word)

...

I am infamous around these parts for turning a normal thread into a healthy debate but I guess I would just stay put this time and let the ... 's do the work. :mrgreen:

Appeciative of your concern and your opinions and thoughts? Yes, very much so. Thank you.

You are always welcome buddy. Hope you would find this site compelling enough someday.....

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

Well flaco both you and I have learnt a lesson from this thread....whenever in need of some expert psychological assistance we can always turn to Aniseed, Matty, Junyah... :D

But seriously, I ain't gonna rant but will just quote some quotes:

Pity is for free but envy must be earned.

A man who has not embraced his past, can't mould his future.

People are like dice, we throw ourselves into our lives.

I hope you get the point I am trying to prove....get some respect, believe in what you want and you won't need any counselling / medicines / pep talk.

Regards,
~s.o.s~

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

My favs:

  • Iron Maiden - Brave New World
  • Velvet Revolver - Contraband
  • Jimmy Eat World - Bleed American
  • Incubus - Morning View
  • Iron Maiden - X Factor

....and many more.

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

Hey there Tokyo Boy, welcome to Daniweb... :D

And yeah we are in desperate need of some real good geeks ;)

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

Your code is working in my case, but some of the problems which you say are appearing as warnings are :

1) scanf("%s",&rec); The scanf function requires the address of the variable as its second parameter. Since the name of the array is a pointer to its first element or holds the address of the array, you need only to supply rec. Remove the & sign which you have placed in front of it.

2) scanf("%s",&izbor); The same problem exists here.

3) Don't use system("pause") for pausing the program. Better use getchar() which is more poratble and more meaningful in this context.

4. Why the three functions which do exactly the same thing i.e. comparing two strings or I would rather say why a separate function for string comparision when strcmp() does the job well ?

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

Wow it sure is a good breakdown.

But still building a game engine from scratch is what bothers me the most and is one of the things which can mar the completion of the project....Good luck to you and your Pirates. :D

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

Update: Btw what does the program exactly do ? Convert a number to binary is it ?

I am unsure because for the input 1 the output given is 110001 which is rather err..incorrect for a binary representation of 1 . Is this what you intended wheelz ? Ditto with Raye's code ? Am I missing something here...?

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

WOW, that really was a good one Raye. Maybe I should have being more verbose in my first post.. :P

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

You get smoked glass.

I put in a pipe.

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

I'm still working on it because I don't have the same experience at all. When I select weekly notification, I get weekly notifications, etc. When did this start happening?

Don't blame you but still had to find a way to stop the flooding....

What happens when you select "no email notification"?

Have selected that option, waiting for results...

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

Boring, weird script kiddies are with hex-numbers, DESTROYING.

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

the hell have

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

poo -> vinny the pooh

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

You get aluminium foil to wrap your lunch in.

I put in a submarine.

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

Guess I am left with the only option of marking Daniweb mails as spam...can't help it -- the clutter in my mail box is killing me.

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

You are not allowed to since its proprietary content

I put insome pebbles,

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

Actually too much documentation, I would say that a complete overkill. You just need to provide a short abstract on what your algorithm does rather than clubbing the program to death by explaining each and every statement.

I don't know if you have reflected on this but almost 50% of your code is comments which is actually a bad thing...

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

What exactly is the error you are getting ? The code seems to be perfectly alright and working so I guess the problem must be the way you have configured you IDE or with the project settings.

Post the kind of settings you used while creating the project along with the detailed error messages.

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

NEVER EVER write a full program (or at least nothing more than a simple "Hello World" program) without checking both compile and runtime errors along the way.

Bingo, good advice. Writing a code with 100+ LOC without checking for compile time errors and bugs is suicidal.

The problem worsens when your program starts spanning multiple header and source files (multiple .h and .cpp files).

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

It would be better if you post a concrete code sample to get help.

And btw if anyways your combo box is picking data from a column of a table which always has distinct values, where does the duplication come in...?

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

I don't know what kind of expertise you hold in the programming languages you would be using (C++, Python ?) or in OpenGL or DirectX but still I wish all the best to you.

Hope this project doesn't come out to be only a pipe dream due to lack of time / expertise / domain knowledge.

BTW which API you using to develop the game ? Is it a 2D or 3D game?

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

Write a program which will print all the pairs of prime numbers whose sum equals the number entered by the user.

Wouldn't recommend this one to a complete beginner who is still figuring out how loops work...But still a good problem nonetheless.

I was thinking of starting a thread which will host practice problems of all levels (beginner to expert). I think its really a good idea since such things are not found on most forums and learning with practice is the best way to learn....

What do all you guys think ? Suggestions ?

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

You get one gigantic Mammoth.

I put in a goldfish.

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

fish -> stinks

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

Hey there James, welcome to Daniweb :D

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

Hey there Reden, welcome to Daniweb. :D

Hope you get to learn new things here...

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

Boring, WEIRD script kiddies are with hex-numbers, wondering

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

Hey there Mohamed, the one belonging to the land of Pyramids, welcome to Daniweb...:D

And btw as far as your question about Forum development is considered, you can ask your questions here.

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

Tuesdays are so much inferior to Black Fridays..

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

the burnt cookies

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

Or am I missing something here...

Yes, I guess so...

The topic under consideration is that since the forum doesn't allow any compression format other than .zip , the users can upload the file of whichever format they want just by suffixing the .zip at the end.

Hence the test with 275 bytes....;)