2,839 Posted Topics

Member Avatar for uniquereason

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

Member Avatar for Nick Evan
0
182
Member Avatar for prakharprakash

[quote=trojanhomie06;307713]where is the device manager[/quote] Configuration->system->hardware(tab)->device manager Niek

Member Avatar for naranjomonica
0
155
Member Avatar for AlmaREY

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]

Member Avatar for Ancient Dragon
0
275
Member Avatar for hag++
Member Avatar for anurag singla

[QUOTE=jwenting;1126684] and that asking for it here is violation of the terms of service of this site?[/QUOTE] Correct, closed.

Member Avatar for Nick Evan
-3
160
Member Avatar for xammy

[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

Member Avatar for Nick Evan
0
100
Member Avatar for DeanM

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.

Member Avatar for Nick Evan
1
181
Member Avatar for hannon565

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 …

Member Avatar for Nick Evan
0
3K
Member Avatar for tc84966

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

Member Avatar for Nick Evan
-1
68
Member Avatar for invisi

[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] ;)

Member Avatar for WaltP
0
308
Member Avatar for Salem

And if you think you have a really good password, you can post it here and we'll review it :icon_wink:

Member Avatar for PedroStephano
0
707
Member Avatar for upadhyayakta

How to ask questions [URL="http://catb.org/~esr/faqs/smart-questions.html"]the smart way[/URL].

Member Avatar for apegram
-1
126
Member Avatar for mikel07

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

Member Avatar for mikel07
0
73
Member Avatar for solitude_spark

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

Member Avatar for Nick Evan
0
86
Member Avatar for suncica2222
Member Avatar for anishakaul
Member Avatar for aianne

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

Member Avatar for BestJewSinceJC
0
188
Member Avatar for Zhrate
Member Avatar for WargRider

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 …

Member Avatar for Nick Evan
0
399
Member Avatar for renyges

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

Member Avatar for darcee
-2
150
Member Avatar for cnidhi007

This looks like C not C++, or you sure you posted in the correct forum? If yes: - Use std::strings - Use ifstream - Use getline()

Member Avatar for Nick Evan
0
71
Member Avatar for mimis

And that code will only work if the user enters a 'x' of 3 or greater.

Member Avatar for Fbody
0
97
Member Avatar for DavidB

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

Member Avatar for ~s.o.s~
0
143
Member Avatar for ayushii

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

Member Avatar for WaltP
-5
101
Member Avatar for Suraine

An infinite array would take up an infinite amount of memory and I suppose you don't have that?

Member Avatar for WaltP
0
10K
Member Avatar for vvirendra

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

Member Avatar for WaltP
-3
102
Member Avatar for ,Diabolical

[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

Member Avatar for Nick Evan
0
565
Member Avatar for rehber344
Member Avatar for Szabi Zsoldos

And third: Please make it in English. It's a lot easier to read for us ;)

Member Avatar for Szabi Zsoldos
0
561
Member Avatar for phoenix69

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

Member Avatar for peter_budo
0
1K
Member Avatar for Salem

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" :)

Member Avatar for Nick Evan
0
234
Member Avatar for chithra031990

[QUOTE=chithra031990;1116866]i can understnd to display o/p...can u help me[/QUOTE] What on earth are you talking about?

Member Avatar for Nick Evan
-2
74
Member Avatar for abhimanipal

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

Member Avatar for xavier666
0
142
Member Avatar for ronghel

[code=sql] select * from your_table where your_info_field like '%060100%' [/code]

Member Avatar for BestJewSinceJC
0
68
Member Avatar for SnipeTechie

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

Member Avatar for love angel
1
297
Member Avatar for vidit_X

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 …

Member Avatar for vidit_X
0
266
Member Avatar for pritaeas

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)

Member Avatar for Dani
0
175
Member Avatar for raknashivar

[QUOTE=raknashivar;1115304]i want to create web browser with manually using c++[/QUOTE] That's an excellent idea. Good luck with that!

Member Avatar for Fbody
-2
46
Member Avatar for Nakeo

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 …

Member Avatar for Nick Evan
0
166
Member Avatar for b1izzard

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

Member Avatar for happygeek
0
301
Member Avatar for hanimzainal

Here's [URL="http://www.cplusplus.com/doc/tutorial/files/"]a tutorial [/URL]

Member Avatar for Nick Evan
0
149
Member Avatar for dardar4

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

Member Avatar for dusktreader
0
119
Member Avatar for NickRx

you're using the wrong operator. Use [ICODE]cout <<[/ICODE] instead of [ICODE]cout >>[/ICODE]

Member Avatar for Nick Evan
0
113
Member Avatar for zero_crack87

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.

Member Avatar for Nick Evan
-4
106
Member Avatar for Excizted

[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

Member Avatar for Excizted
0
134
Member Avatar for zero_crack87

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

Member Avatar for Nick Evan
-1
292
Member Avatar for jigvesh

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

Member Avatar for Nick Evan
2
144
Member Avatar for cmsc

Double thread with [URL="http://www.daniweb.com/forums/thread255028.html"]this[/URL]. Closed

Member Avatar for Nick Evan
-1
96
Member Avatar for Nick Evan

Is Daniweb running extremely slow or is it just me? I've tried on multiple PC's on different internet-connections.

Member Avatar for Nick Evan
0
150
Member Avatar for cwarn23

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

Member Avatar for WaltP
0
106

The End.