2,839 Posted Topics

Member Avatar for asif49

[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:

Member Avatar for Nick Evan
0
84
Member Avatar for Dani

Oh yeah, the "earthquake". I've read some thing about that :) [attach]2211[/attach]

Member Avatar for Dani
0
112
Member Avatar for hybr!d

>> I have see your video interview Wait, what? [URL="http://www.youtube.com/watch?v=4Iwrg435zew"][edit][/URL]

Member Avatar for Dani
0
239
Member Avatar for kentgorrell

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 …

Member Avatar for kentgorrell
0
277
Member Avatar for MrAppleseed
Member Avatar for MrAppleseed
0
118
Member Avatar for jesminya

[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 …

Member Avatar for Onlineshade
0
1K
Member Avatar for diafol

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"

Member Avatar for diafol
0
143
Member Avatar for JasonHippy

*mildly related [URL="http://www.daniweb.com/community-center/geeks-lounge/threads/277550"]topic[/URL]

Member Avatar for Kerry W
2
645
Member Avatar for SakuraPink

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, …

Member Avatar for SakuraPink
0
153
Member Avatar for jonsca

I'm having the same problem with ads turned off. Looks like an apache problem?

Member Avatar for blud
0
229
Member Avatar for lttleastig

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..

Member Avatar for Ketsuekiame
0
93
Member Avatar for sadsdw

[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?

Member Avatar for Ancient Dragon
0
132
Member Avatar for Dani
Member Avatar for thecoolman5

Have a look at the [URL="http://www.cplusplus.com/reference/string/string/substr/"]substr()[/URL] function

Member Avatar for thecoolman5
0
345
Member Avatar for pseudorandom21
Member Avatar for madara435
Member Avatar for justin96b

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

Member Avatar for Nick Evan
0
150
Member Avatar for ashu12v

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?

Member Avatar for N1GHTS
0
478
Member Avatar for banoth suman

(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

Member Avatar for Ancient Dragon
0
252
Member Avatar for bunteezone

[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 …

Member Avatar for santanu@code
0
30K
Member Avatar for happygeek

>> 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. …

Member Avatar for GrimJack
1
4K
Member Avatar for stonerain

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] …

Member Avatar for Raimucka
0
2K
Member Avatar for blackcathacker

[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:

Member Avatar for blackcathacker
0
248
Member Avatar for Sadun89
Member Avatar for zachf632
0
222
Member Avatar for hari_kiran
Member Avatar for MWick

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".

Member Avatar for MWick
0
200
Member Avatar for blackcathacker
Member Avatar for blackcathacker
Member Avatar for pseudorandom21

[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.

Member Avatar for pseudorandom21
0
660
Member Avatar for Majestics
Member Avatar for Majestics
0
246
Member Avatar for skilly

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

Member Avatar for Nick Evan
-5
152
Member Avatar for MooGeek

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]

Member Avatar for MooGeek
0
112
Member Avatar for Dani

[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 …

Member Avatar for Perez_Bottoms
0
15K
Member Avatar for Salem

[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.

Member Avatar for Dani
0
235
Member Avatar for jingda

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: …

Member Avatar for TrustyTony
1
491
Member Avatar for jingda
Member Avatar for radiata

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]

Member Avatar for Nick Evan
0
206
Member Avatar for jadzrev13

[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.

Member Avatar for jadzrev13
0
3K
Member Avatar for tubby123

Is their a question in this ^ or do you just want a homework-freebie? :icon_frown:

Member Avatar for tubby123
0
167
Member Avatar for lastgame2007

[URL="http://www.daniweb.com/web-development/php/threads/372225/1601292#post1601292"]double thread[/URL]. closed.

Member Avatar for faroukmuhammad
0
142
Member Avatar for sergent

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 …

Member Avatar for Stefano Mtangoo
0
334
Member Avatar for bobytch
Member Avatar for Salem
Member Avatar for Nick Evan
1
143
Member Avatar for yazooney

But even when you're fully up-to-date, you still won't find Linux-header files on a Windows machine :)

Member Avatar for chevuru.anil
0
2K
Member Avatar for pseudorandom21
Member Avatar for steven woodman

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 …

Member Avatar for Ezzaral
1
160
Member Avatar for jingda

>> Why did Eyal leave? He had too few Geek genes and couldn't handle DW anymore.

Member Avatar for jingda
0
168
Member Avatar for diafol

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.

Member Avatar for VernonDozier
0
156
Member Avatar for Behseini
Member Avatar for ~s.o.s~

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

Member Avatar for qq7434138
0
832

The End.