2,839 Posted Topics
Re: There hasn't been one of these thread since Jephthah left. So good job! :) | |
![]() | Re: I'm sorry, but this is probably never going to happen, for obvious reasons if you don't mind me saying :) How I personally avoid these people: - Do not open/respond to threads with a negative vote. Someone (in 99.99% of the cases a regular) has opened the thread and has … |
Re: >>This part of the forum is for Python questions, you can post your question to hardware and software. Moved. Next time, please use the "flag bad post" button. That way the moderators will get notified sooner and can relocate the thread as fast as possible. Thanks! | |
Re: You didn't mention how you handle the draw's, so I decided that they didn't count for the round-count. So in my case, first at 3 wins. Hope it helps! [code] #include <iostream> #include <string> #include <ctime> int main() { const std::string ch = "rps"; unsigned short scores[2] = {0,0}; srand(static_cast<unsigned>(time(NULL))); … | |
Re: For future visitors of this thread: [quote] Do not post homework problems expecting a quick answer without showing any effort yourself. This especially pertains to the software development forums. [/quote] Closed. | |
Re: >> User friendly based on what? That is just personal opinion with no technical background at all... It's a signature spammer :( | |
Re: That's easy! [code] #include <iostream> int main() { std::cout << "1\n123\n12345\n123\n1"; } [/code] [URL="http://www.daniweb.com/forums/thread573.html"]Next question.[/URL] | |
Re: >>too bad for u because i dont need u anymore Great, if you don't need us anymore, you probably won't mind me closing this thread before it goes down in flames right? >>u r too selfish to bear. You [I]do[/I] realize that "y r and u" [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies#faq_keep_it_clean"]aren't real English words … | |
Re: >> what is 4G? 4 Gigs? 4 Dimensional? [URL="http://en.wikipedia.org/wiki/4g"]Clicky[/URL] | |
Re: >>>reread you post and realize i have no idea what a dc motor would do if connected to a LED It will kill your motherboard. The led-out will supply a maximum of 10-30 mA, while a dc-motor will gobble up anything from 500 mA to xxx A resulting in smoke, … | |
Re: Since you've both reported this thread (which was amusing from my point of view) I'll respond instead of just slapping on an infraction and run along. @pamelaanne05: Read this and [URL="http://www.daniweb.com/forums/announcement8-2.html"]this [/URL]and then [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]this[/URL]. When you fully understand both pages, post your effort here and you'll (probably) receive the help … | |
Re: >> I really was kind of interested to know what became of a thread Perhaps next time, subscribe to the thread? ;) | |
Re: That ^ post would be better of deleted. It violates about every rule in the book (homework, bumping, code tags) and furthermore: the solution is wrong. For future viewers of this thread: DO NOT use that code, just follow the link 'Ene Uran' posted. | |
Re: >>and there is not doc for this pleas help me [URL="http://www.google.com/#hl=en&source=hp&q=qt+visual+studio+tutorial&aq=7&aqi=g10&aql=&oq=qt+visual+&gs_rfai=&pbx=1&fp=dba07cc1e57261b"]Tried these? [/URL] | |
Re: >> Nobody needs two accounts just for the sake of reputation.. It's funny however that Jayavardhan, KiranKumar86446, teja_dt and pavan_teja all use the same internetconnection. I'm going to give you the benefit of the doubt and say that you're 4 different persons using 1 internetconnection instead of 1 person using … | |
Re: Or [URL="http://www.microsoft.com/express/Downloads/Download-2010.aspx"]Visual Studio 2010 [/URL] | |
| |
Re: For windows, you could use [URL="http://msdn.microsoft.com/en-us/library/ms724408.aspx"]getTickCount[/URL]() example: [code] #include <windows.h> #include <iostream> int main(){ long before = GetTickCount(); // do stuff std::cout << "elapsed ms: " << GetTickCount() - before; }[/code] | |
Re: >> Stemp.m_pText = new char[nTotLen + 1]; where do you [icode]delete[][/icode] this memory? Perhaps you should start [URL="http://www.cplusplus.com/doc/tutorial/dynamic/"]here[/URL] | |
Re: Or on windows, you might even try: [code] #include <windows.h> #include <iostream> #include <iomanip> #include <string> int main() { const std::string the_string = "Some text"; CONSOLE_SCREEN_BUFFER_INFO info; GetConsoleScreenBufferInfo( GetStdHandle( STD_OUTPUT_HANDLE ), &info ); // Get information about the output window unsigned int offset = (info.dwSize.X / 2) - (the_string.length() / … | |
Re: @Weichen: That's not C, it's C++. Furthermore: [URL="http://www.daniweb.com/forums/thread573.html"]We do not give homework freebies to people who show no effort whatsoever in solving the problem there-selves. [/URL] | |
Re: I've made a graph class in wxWidgets a while back. You could have a [URL="http://www.daniweb.com/code/snippet1010.html"]look at it[/URL] and modify it to fit you needs/ And don't post in italic-bold. It makes your posts annoying to read. | |
Re: >> We get at least ten threads a month from idiot students who somehow managed to get the final project without a clue. And by ten you mean 50 right? Anyway: This thread is obviously going to end in flames, so I'm closing it. CoderXpert & AuburnMathTutor: Have a tea, … | |
Re: Your logic is wrong. 1 KM == 1000 M == 100000 CM. | |
Re: you need inpout32.dll, a 32 bits version of the old inp() and out() functions. for the Dll and sample-programs: [URL="http://logix4u.net/Legacy_Ports/Parallel_Port/Inpout32.dll_for_Windows_98/2000/NT/XP.html"]Click[/URL] | |
Re: >>See if he lurks on any boards for C++. Does he have a DW account for example? And if so, is it Narue or Salem? | |
Re: It's called undefined behavior. On your PC with your OS and your compiler, this could be the output. But there's no guarantee that it's the same on someone else's PC. | |
Re: Ok that's it, I'm done with this thread. In the past 3 years it has been hijacked a gazillion times and split and split again and split again. For future hijackers-to-be: [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]Read the rules[/URL]: [quote=rules] Do not piggyback threads (aka "hijack" threads) by posting your question as a reply to … | |
Re: It was spam. It won't get posted again. | |
Re: These threads make me sick. Why don't you people try to think of something yourself? >> i am it student of third yaer plz And you still didn't learn how to write proper English? Closed | |
Re: double with [URL="http://www.daniweb.com/forums/post1287044.html#post1287044"]this[/URL]. Closed | |
Re: Put on a blindfold and take your pick. | |
Re: Post the links to the thread so we can have a look | |
Re: What do you mean by "here", Daniweb or the Geeks' lounge? If you're talking about the Geeks' lounge, it's because there are so many signaturespammers here, that a lot of the more interesting people decided to stop posting here. | |
Re: I just read this thread (and the one behind the scenes) and the news has come as a shock. Dave was one of the best C-programmers I knew, and was one of the main reasons I decided to stick with Daniweb. My thoughts go out to his family and friends. … | |
Re: @Mike_2000_17: We do not give a out free code to people [URL="http://www.daniweb.com/forums/thread573.html"]who show no effort[/URL]. Although Hkning (the OP) has shown some effort, coolzinthis did not and is just here for a homework-freebie. Please keep in mind that you can teach people more by telling them how they should do … | |
Re: To give you an example of how this problem could be solved: [CODE] Input number of students Loop while a counter is less then students { input grade1 input grade2 input grade3 average = (grade1 + grade2 + grade3) / 3 if average < 50 print "you've failed!" }[/CODE] And … | |
Re: It'll read until eof. Use ctrl-z (on windows) to end it. | |
Re: >>who are computer science thesis advisers here No-one. >>or those who know how to write thesis How about [B]YOU[/B] write YOUR OWN thesis? :icon_wink: | |
Re: A PC has it's own monitor instead of using a television. That's the difference. So yes, your game will work. | |
Re: It sounds like a good toy for the beginning developer, but from what I've seen it's too limited to create any really good apps/games. Nevertheless, Google has come up with a nice idea to attract more developers to Android, so it's popularity will surely rise again. | |
Re: [URL="http://www.daniweb.com/forums/thread63827.html"]Clicky[/URL] | |
Re: [QUOTE=NicAx64;1084316] Correct me if I am wrong. 99% of the assembly language sources are revese engineered virus binary. [/quote] What on earth gave you that idea? [QUOTE=NicAx64;1084316] I can't ask this question in Assembly because lost of ppl there have even read a one of those things. [/quote] And you … | |
Re: I have no idea what you're asking. Could you specify? | |
Re: [b]>>SOMEONE HELP ME ON THIS TOPIC BECAUSE I CAN'T READ hahahahah I didn't finish college [/b] [attach]15840[/attach] |
The End.