5,676 Posted Topics
Re: [I]graphics.h[/I] does not exist for Borland 5.5, so it won't work. | |
Re: [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 … | |
Re: [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: | |
Re: [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 … | |
Re: 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] … ![]() | |
Re: Maybe you should be more interested in [I]why[/I]? I would :) | |
Re: [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... | |
Re: Anyone that was [B]f[/B]orn would be dead... He died in 1968. (or he knows a good worm-hole) | |
Re: [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]... | |
Re: 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? | |
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? | |
Re: Gee, if we had some idea what the error was we might be able to help. | |
Re: [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... :-) | |
Re: 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. | |
Re: [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, … | |
Re: 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. | |
Re: Oh, this makes perfect sense! I can explain it very easily.... N R A :icon_wink: | |
Re: [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]. | |
Re: [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] … | |
Re: Look into arrays and loops. Therein lies your path to enlightenment... | |
Re: [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. | |
Re: [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 … | |
Re: [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 … | |
Re: [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? | |
Re: 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. | |
Re: [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!!! :) | |
Re: 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 … | |
Re: Please describe the individual steps you use to accomplish this task. Write them down, in order. That's your pseudo code. | |
Re: [I][B]If[/B][/I] need be? With a user name like that, you expect an active technically oriented member? :icon_twisted: (rhetorical post :-) | |
Re: [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 … | |
Re: [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: | |
Re: Pass the array into the function and load it, rather than trying to pass back a local array from the function. | |
Re: [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 … | |
Re: [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: | |
Re: 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 … | |
Re: 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] | |
Re: 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? | |
Re: [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 … | |
Re: #7: Stay on the sidewalk. Don't walk on the grass. It wears down the Earth. | |
Re: Why are you hijacking a 3 year old thread? Can't you start a new thread with your new problem? | |
Re: [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] | |
Re: [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 … | |
Re: [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: | |
Re: [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 … | |
Re: [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 … | |
Re: [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 … | |
Re: [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 … | |
Re: [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... | |
Re: [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 … |
The End.