2,839 Posted Topics
Re: [QUOTE=uniquereason;1127157]please delete thread[/QUOTE] Sorry, can't do that. No rules were broken, so I'm not deleting it :) Now please stop flagging it. | |
Re: [quote=trojanhomie06;307713]where is the device manager[/quote] Configuration->system->hardware(tab)->device manager Niek | |
Re: You've got two obvious problems on 1 line : [icode]float main();[/icode]. It's defined as [icode]int main()[/icode] and you have put a semicolon ( ; ) right after it which will result in the errormessage you got. Change it to [icode]int main()[/icode] | |
Re: Also important to know: What OS are you using? | |
Re: [QUOTE=jwenting;1126684] and that asking for it here is violation of the terms of service of this site?[/QUOTE] Correct, closed. | |
Re: [QUOTE=M.Hemlata;1126269]I am MCA final year student.[/QUOTE] How interesting.. So you bumped a 3 year old thread to tell us this? Thread closed | |
Re: Maybe I'm thinking too simple, but couldn't you just make a program/script that asks the tester to input his/her location whenever he logs on the server? You could store that input together with a timestamp and userid in a central database. | |
Re: if you use std::strings, then yes: [code] std::string buffer; ifstream in("c:/........."); std::getline(in, buffer); std::cout << "Read :" << buffer; [/code] But if you insist on using char-arrays, then you need to input the number of chars to read. This is to prevent you from running out of your arays bound … | |
Re: [QUOTE=tc84966;1125699]Rewrite the following pseudocode so the pretest loop is in a module. [/QUOTE] [URL="http://www.daniweb.com/forums/announcement8-2.html"]Why?[/URL] | |
Re: [QUOTE=WaltP;1124657] Without details, and our lack of psychic ability, what else could we say?[/QUOTE] I could say: 1. the declaration of the variables in the loop is wrong, there's an [icode]int[/icode] to many. 2. <cstdlib> has to be included for [ICODE]system()[/ICODE] ;) | |
Re: And if you think you have a really good password, you can post it here and we'll review it :icon_wink: | |
Re: How to ask questions [URL="http://catb.org/~esr/faqs/smart-questions.html"]the smart way[/URL]. | |
Re: [QUOTE=mikel07;1119675]is there any difference between VB 2008 express with VB.Net???[/quote] You can use VB 2008 Express (a program) to make programs in VB.net (a programming language) [QUOTE=mikel07;1119675] some people says vb 2008 is the same with 2008??is it true??[/QUOTE] People are right. 2008 is the same as 2008. :icon_wink: | |
Re: [QUOTE=solitude_spark;1121718]probably bang my head against a wall ....... or wud better try to reinstall borland on my pc.. which 1 is a better idea sir?hehehe[/QUOTE] How about posting your current code, so we can have a look at it? | |
| |
Re: [URL="http://www.daniweb.com/forums/thread67837.html"]click?[/URL] | |
Re: So you [I]first [/I]made the code and [I]then [/I]made a flowchart ? How funny.. Anyway, show us the flowchart that you've made and we'll suggest some corrections | |
Re: The problem is that you mix [ICODE]delete [/ICODE]and [ICODE]free[/ICODE] (in function SendRPM() for example). If you allocate memory with [ICODE]new[/ICODE] you need to [ICODE]delete [/ICODE]it. If you allocate with [ICODE]malloc[/ICODE] you need to [ICODE]free [/ICODE]it. Don't mix'em :) [edit] and you're free'ing 'o' which is a stringstream. You don't have … | |
Re: I always wonder how people like this do in a job-interview: [QUOTE] [interviewer] So mister x, tell me why you think that you're the right person for the job? [x]: iam l33t hoaxer loll! [interviewer] Excuse me, come again? [x] evry1 see that i is bst coder ever!!!11![/QUOTE] .... | |
Re: This looks like C not C++, or you sure you posted in the correct forum? If yes: - Use std::strings - Use ifstream - Use getline() | |
Re: And that code will only work if the user enters a 'x' of 3 or greater. | |
Re: [QUOTE=cscgal;1120421]It should give just about the same results as the daniweb search, considering our results are Google-powered.[/QUOTE] It should, but it doesn't. Searching for "vector problem" (with double-quotes, which means "search for vector AND problem IN THAT ORDER WITHOUT ANY OTHER WORDS IN BETWEEN") [URL="http://www.google.com/#hl=en&q=site%3Adaniweb.com+%22vector+problem%22+&aq=f&aqi=&oq=&fp=c26c79a56c95bda8"]Google results[/URL] [URL="http://www.daniweb.com/search.php?x=0&y=0&q=%22vector+problem%22"]Daniweb results[/URL] The first … | |
Re: [QUOTE=clutchkiller;1120156]If you view this thread, everyone flag that post above mine about the language[/QUOTE] Post deleted. Flagging a post multiple times only causes more mess for me, so please don't :) If it's flagged, we'll see it, no matter how many times it was flagged. | |
Re: An infinite array would take up an infinite amount of memory and I suppose you don't have that? | |
Re: >>please answer the Question What question? You didn't ask a question :icon_wink: How about you [URL="http://www.daniweb.com/forums/announcement8-2.html"]read this[/URL] | |
Re: [QUOTE=wase;1117181]i would be happy to help you but i dont know anything about coding im still learning[/QUOTE] After 3 years, I don't think they care anymore... Closed | |
Re: What operating system and/or programming language? | |
Re: And third: Please make it in English. It's a lot easier to read for us ;) | |
Re: [QUOTE=phoenix69;614519] I tried to do the task and after that is wasn't compile and I stop doing that. [blabla] HELP HELP HELP, If u can.[/QUOTE] Alright, I'll try to be gentle.... Please read [URL="http://www.catb.org/~esr/faqs/smart-questions.html#writewell"]this[/URL] about your language. Then read [URL="http://www.catb.org/~esr/faqs/smart-questions.html#beprecise"]this [/URL]about how to describe problems Now post your compiler-errors and … | |
Re: I remember that this has happened before (a year or so back). It did had something to do with servers running out of sync. Looks like someone forgot to "service ntpd start" :) | |
Re: [QUOTE=chithra031990;1116866]i can understnd to display o/p...can u help me[/QUOTE] What on earth are you talking about? | |
Re: [QUOTE=abhimanipal;1114997]@Salem This is one of those problem sets which prepares you for the job interviews.[/QUOTE] If this came from a job-interview, you [I]do not[/I] want to be working for this company. When they give you this just put on a disgusted face and walk away :) | |
Re: [code=sql] select * from your_table where your_info_field like '%060100%' [/code] | |
Re: [QUOTE=SnipeTechie;1115160]Well if it was in the lecture slides I would have caught it! Obviously most people do not know! I've even ask my own lecturer and caught her baffled! So does anyone else have a better answer or suggestions?[/QUOTE] Perhaps this particulair field has more 'traditional' programmers? Lots of these … | |
Re: 1. I wouldn't use "cout" statements in your operator-functions. If you want to use this class in a GUI-app for example, the cout statements would be useless. How about returning an empty matrix? 2. If you going to use this: [icode]mat[i]=new int[dim2];[/icode] be sure to delete[] the memory. This should … | |
Re: I had the exact same problem a few hours ago. Pop-up, no control-panel. I was not amused at all :icon_frown: I solved it by clearing browser cache, deleting cookies etc and logging in again. I use FF3.5 with Adblock Plus (without noscript) | |
Re: [QUOTE=raknashivar;1115304]i want to create web browser with manually using c++[/QUOTE] That's an excellent idea. Good luck with that! | |
Re: First problem: [code] int numItems = 18; [...] int accounts[numItems] [/code] You can't do that. Variable array-sizes on declaration are not allowed in C++ (unless you use new-delete). So you need to make numItems constant. : [icode]const int numItems = 18;[/icode] Second problem: You forgot a few << operators in … | |
![]() | Re: [QUOTE=vaultdweller123;1108351] Indian's value education that's why there smart .[/QUOTE] From what I've seen, the Indian education system sucks, big-time. Learning C/C++ involves using an ancient compiler instead of just using a new and free one. This results in learning all kinds of bad coding-habits. It's a good thing that Indian … |
Re: Here's [URL="http://www.cplusplus.com/doc/tutorial/files/"]a tutorial [/URL] | |
Re: [URL="http://opencv.willowgarage.com/documentation/structural_analysis.html#cvFitLine"]cvFitline()[/URL]. And [URL="http://www.google.com/#hl=en&source=hp&q=cvFitLine+example&aq=f&aql=&aqi=&oq=&fp=435311d5ec9ae78f"]some examples [/URL] | |
Re: you're using the wrong operator. Use [ICODE]cout <<[/ICODE] instead of [ICODE]cout >>[/ICODE] | |
Re: We have been over this [URL="http://www.daniweb.com/forums/post1112569.html#post1112569"]before[/URL]. Now stop creating new threads and just choose: 1. Buy. 2. Download free express version. | |
Re: [QUOTE=Excizted;1111700] I'm going to create a stack of pointers to objects[/QUOTE] You might also want to take a look at std::stack and std::deque | |
Re: [QUOTE=zero_crack87;1112569]i want this software rite now 4 m final year project to be linked with opnet modeler 7.0. Other version of C++ did'nt compatible with this opnet.pliz help me....tq[/QUOTE] You'll have to buy it, Visual Studio 6 is not free. The new [URL="http://www.microsoft.com/express/Downloads/"]express version[/URL] [I]is[/I] . Closed -> warez magnet.. | |
Re: [QUOTE=vipul24mehrotra;1112397]i need a "ready to submit" a project report on software development.can you please provide me any project report just now.[/QUOTE] Are you kidding me? You expect us to help you cheat your way through your education? [URL="http://www.daniweb.com/forums/announcement8-2.html"]Don't make me laugh[/URL] :icon_frown: I hope you fail your class, because we … | |
Re: Double thread with [URL="http://www.daniweb.com/forums/thread255028.html"]this[/URL]. Closed | |
Is Daniweb running extremely slow or is it just me? I've tried on multiple PC's on different internet-connections. | |
Re: [QUOTE=cwarn23;1093721]When I come across a problem the first thing I think of is "what would Macgyver do?" and answering that question usually solves it.[/QUOTE] This only works if you're carrying a piece of duct-tape, a swiss armyknife, a stick of butter and 2 nails :) |
The End.