2,839 Posted Topics
Re: [quote]Move to HTML, CSS forum. [/quote] Done. Next time please use the "flag bad post" button to alert a Moderator that a thread is in the wrong forum. It saves me the time of reading each and every thread on Daniweb :icon_smile: | |
Re: Oh yeah, the "earthquake". I've read some thing about that :) [attach]2211[/attach] | |
Re: >> I have see your video interview Wait, what? [URL="http://www.youtube.com/watch?v=4Iwrg435zew"][edit][/URL] | |
Re: Reimage is [URL="http://www.mywot.com/en/scorecard/reimage.com"]known scamware[/URL] and therefore should [U][B]not[/B][/U] have been in the Daniweb newsletter. Someone needs to check the links we're "promoting", this is a really bad screw-up. @kentgorrell: You might want to post this problem [URL="http://www.daniweb.com/hardware-and-software/microsoft-windows/viruses-spyware-and-other-nasties/64"]here[/URL] because you're currently infected with malware. Crunchie or jholland1964 will help you remove … | |
Re: Do you know what structs (or classes) and pointers are? | |
Re: [quote=jesminya;309248] If anybody can help or guide me, it'd be great.[/quote] Code looks fine to me, except that it doesn't have the right form. To do that you need to add some spaces. tip: if you change this line: [INLINECODE]cout << x << " ";[/INLINECODE] the answer will be kind … | |
![]() | Re: Rep given in the community center and/or by members with little rep power shows up as a gray block and doesn't add anything to your own rep. This reputation is called "even" ![]() |
Re: *mildly related [URL="http://www.daniweb.com/community-center/geeks-lounge/threads/277550"]topic[/URL] | |
Re: Is this an assignment of some sort? If not: I would recommend you use a vector instead of an Array, especially if you want the size to be dynamic as this piece of code suggests: [code] int L = 10; int size = L*L*L; int x,y,z=0; double distance[size]; // Uh-oh, … | |
Re: I'm having the same problem with ads turned off. Looks like an apache problem? | |
Re: May I ask [I]why[/I] you would like to do that? It doesn't sound like a program that I would like to have run on my PC.. | |
Re: [quote] Based on the first line information, (ColXX to ColEE), what is the best method to take specific columns from a file and print on another file? [/quote] I'm not sure what information this first line should give? | |
| |
Re: Have a look at the [URL="http://www.cplusplus.com/reference/string/string/substr/"]substr()[/URL] function | |
Re: If you would add somesort of check if the file you're trying to open actually exist, then you would probably not get this error. *moved to C | |
Re: You *could* also update to something from the current millennium and don't go have to deal with these problems. What operating system are you using? | |
Re: (slightly offtopicish) [URL="http://tinodidriksen.com/2010/02/07/cpp-convert-int-to-string-speed/"]Here[/URL]'s an article on how well the different methods perform on different compilers | |
Re: [QUOTE=Ancient Dragon;881388] I'm not going to write it as if this were 30+ years ago. Get into the 21st Century like everyone else on the planet.[/QUOTE] I wonder why some schools still insist on using Turbo when [B]everyone[/B] in real life know that it's a crappy-nonstandard-outdated compiler. :-/ Can someone … | |
Re: >> I certainly email much less than I did 10 years ago, Me too. When email was "new" and "hip" back in the day, you would email random people who you vaguely knew; kind of like facebook nowadays. If I want to talk to someone, I give them a call. … | |
Re: By passing -1 to the cvCaptureFromCAM() function, you're telling OpenCV that you don't care what camera is being used, so it uses the first camera it can open. If you want to use 2 cams, you might have to open them explicitly. [code=cplusplus] capture_cam0 = cvCaptureFromCAM(0); capture_cam1 = cvCaptureFromCAM(1); [/code] … | |
Re: [quote]I got a 1bit adder to work, and ive found more and more complicated diagrams. [/quote] No shit sherlock; who would've thought that making a computer is actually quite difficult? :icon_wink: | |
| |
Re: Although this would be an interesting topic to discuss and follow, you're obviously copying things of your own blog here to promote it. I won't delete this thread if you're going to add daniweb-specific content to the it, but we don't want duplicate content on Daniweb because of "google". | |
Re: [QUOTE=sergent]I support National Socialism. I also find Mussolini and Lenin (especially his beard) really sexy. You should be glad that I am not old enough to vote.[/QUOTE] Let's hope your brain starts to function before you're old enough to vote. | |
Re: We'll have to wait for an admin for this, us mods can't do it. | |
Re: however childish I think your actions were, you're apperantly trying to better yourself and I'll consider your post as an apology to the members you've wrongfully down-voted and the community in general. Let's try to keep it at this and stop the voting-massacre Thread closed | |
Re: I like coming up with my own stuff instead of taking the easy way out by stealing someone else's work. >> I wanted to change my Username but Please call me MooGeek instead post your request here: [url]http://www.daniweb.com/community-center/daniweb-community-feedback/threads/24999[/url] | |
Re: [QUOTE=cscgal;1002087] [code=text] threadid views -------- ----- 1 5 1 5 2 10 3 15 4 10 [/code] [/quote] That looks like a database-design flaw to me ;) [QUOTE=cscgal;1002087] I am looking for a select where I want to find the SUM of views for distinct threadids, not distinct views. Something … | |
Re: [quote] We still need to convince her that a thriving community of spammers and noobs doesn't make for good business.[/quote] This is the solution to all the problems we're having with the sigspam, internet marketing forum and the panda update. | |
Re: We have this nice new rule: [quote] Do ensure that all posts contain [B]relevant content and substance[/B] and are not simply vehicles for external links, [B]including signature links[/B] [/quote] So if you see someone bumping a thread for a "thank you diz iz greeeeat post!" [B]and[/B] (s)he has signature links: … | |
Re: *deleted and banned. | |
Re: Yeah, we need more obfuscation: [code] double max(double a, double b){ return a > b ? a : b; } double max(double a, double b, double c){ return max( max(a,b) , c ); }[/code] | |
Re: [QUOTE=ajjutheguy;1601158]n define a global variable like sum-0[/QUOTE] There's absolutely no need for a global variable whatsoever. Also there appears to be something wrong with your keyboard. Your dot-key is stuck and the shift-key (for Capitals) seems to be broke. | |
Re: Is their a question in this ^ or do you just want a homework-freebie? :icon_frown: | |
Re: [URL="http://www.daniweb.com/web-development/php/threads/372225/1601292#post1601292"]double thread[/URL]. closed. | |
Re: For other priviliges click [URL="http://www.daniweb.com/forums/payments.php"]here[/URL] The area51 forum is actually a sort of feedback forum, but better. New options for DW are discussed with members with access. A good example is the new rep-power that was introduced last week. This was discussed for a few days before the algorithm was … | |
Re: I think that forum was marked for closure. It's on "the list" ;) | |
Re: But even when you're fully up-to-date, you still won't find Linux-header files on a Windows machine :) | |
Re: Worked in Birmingham a few weeks back, installing some stuff in a "recycling plant". All the garbage got there unsorted, but a few magnets and *a lot* of workers later, the garbage was 'sorted'. Where I live, we separate paper, glass, metal, green, and rest. ( and within a few … | |
Re: >> Why did Eyal leave? He had too few Geek genes and couldn't handle DW anymore. | |
![]() | Re: I usually give -rep to such posters. I also always check the rep of thread-starters, if it's in the negative values, I'll ignore the thread. |
Re: Same here. User-control-panel is really messed up. [edit] Just started cleaning up the double threads and posts because of this problem. But too bad I can't see which thread I've already deleted :S |
The End.