But I think it's unfair that Saswat should win by posting code that obviously won't work (due to missing quotes) when others have posted longer...
Saving the file as cc means gcc will compile it as C++ not C. Save it as .c instead so that gcc will compile it as C instead.
Yes there is; hit Print Screen, paste the screen shot into your favourite graphics editor and zoom in. You can just about see the difference if...
Perhaps I'm the only one who thinks this, but shouldn't it be Saswat that posts proof it works, rather than requiring other people to post proof...
How would you do it on a calculator? Write down in order exactly what buttons to press. Then you can determine an algorithm for the computer to...
White
I think it won't work because there are missing quotes: puts(Hello, World!) Apart from that though the principle of putting one character in the...
It was very ambiguous. You could have meant what came before it in terms of currency, or what was in the background in some picture of it, or...
What kind of file is it? (I don't download RAR's from RapidShare when I don't know exactly what they are)
A key.
select * from tbl order by match() descending; where match() is a function that returns the number of matches, perhaps designed along the lines:...
You can't create a DLL from just a header file. A DLL contains compiled source code, but a header is just definitions and doesn't contain any...
The difficulty of writing good code articles is also why I haven't written any.
Writing good code articles is quite difficult because there is a lot more than just writing the code that has to be done for the article to be any...
The obvious example of a use for unions is a spreadsheet where a cell can contain a date, number, some text, a formula or other things depending...
> Any tips/suggestions to get it started Start with a main function, declare the array, create the input routine, then the search routine. Do...
If the language is renamed from its original prototype name of NB meaning New B then it's entirely possible that the very first C compiler was...
Bizarrely enough I reckon kshiteej is correct, reading carefully through http://cm.bell-labs.com/cm/cs/who/dmr/chist.html and specifically "In...
I haven't said anything because I don't think it would work. But I don't have a Linux or MinGW installation handy to try it. Saswat, to convince...
If what I just posted doesn't answer that question, then no, obviously I can't.
Separate names with a comma.