67 Discussion / Question Topics
Remove Filter Heh people, finally I have been struck by P1K ... oh I mean I have completed by 1000 posts on Daniweb. Feels good. :mrgreen: With all your members, moderators, super moderators and admins support and friendship, I have in just 5-6 months.. [LIST] [*]reached 1000 posts, [*]5 dot reputation and … | |
Hey Miss Dani, i was just wondering if it would be possible for you to add the functionality of keeping the buttons "Warp Iilinetags", "warp code tags" to the Quick reply WYSIWYG editor, since it has some extra space or unused space at the right corner. Those are the basic … | |
Hi there everyone. I have recently seen many posts in which people are really happy with the resources provided in that thread and post their thanksgiving making the thread lose its purpose. Even newbies resurrect dead threads just to say thanks. I was wondering why not make DaniWeb a no … | |
Hmm... lets see how good are the members of this cool community. I will start a thread in which people can ask fun puzzles which have an obvious solution and other people can [B]try answering them along with the logic furnished with the solution[/B]. After all we need something to … | |
Hello to everyone out there. Want a chance to test your talent. Go here: [URL]http://web.tickle.com/tests/talent/index_main.jsp[/URL] The test is a bit lengthy and daunting but is real fun especially for geeks who need to have their daily dose of some insane thinking... My title: [IMG]http://img20.imageshack.us/img20/3466/talentresultsvv4.png[/IMG] | |
I dont know how to put this but Miss Dani i would please request you to place a moderator for this button or anything related to bad posts or atleast come up with a good idea to stop someone misusing this button. Looks like someone out there, just to take … | |
Wow Miss Dani, now animated avatars for MODS too ( i dont know if this feature was from the start or has been introduced recently since i saw it in Mr Salems avatar for the first time). Maybe DaniWeb will become really really really famous some day so that we … | |
I see a new feature has been added called member certificates, is it just for fun or does it have some purpose or use ? Just curious (programmer need to be curious, dont they :mrgreen:) Waiting for your explanation, thanks. | |
Hey i was just wondering which is the prominent langauge in the United States of America which is used for development. I know it sounds a bit amatuerish but i dont know how to frame this question. Just wanted to know which langauge is worth learning so that the one … ![]() | |
Hello just wondering how many posts it took to you people to reach a milestone of "On a distinguised road" and the one with the lowest posts wins. SO what say you ??? (just a fun activity) | |
Hello guys this is my first attempt at learing at server side scritping language. I know basics and have worked with Javascript, HTML and CSS. Any pointers or site which can tell me or teach me the basics of ASP .NET so that in the end i can achieve the … | |
Hell "o" to all programmers out there. I was just fiddling around with pointers to [inlinecode] const [/inlinecode] when i wrote this snippet. [code] [COLOR=#008000]int main (void) { int* ptr = NULL; const int i = 20; ptr = (int*) &i; *ptr = 40; printf ("\nThe addr of the const … | |
Hello to all developers out there. Just wanted to know if i can embedd my existing VB application in a browser window so that when the link is loaded the application runs and accepts the input from the user. If it is possible i would really be grateful if you … | |
Hello all prorgammers out there. While just fiddling with the pointer concept of mine which is weak i wrote a very simple function to just give the addr of the array to the char type pointer so that i can refer the array using the pointer instead of the array … | |
Here is the code i have written to accept string from the user. Can you please modify the code so as it can even count the space as well as print the whole line with the spaces instead of the first word. Thanks a lot. [CODE] #include <stdio.h> #include <assert.h> … | |
Hello to all progg. out there. The sample prog. i have written is of which i am facing three doubts : [CODE] char *someFun1() { char temp[ ] = "string"; return temp; } char *someFun2() { char temp[ ] = {'s', 't','r','i','n','g'}; return temp; } int main() { puts(someFun1()); puts(someFun2()); … | |
Hello to all coders out there. I have a doubt regarding the format "long double" which is producing wierd results when used in the case of a factorial program. When "long double" used with C lang. produces the output input = 3 factorial = -2.000000 while when used with C++ … |
The End.