2,839 Posted Topics

Member Avatar for happygeek
Member Avatar for QueenKirsty

[QUOTE=QueenKirsty;1189502]Thanks. I was hoping for a "one app does all" quick fix response but I guess that's just not practical! I will now go start digging through the lists.... :o)[/QUOTE] Most systems which can handle a great variety of tasks, do a shitty job in all of them. It's (in …

Member Avatar for Nick Evan
0
127
Member Avatar for Muhammadlodhi

Continued [URL="http://www.daniweb.com/forums/post1189705.html#post1189705"]here[/URL]. Closed

Member Avatar for Nick Evan
-5
136
Member Avatar for Michael2

Thread closed due to the high percentage of spam it's attracting.

Member Avatar for Nick Evan
-1
85
Member Avatar for miskeen

[QUOTE=Narue;1186962] I love it when people ignore my help and then thank me. It's even better when they choose a horrible solution in favor of my superior recommendations. :icon_rolleyes:[/QUOTE] Do I detect some "sarcasm" here? :icon_razz:

Member Avatar for miskeen
0
2K
Member Avatar for JHus00

Your return-type for "dateConversion" in the declaration is "char" (line 23). This means it can only return ONE character. That's problem numero uno. The next problem is that the definition of "dateConversion" returns "void" (line 182), which means it returns nothing. This code should not compile. What compiler are you …

Member Avatar for Nick Evan
0
136
Member Avatar for monalizafst

Non English -> Closed. From the rulebook: [QUOTE]We strongly encourage all posts to be in full-sentence [I][B]English[/B][/I]. [/QUOTE]

Member Avatar for Nick Evan
-1
119
Member Avatar for angel19

[QUOTE=angel19;1185091]Is there any possibility to change the code and have the OO etc added?[/QUOTE] Yes

Member Avatar for mn.balakumar
0
3K
Member Avatar for sciwizeh

Wow, that was a problem I never encoutered before, but I solved it :) This piece of code [code] else if( y1 < -((windowHeight)[COLOR="Red"]–[/COLOR]rsize+ystep) ) y1 = -windowHeight + rsize -1; [/code] should be replaced with this: [code] else if( y1 < -((windowHeight)[COLOR="Green"]-[/COLOR]rsize+ystep) ) y1 = -windowHeight + rsize -1; …

Member Avatar for jephthah
0
676
Member Avatar for akaz00

Using [URL="http://www.google.com/search?btnG=1&pws=0&q=sorting+algorithms"]this[/URL], I found [URL="http://www.sorting-algorithms.com/merge-sort"]Merge sort.[/URL] (It was the second link)

Member Avatar for Nick Evan
0
119
Member Avatar for 3cats

You missed a opening bracket after this line: [icode] if (AcctType == 'c' && CurrentBal < MinBal)[/icode] What IDE are you using? A lot of them (like visual studio, or code::blocks) have features to auto-format your code (indent it), so you don't have to worry about it yourself.

Member Avatar for 3cats
0
170
Member Avatar for adrian75

[icode]player1Choice == "S"[/icode] is wrong. You can't compare a char to a string. Using single quotes instead. Also you forgot to include [icode]using namespace std;[/icode], this shouldn't even compile. What compiler are you using? and next time use [URL="http://www.daniweb.com/forums/misc-explaincode.html"]code-tags[/URL] when posting code. [edit] @tonymuilenburg: We don't hand out out ready-to-go …

Member Avatar for tonymuilenburg
0
382
Member Avatar for vbx_wx

[QUOTE=vbx_wx;1184311]c it never reaches the if() part[/QUOTE] Which of the both?

Member Avatar for vbx_wx
0
95
Member Avatar for bonyshine

[QUOTE=bonyshine;904864]i dont think its interesting[/QUOTE] I agree. I mean: Why would you learn how to spell? It's not like anyone cares about that in say, your application letter right? I'm sure that there are plenty of companies that'll hire someone who can't spell, can't think of a project and after …

Member Avatar for highschool
0
501
Member Avatar for gregarion

Are you sure that this is the EXACT code you're running? Because this line: [icode]while (rom != "")[/icode] shouldn't even compile...

Member Avatar for gregarion
0
109
Member Avatar for cwarn23

[QUOTE=VernonDozier;1164055][URL="http://www.daniweb.com/forums/thread90228.html"] Exhibit A[/URL] Some bumps are worth reading.[/QUOTE] But what you can't see is the dozen of posts deleted by moderators on that thread, all asking for help, promoting signature-links, or mee-too'ing. But you're right, some bumps are worth reading. The problem is that most of them aren't :(

Member Avatar for WaltP
0
356
Member Avatar for roin14

[QUOTE=roin14;1174729]write the two grading programs. [/QUOTE] You would probably learn more if you [URL="http://www.daniweb.com/forums/announcement8-2.html"]wrote them yourself[/URL] :icon_wink:

Member Avatar for Robert1995
0
118
Member Avatar for prushik

[QUOTE=jephthah;1178943]dont bring your parents and teachers into this. they're already terribly upset at how spectacularly they FAILED with you. seriously, [I]<<snip, snip, snip & snip>>[/I][/QUOTE] You're currently this --> || close to getting (another) "keep it pleasant" infraction, which will get you banned for the next 6 months. Have a …

Member Avatar for Banfa
0
202
Member Avatar for vbx_wx

[QUOTE=Ancient Dragon;1179144]which is non-standard and not supported by all compilers.[/QUOTE] Good thing you added that, or else Dave Sinkula would come by and accuse you of all kinds of bad coding practices :D

Member Avatar for Nick Evan
0
109
Member Avatar for hosamath

[QUOTE=jephthah;1171122]ah, grown men loitering on playgrounds late at night.[/quote] Yup, you can easily spot them when they drive up in their ride: [ATTACH]14136[/ATTACH] ....

Member Avatar for replicajewelry
0
484
Member Avatar for deckchairboy

[QUOTE=GrimJack;931849][URL="http://www.youtube.com/watch?v=wM9qsjqcfAw"]VORTEX ACCUMULATOR BLACK MIRROR[/URL][/QUOTE] They should put warning labels on this kind of videos. Now where did I leave my pills..?

Member Avatar for bumsfeld
1
373
Member Avatar for pinknblu

[QUOTE=pinknblu;1167382] and it say's: 'ch_p' : undeclared identifier [/QUOTE] So in this piece of code: [code] int Len_String(char *p) { int length = 0; while (*[COLOR="red"]ch_p[/COLOR] !='\0')[/code] Where exactly did you declare ch_p?

Member Avatar for pinknblu
0
139
Member Avatar for syd919
Member Avatar for syd919
0
80
Member Avatar for kut KK

Thread was reposted [URL="http://www.daniweb.com/forums/post1176484.html#post1176484"]here[/URL]

Member Avatar for Nick Evan
0
130
Member Avatar for timbomo

[QUOTE=Ancient Dragon;1175531]your other thread.[/QUOTE] Which is [URL="http://www.daniweb.com/forums/thread272042.html"]here[/URL]. Closed.

Member Avatar for Nick Evan
0
171
Member Avatar for jessicacarl

>> so, what's your point? It's called "spam". We have a "flag bad post" link for it. If you'd used it, I could've just deleted the thread instead of leaving behind this rubbish. I feel like we've been over this before, not too long ago... :D closed.

Member Avatar for Nick Evan
0
91
Member Avatar for nu_bot

[QUOTE=nu_bot;1173910] my business is data collection [/QUOTE] We are not going to assist in the n-th email-harvester. Now you have to convince me that your request is legitimate or this thread is off.

Member Avatar for jwenting
0
74
Member Avatar for MyrtleTurtle

[QUOTE=MyrtleTurtle;1168200] What do you think about creating a forum for members to report posts? Besides 'wrong forum' posts, I'm sure you have people posting other 'undesirable' content here (spam, etc). Why not have a way for members to report it, so it gets taken care of quickly? [/quote] You mean …

Member Avatar for jbennet
0
233
Member Avatar for timbomo

And: [icode][B]void char[/B] play_again(...[/icode] . What does this function return? void or char?

Member Avatar for Nick Evan
0
162
Member Avatar for Xlphos

[QUOTE=Xlphos;1171314]Is there anyway to delete your own post? [/quote] nope. [QUOTE=Xlphos;1171314] I have found my self replying to threads that are weeks old.[/QUOTE] If you made a descent reply, then why want to delete it?

Member Avatar for Nick Evan
0
213
Member Avatar for pumba

I'm closing this thread. No need to start a flamewar over a [B]4 year old[/B] thread.

Member Avatar for Nick Evan
0
115
Member Avatar for William Hemsworth

[quote="Clever"bot] User: Hi. Cleverbot: Hi! User: That sure took long enough... Cleverbot: There are beautiful girls in my room. User: Your room? Cleverbot: Yours? User: Yours? Cleverbot: Joseph. User: Joseph's room? Cleverbot: Jah? User: So... You're supposed to be the cleverbot. Say something clever! Cleverbot: The Melancholy of Haruhi Suzumiya. …

Member Avatar for vivosmith
2
426
Member Avatar for Pynolathgeen

Dozens of options... Most commonly: - Writing in memory you didn't reserve - deleting memory you didn't claim But without seeing some code, it's a guessing game.

Member Avatar for Pynolathgeen
0
115
Member Avatar for jephthah

Perhaps you should get a job as a mod. That way you have this nice link in each post, which gives you the posters ip-number :) But I'm not going to tell you anything, because I enjoy these conspiracy-threads too much.

Member Avatar for jephthah
3
682
Member Avatar for detito
Member Avatar for jephthah

[QUOTE=jephthah;1165404]*plbbbbbt*[/QUOTE] We should have a smily making that face.

Member Avatar for jephthah
0
143
Member Avatar for AutoC
Member Avatar for vikashkumar051
0
815
Member Avatar for cwarn23

I can check tutorials in C/C++ for errors/quality, but English isn't my strongest point unfortunately..

Member Avatar for BestJewSinceJC
0
206
Member Avatar for restrictment

You can't use the comparison-operator (==) on char-arrays to check if the arrays contain the same values. Two ways around this: 1. Use std::strings (personal favorite): std::string felix = "ho"; if(felix == "ho") cout << felix; 2. Use [strcmp](http://www.cplusplus.com/reference/clibrary/cstring/strcmp/) char felix[3] = "ho"; if(strcmp(felix, "ho") == 0) //are the same …

Member Avatar for restrictment
0
173
Member Avatar for rpowell16

>> #include "string.h" You need to [icode]#include <string>[/icode] instead of this. string.h is the same as the c++ [URL="http://www.cplusplus.com/reference/clibrary/cstring/"]cstring library[/URL], which is used for functions on c-style char-array strings, not std::strings.

Member Avatar for rpowell16
0
102
Member Avatar for cwarn23

[QUOTE=Dave Sinkula;1167332]With all due respect, "mods don't want to moderate" is a lame excuse. [/QUOTE] With all due respect, we have more then enough to do as it is right now. [QUOTE=Dave Sinkula;1167332] Maybe recruit mods from people who are both knowledgeable in the forum in question AND those who …

Member Avatar for jephthah
0
168
Member Avatar for designsecrets

[QUOTE=Salem;1165156] Bad Cop: You found the code on the net[/QUOTE] Yup.[URL="http://www.aoua.com/vb/showpost.php?p=3132072&postcount=104"] Here it is[/URL]

Member Avatar for Nick Evan
0
159
Member Avatar for 88omar
Member Avatar for rollon

[QUOTE=rollon;1162997]OMG im a IT student but i am not good in programming!! [/quote] OMG I'm a moderator here at Daniweb and I'm reasonably good in programming! [QUOTE=rollon;1162997] can i ask some question how to be a good programmer????? [/quote] Sure, go ahead!

Member Avatar for wasimmalik
0
128
Member Avatar for Dani

[QUOTE=Epic Tissue;653691]It seems like quite a few people here jump to conclusions that people are looking for homework help. Especially if a question is used from a textbook or exam paper. You know that this can mean a person is studying on their own and want to learn. It doesn't …

Member Avatar for BestJewSinceJC
5
4K
Member Avatar for tajendra

[QUOTE=Fbody;1155628] I'm not looking at this thread again. [/quote] Ha! Made you look! [QUOTE=Fbody;1155628] It's going to turn into a flame war and I won't be a part of it.[/QUOTE] No it's not. It's a healthy (but old) discussion between professionals. People can disagree [I]without [/I]calling each-other names you know?

Member Avatar for tajendra
0
472
Member Avatar for mmgoicochea

It's called the "Collatz Conjecture". Things I spot: 1. [code] void errorCheck(int number) { int number=0; [b] // Redefenition of "number"[/b] [/code] 2. The function takes in a number, but doesn't return it, so you'll lose the number immediately after return from errorCheck(). Read [URL="http://www.cplusplus.com/doc/tutorial/variables/"]this [/URL](scroll down to scopes) 3. …

Member Avatar for mmgoicochea
0
1K
Member Avatar for alvalany

[QUOTE=Tom Gunn;1015664]Turbo C++ has an [URL="http://www.turboexplorer.com/cpp"]up-to-date version[/URL] from around 2006. As far as I know, it conforms to the standard. [/QUOTE] Yes it is. But it is also called C++Builder, not Turbo C++. William was advising against the use of Turbo C++, not C++ Builder and they are [I]not[/I] the …

Member Avatar for Ancient Dragon
0
971
Member Avatar for herrstarr

[QUOTE=mattjbond;1161758]I wonder what you are using to compile this?!?[/QUOTE] Judging from the outdated/non-standard headers, void main(), clrscr() my guess is Turbo c++. @OP you (really) need to update your software to something from the last decade. Something like [URL="http://www.codeblocks.org/downloads"]code::blocks[/URL] which is free,small & easy. Be sure to download the version …

Member Avatar for mattjbond
0
133
Member Avatar for Tapas Bose
Member Avatar for Tapas Bose
0
90

The End.