5,676 Posted Topics

Member Avatar for krnekhelesh
Member Avatar for krnekhelesh
0
593
Member Avatar for avaholic1973

[QUOTE=avaholic1973;401917]Please Please Please[/QUOTE] Don't bump your posts. It is agains the forum rules. 3 hours is not a long time on a forum. We'll get to you when the rest of our lives settle down.... In your functions: [code=c] int first() { int employees; cout << "How many employees work …

Member Avatar for ndeniche
0
118
Member Avatar for jhayrald

[QUOTE=iamthwee;399995]There is no need to read up on printf. The <iomanip> library provides exact functionality as printf.[/QUOTE] Boy is that a debatable statement! :icon_wink:

Member Avatar for ndeniche
0
548
Member Avatar for DavidB

[QUOTE=jwenting;400598]The third sounds like a compilation of fragments from the TV shows. If the bit you mentioned is on any of the three, it will be on that one.[/QUOTE] It is a compilation of skits. It was their first movie but I'm not sure if they were TV bits or …

Member Avatar for lasher511
0
139
Member Avatar for Akilah712

Easiest way to sort two arrays at the same time is to create another array used as an index array into the two originals. For example: [code] string words[20]; string signature[20]; int index[20] = {0,1,2,3,4 ... 18,19}; [/code] Now access [I]signature[/I] array using the [I]index[/I] array for the sort: [inlinecode]signature[index[j]][/inlinecode] …

Member Avatar for iamthwee
0
287
Member Avatar for christina>you
Member Avatar for jbennet
0
116
Member Avatar for aasi007onfire

[QUOTE=~s.o.s~;400671]Read [URL="http://www.cppreference.com/escape_sequences.html"]this.[/URL][/QUOTE] Or [url=http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=2W5&q=escape+sequences+C&btnG=Search]this[/url] which would have been faster...

Member Avatar for TkTkorrovi
0
105
Member Avatar for mattyd

Anyone that was [B]f[/B]orn would be dead... He died in 1968. (or he knows a good worm-hole)

Member Avatar for gaasha
0
1K
Member Avatar for tracethepath

[QUOTE=tracethepath;397487]... header files [I]r dere[/I]... ... function definition [I]r dere 4 d [/I]same header file... ... i [I]shud follow 2[/I] run ... there [I]r[/I] ...[/QUOTE] Are you related to Uncle Remus? Please read [url=http://www.daniweb.com/techtalkforums/faq.php?faq=daniweb_policies#faq_keep_it_clean]this[/url]. It's part of the [B]rules of this board[/B]...

Member Avatar for WaltP
0
162
Member Avatar for christina>you

Do they make cell phone today that are [I]phones[/I]? Or do they all come with [INDENT]Camera Entertainment center Game system Web browser Personal secretary Espresso machine[/INDENT] built in?

Member Avatar for ~s.o.s~
0
549
Member Avatar for WaltP

OK, how does someone give reputation that's gray? What does it mean? And can the comment box be a required field when giving reputation?

Member Avatar for peter_budo
1
1K
Member Avatar for hafizg
Member Avatar for Salem
0
80
Member Avatar for praneeth_gunda
Re: Crc

[QUOTE=~s.o.s~;399693]> Do you look like your avatar?. He meant gender. And yes, I do look like my avatar. :-)[/QUOTE] I don't look like mine --- much... :-)

Member Avatar for Aia
0
273
Member Avatar for Ina

Each subject can be stored in individual files with questions and answers. Read the file into arrays and use the random generator to output the questions and answers in random order.

Member Avatar for debasisdas
0
81
Member Avatar for pixrix

[QUOTE=~s.o.s~;399088]> In reality I will need to know both. Learning C++ should do the job. Like I said, since C++ is the functional superset of C, knowing C++ should as such make you proficient in C, though I am sure many people here would disagree with it. ;-)[/QUOTE] You're right, …

Member Avatar for ~s.o.s~
0
298
Member Avatar for mattyd

Ambrosia -- 1st Argent -- 1st Asia -- 1st Queen -- II or Night @ Opera Styx -- Paradise or II Boston -- 1st Oops, that's 6 (or 8 depending on how you count). I never could follow instructions.

Member Avatar for jbennet
0
395
Member Avatar for The Dude

Oh, this makes perfect sense! I can explain it very easily.... N R A :icon_wink:

Member Avatar for joshSCH
0
282
Member Avatar for The Dude

[QUOTE=hbk619;397556] Isn't astrology the "study of the stars"?[/QUOTE] No, [url=http://dictionary.reference.com/browse/astronomy]astronomy[/url] is the study of stars. This is [url=http://dictionary.reference.com/browse/astrology]astrology[/url].

Member Avatar for hbk619
0
83
Member Avatar for radskate360

[QUOTE=radskate360;398292]First off "Salem", yes I have 25 posts and they were all me in my class requesting help on different topics. Actually I had good luck b/c people that were nice and helpful not so rude like yourself commented back I actually learned how to do that particular topic. [/QUOTE] …

Member Avatar for Killer_Typo
0
119
Member Avatar for codercpp1
Member Avatar for WaltP
0
99
Member Avatar for howdoyoudothat?

[QUOTE=howdoyoudothat?;397872]can u type any random letters and save it as an .exe file and then run it and have it [U]work[/U]? [B][I][U]what[/U][/I][/B] is an .exe file?[/QUOTE] No. Random letters will rarely if ever generate executable code.

Member Avatar for stymiee
0
123
Member Avatar for bobs360

[QUOTE=bobs360;395886]I am a beginner in computers, i would like to be assisted in writing a simple program that inputs a fraction in the form of a/b and c/d and culculates the sum and returns the answer in the simlest form as in p/q. ... Lookin forward to your prompt and …

Member Avatar for ~s.o.s~
0
327
Member Avatar for sk8ndestroy14

[QUOTE=sk8ndestroy14;395648]Recently the C.I.A. released a 700 some page report detailing illegal activities from the early fifties to the mid seventies. They claimed to have illegally wiretapped people, attempting to poison Fidel Castro's food, tested LSD on people without their knowledge, among other things. What does everyone think about it?[/QUOTE] This …

Member Avatar for joshSCH
0
735
Member Avatar for smithag261

[QUOTE=praneeth_gunda;396547]Hey Dude, TRy this Out void main() { i=0; while(i<256) printf("\n%c",i); }[/QUOTE] Why would someone want to try an infinite loop -- a program that will never end and print NULLs forever?

Member Avatar for WaltP
0
480
Member Avatar for shalini_roy

Save the first and second Fibonacci values ([I]value1[/I] and [I]value2[/I]). Loop, printing out all numbers [I]between[/I] these values. Move [I]value2[/I] to [I]value1[/I], generate the next Fib# stored into [I]value2[/I]. Repeat the above loop.

Member Avatar for WaltP
0
196
Member Avatar for jamello

[url=http://www.religionnewsblog.com/11134/beasts-real-mark-devalued-to-616]here[/url] [url=http://www.mtv.com/news/articles/1501490/20050509/index.jhtml]here[/url] [url=http://www.csad.ox.ac.uk/POxy/beast616.htm]here[/url] [url=http://en.wikipedia.org/wiki/616_%28number%29]here[/url] Grand Rapids, Michigan must be so proud! But what's 665? The Neighbor of the Beast!!! :)

Member Avatar for jamello
1
482
Member Avatar for pixrix

First thing I'd do is calculate the random value first. This way you have the option of asking "[I]Do you want to try another number?[/I]" Next thing, rather than asking for each individual number (since you are only using 0-9) have the user enter a 5 digit value. I'll let …

Member Avatar for pixrix
0
1K
Member Avatar for shagwell

Please describe the individual steps you use to accomplish this task. Write them down, in order. That's your pseudo code.

Member Avatar for Rashakil Fol
0
55
Member Avatar for b.bea

[I][B]If[/B][/I] need be? With a user name like that, you expect an active technically oriented member? :icon_twisted: (rhetorical post :-)

Member Avatar for WaltP
1
168
Member Avatar for sowmi

[QUOTE=sowmi;395444]Hi All, I am trying to implement the concept of function pointer in C++. While compiling i got some errors which I couldnt figure out the reason . So,Please let me know what changes should be done for resolving that error.[/quote] Which errors? Without posting them, we have no idea …

Member Avatar for vijayan121
0
156
Member Avatar for christina>you

[QUOTE=christina>you;395086]I will be traveling to Chicago tomorrow morning for the FBLA (Future Business Leaders of America) conference to take my Computer Applications test. [/QUOTE] Kool! Congrats! While you're there, ask them if leet and IM lingo are professional communication styles.... :icon_wink:

Member Avatar for hbk619
0
160
Member Avatar for ZachH26

Pass the array into the function and load it, rather than trying to pass back a local array from the function.

Member Avatar for ZachH26
0
379
Member Avatar for dlh6213

[QUOTE=happygeek;392583]What this does highlight, of course, is the importance of supplying as much relevant detail as possible when asking a support question if we are going to stand any chance of answering it quickly and correctly.[/QUOTE] And also how responses by someone that [I]can't[/I] help the poster just makes the …

Member Avatar for ~s.o.s~
0
215
Member Avatar for Serunson

[QUOTE=Serunson;389093]on Yahoo news the other day i saw that a new dinosaur was discovered.[/QUOTE] Dinosaurs are extinct. There can't be new ones. Only old, dead ones... :icon_razz:

Member Avatar for joshSCH
0
95
Member Avatar for TheNNS

Up until [url=http://www.daniweb.com/forums/post388900-40.html]this post[/url] and for the following 7 post (this one included) this was a discussion about the merits of a gaming board. Since the above post, it's been one ego telling us all what's wrong with this website as a whole, and all rebuttals have nothing to do …

Member Avatar for ~s.o.s~
0
821
Member Avatar for jamello
Member Avatar for hbk619
1
210
Member Avatar for dev.cplusplus

You're close. try this [b][url=http://www.gidnetwork.com/b-38.html]formatted[/url][/b] code: [code] value = -1; initialize the return value to NOT FOUND for (int i=0; i<array.size;i++) { if(valuetoSearch >= array[i]) { value= i; // if you want to return the index break; } } [/code]

Member Avatar for Chaster
0
112
Member Avatar for matias.germany

Since there are over 400 errors that can be returned, could you please be less vague and tell us what the error is, and where?

Member Avatar for Ancient Dragon
0
128
Member Avatar for The Dude

[QUOTE=sk8ndestroy14;385035]I've never heard anyone say, "Mind your P's and Q's." What do they mean when they say that?[/QUOTE] 9. In English pubs, ale is ordered by pints and quarts. So in old England, [b]when customers got unruly[/b], the bartender would yell at them to mind their own pints and quarts …

Member Avatar for EnderX
1
320
Member Avatar for justlukeyou

#7: Stay on the sidewalk. Don't walk on the grass. It wears down the Earth.

Member Avatar for joshSCH
0
355
Member Avatar for tlee

Why are you hijacking a 3 year old thread? Can't you start a new thread with your new problem?

Member Avatar for Ancient Dragon
3
2K
Member Avatar for jlb_2_99

[QUOTE=jlb_2_99;385356]Here is the finished product, this compiled and worked. Is there any improvements to be made any suggestions are fine with me.[/QUOTE] Since you asked, read [url=http://www.gidnetwork.com/b-62.html]this[/url], [url=http://www.gidnetwork.com/b-38.html]this[/url] and [url=http://www.daniweb.com/techtalkforums/announcement8-3.html]this[/url]

Member Avatar for John A
0
129
Member Avatar for nathanpacker

[QUOTE=hwit;383784]myeyes hurt from all the reading that i have dne lol[/QUOTE] And my brain hurts trying to figure out what you say with all the contractions and misspellings in your posts. :icon_twisted: Oh well, we all don't speak English natively. But please stop using contractions like "[I]O I C[/I]" so …

Member Avatar for hwit
0
799
Member Avatar for Elfshadow

[QUOTE=iamthwee;385352]Why don't you just read the tutorials?[/QUOTE] Probably because [B]Narue[/B], with a little prodding, gave a more compete answer than most tutorials. And you never know which tutorials only give you part of the information... :icon_wink:

Member Avatar for WaltP
0
112
Member Avatar for bashi

[QUOTE=bashi;250081]Any one who is master is developing Messenger please help me. I will do my work on my own i just want some guidence. Free lancer are encouraged. Reply me now a days i m designing use cases[/QUOTE] Aren't the [I]masters[/I] of Messenger at Microsoft? They could help you better …

Member Avatar for abhijit2007
0
162
Member Avatar for MattEvans

[QUOTE=joshSCH;382225][QUOTE=~s.o.s~;382220]> How many languages do you know fluently, Sanjay? Hindi (our national language), English, Marathi and my native language. So four in all. :)[/QUOTE] Wow. Impressive :) I thought it was difficult learning a second language.. :-/[/QUOTE] Bah, that's nothing. I know C, Basic, ForTran, Cobol, 2 different Assemblers, some …

Member Avatar for sk8ndestroy14
0
497
Member Avatar for meiyantao

[QUOTE=meiyantao;381180]This codeblock comes from Mr Weiss's book "Data Sturucture and Algorithm Analysis in C++"(Third Edition). I have some questions about it.[/quote] First of all, please [url=http://www.gidnetwork.com/b-38.html]format your code[/url] so it can be followed. I'll format it as I go... [code=c] /** * This is a member function from the BinarySearchTree …

Member Avatar for WolfPack
0
174
Member Avatar for peter_budo

[QUOTE=happygeek;384419]As for the smilies situation, the reason it is in the list twice is that someone might want to use it for either poking their tongue out or winking, which are different things. The same graphical representation fulfills both though, if you see what I mean.[/QUOTE] So the meaning of …

Member Avatar for WolfPack
0
249
Member Avatar for christina>you

[QUOTE=Dave Sinkula;363302][QUOTE=sk8ndestroy14;363219]I think gas prices will probably go down if a Democrat gets elected in '08. It seems likely after people's dislike of Bush.[/QUOTE] Thanks for that. I needed a good long chuckle.[/QUOTE] Agreed. Young folks just don't have the history us old-timers have...

Member Avatar for jbennet
0
1K
Member Avatar for satish.ambition

[QUOTE=satish.ambition;332786]hi, it is ok.. but now if u see Flash is the most powerfull tool used for web development..[/quote] In my opinion, I must disagree. [COLOR="Blue"][I]Potential flame war first shot -- proceed with caution![/I][/COLOR] It [I]is[/I] extremely useful, true, but it is over-used and IMAO should NEVER be used to …

Member Avatar for MattEvans
0
142

The End.