5,331 Posted Topics

Member Avatar for RikTelner

Most file managers for Linux GUIs have a "properties" item when you right-click on the item. Usually there you will find a tab titled something like "Open With" which will usually let you set the default application to use when double-clicking on the file type in question.

Member Avatar for TylerD75
0
455
Member Avatar for Binoy_1

It is possible that the card has a fault. I don't know what you can do to diagnose that. You could send it in for service, but then you would be without your computer for awhile. In the meantime, you can remove the card, clean the connectors (an eraser works …

Member Avatar for Binoy_1
0
144
Member Avatar for cliffy1

I'm not an attorney, but I think what you want to do is illegal in most states in the US and most countries abroad as a violation of privacy and/or felony computer hacking. You would do so at your own risk - if you get caught you are likely to …

Member Avatar for Oplin Koma
-1
144
Member Avatar for RikTelner

I wrote a simple desktop interface many years ago (about 1985) using the curses api. That wasn't simple to do, but worked rather well (it became part of a commercial office automation system). You can use Qt or GTK++ to do this today, as do Gnome and KDE, but modern …

Member Avatar for rubberman
0
266
Member Avatar for christinetom

Well, I have to disagree with Mike2K with regard to UML, but that depends upon the tools you use. I employ Sparx Enterprise Architect for my design needs, and then use it to generate source code. If I have to work with existing code, then I used its reverse engineering …

Member Avatar for Bunny Slimer
0
260
Member Avatar for nitin1

1. Because if the headers change (software updates, etc), then you would have to update every source file you have. 2. Header files often have macros defined, global variables that may vary upon the results of macro definitions, etc. 3. Each header file may include many other headers, which in …

Member Avatar for Lardmeister
0
235
Member Avatar for DeanMSands3

Is this a home or work network? If a home network, what is your router? Have you tried other computers (or phones using WiFi) on the network?

Member Avatar for CimmerianX
0
154
Member Avatar for Darkzero45

As chriswelborn said, having a problem to solve is a good incentive to learn how to program. I got started in 1983 by being challanged to write an accounting program in dBase II for a wholesale bakery company in the Silicon Valley. That program ran the bakery for the next …

Member Avatar for DonnSchwartz
0
119
Member Avatar for chubbyy.putto

Write out the algorithm first in pseudo-code. If words can only contain alpha characters (no numbers, special characters, etc), then incorporate that into the pseudo-code, skipping past the next white-space character(s). Myself, I would read the file one character at a time, and use a finite-state machine algorithm to accumulate …

Member Avatar for rubberman
0
184
Member Avatar for ash daisal

There are network monitoring tools that can help you do that. Two that are available (free, open source) for both Windows and Linux are Wireshark and tcpdump. They can work together if needed. IE, you can capture a bunch of network packets with tcpdump and then view them in wireshark. …

Member Avatar for rubberman
0
130
Member Avatar for polarpandabear

How many and what type of disc drives are you running? Devices that are USB powered? Other cards besides the video? FWIW, the Radeon 7850 draws approximately 300 watts when not at idle or just doing simple desktop stuff (provided your system can engage with the 7850's low-power control system). …

Member Avatar for rubberman
0
171
Member Avatar for RikTelner

Mac OS is basically BSD Unix with a nice GUI. Linux is similar, with many nice GUIs, SOME of which resemble the Mac's. That said, Linux GUIs are a lot more user configurable than the Mac's is. Play with them. You can switch easily enough, without munging the entire system.

Member Avatar for mike_2000_17
0
1K
Member Avatar for RikTelner

Get yourself one what? SSL certificate? Are you running a web site? If not, don't bother. If so, then explore the options for registered certificate authorities.

Member Avatar for RikTelner
0
97
Member Avatar for Elixir42

Your biggest problem in the future will be using Visual Studio. In any case, this was NOT a C++ problem. It was a Windows Visual Studio problem.

Member Avatar for Elixir42
0
257
Member Avatar for mmuncy

Are you running from a home network, or company one? Is this on WiFi or a hard-wire ethernet connection?

Member Avatar for rubberman
0
129
Member Avatar for Parth_1

Try using Google or Wikipedia to start your search about facial recognition algorithms. This is not a simple subject and is one that has tripped up some of the top minds in the business for years. Just now are some such technologies becoming reasonably accurate where they can be used …

Member Avatar for Parth_1
-1
127
Member Avatar for avinash_3

I doubt it would make much difference betwixt the two versions, assuming the Bing Maps APIs are available for 8.1 as well as 8.

Member Avatar for avinash_3
0
75
Member Avatar for Vincent_5

A map is not case-insensitive by default. You need to specify your own comparison function in the template argument list for the directory object to handle your use case. Here is a link to the documentation for std::map: http://www.cplusplus.com/reference/map/map/

Member Avatar for rubberman
0
220
Member Avatar for Danniboy

Bose has some nice gear for this sort of thing. A bit more expensive than Logitech, but far better in quality.

Member Avatar for rubberman
0
313
Member Avatar for aluhnev

Ok. Put a space between the '>' and 'records' on line 38. Other than that, what is your problem other than confusion? Show how you are using the vector.

Member Avatar for jBat
0
199
Member Avatar for lewashby

OOP is a means to help you think about the things that are going to "live" in your programs - their properties and behaviors, as well as how they are related to other things (classes). For example, a class "Automobile" might have some properties such as Engine (probably another class …

Member Avatar for rubberman
0
215
Member Avatar for Basit shahani

Try Googling this on your own. We aren't here to do your homework for you.

Member Avatar for deceptikon
-1
129
Member Avatar for nitin1

> nitin1: extremely awesome ;) You always explain awesomly. how? ;) I think deceptikon had the "awesome C++ wizard" gene spliced into his DNA... :-)

Member Avatar for rubberman
0
203
Member Avatar for waqas00795
Member Avatar for Đăng

There are a number of good discussions on the internet about this - try a google search on the terms "java operator overloading". The short answer is that java does copy-by-reference vs. C++ (and I assume C#) using copy-by-value. Here is one link for you that tries to explain it: …

Member Avatar for mike_2000_17
0
429
Member Avatar for DS9596

As pointed out, that is just bad code with no indentation, not pseudo code, which is the process of describing what the program will do, not doing it. Here is your code in pseudocode form: if the user inputs a valid medium { ask user to enter the distance get …

Member Avatar for rubberman
-1
445
Member Avatar for hAbbas

1. Convert number to string. 2. Create array of pairs in the string. 3. Convert array members to integers. 4. Iterate array to find largest member.

Member Avatar for cheryllocascio
0
198
Member Avatar for Travz03

I seem to recall there were some problems with that update. Have you tried updating with the current patches?

Member Avatar for Travz03
0
103
Member Avatar for maotopapakarabo.ramanaledi

:-) We have all done that. Just remember, we are trying to help students to learn how to fish. Not just feed them a fish! Anyway, as per my comment, your intention was good, but the results may not help the student in the long term. I know I have …

Member Avatar for DonnSchwartz
-1
176
Member Avatar for sciprog22

The data from the scanner is binary. You are trying to output that as text. You need to decode the binary data first.

Member Avatar for sciprog22
0
181
Member Avatar for マーズ maazu

Showing your code would be helpful also. The class you are trying to allocate an instance of, does it have a static new() method?

Member Avatar for rubberman
0
1K
Member Avatar for HuePig

I don't see a Basement to Dining_Room transition. There is a Basement to Closet transition, and a Dining_Room to Basement transition.

Member Avatar for rubberman
0
126
Member Avatar for lewashby

You are correct in that the protected: declaration in class Tank does nothing. You could put static or instance methods or variables there, but since it is only succeeded by public: that is what access will be granted to following elements. Do note that you can multiple public, private, protected …

Member Avatar for lewashby
0
184
Member Avatar for Theresa_1

You may also have a restore partition on the hard drive that will let you restore it to factory settings. If not, then it is either paying for the restore discs, or wiping the hard drive completely and letting the center install the operating system of the hard drive, or …

Member Avatar for gtcorwin
0
134
Member Avatar for Jeroen Mathon

Show your code here, some explanation of your problems, and we may be able to help.

Member Avatar for JasonHippy
0
568
Member Avatar for sandeep.kashyap.923519

If you have no monitor, how do you know it is running properly. The fact that the fan and/or hard drive spin is no indication for sure. Have you tried another monitor? Cable? Video card? Does the system beep when you boot it up, and if so, how many beeps …

Member Avatar for rubberman
0
24
Member Avatar for iamthwee
Member Avatar for pritaeas
0
272
Member Avatar for lewashby

The main distinction, which decepticon was trying to get across, is that each member variable in a struct has its own memory within the structure, and the structure size is the aggregate of all the member variables. A union is only as big as the largest member of the union. …

Member Avatar for cheryllocascio
0
195
Member Avatar for Tycellent

You have defined State after Machine, but each has a dependency on the other. This is how you can deal with that: // Forward declaration of the State class. class State; class Machine { // Don't put 'class' in front of State here. State *current; . . . };

Member Avatar for rubberman
0
3K
Member Avatar for RikTelner

I suspect that you would need a BIOS option as well as operating system support for that.

Member Avatar for Nutster
0
172
Member Avatar for andrew mendonca

Try using strcpy() and strcat() instead, as in: if (buffer != 0) // test for a null buffer pointer. { ::strcpy(buffer, w); ::strcat(buffer, v); } Yes, these are C functions, but they work just fine with C++ and are appropriate as your function arguments are simply char* and not std::string& …

Member Avatar for uonsin
0
409
Member Avatar for sudesh.yadav.104
Member Avatar for sudesh.yadav.104
0
270
Member Avatar for Saboor880

1. The loop `for(i=0;i<=4;i++)` should be `for(i=0;i<4;i++)` 2. You should set a 'largest' variable as found and then output that after the loop has terminated. Following is how to do that. 3. You also have a bunch of other issues that should make your compiler throw up... #include<iostream.h> int main(void) …

Member Avatar for dinad578
0
216
Member Avatar for nitin1

How you do this depends upon you compiler and operating system. Read the relevant documentation for you system on how to create a static or shared library.

Member Avatar for nitin1
0
163
Member Avatar for ash daisal

What error are you getting? FWIW, this is a Star Office file (most likely). LibreOffice or OpenOffice should be able to read this file unless it is corrupted or you are out of memory.

Member Avatar for Hiroshe
0
139
Member Avatar for evaldaskowka

You definitely need some skills... I don't run windoze, so I can't comment on your use of netsh very intelligently, but from what I garner from some web searches and reading MS documentation on the tool, what you want to do is not possible.

Member Avatar for cgeier
0
160
Member Avatar for Tycellent

Any particular reason why you are using hash-maps vs regular maps? One advantage (possibly) for maps is that they are key ordered.

Member Avatar for Tycellent
0
286
Member Avatar for batulanjanette

There are ample e-commerce packages that will do what you want. Nothing is free. You either pay in $$ or in time and effort.

Member Avatar for almostbob
-6
218
Member Avatar for Kim_3

So, you only show your main() and argumentCheck() methods. What have you done for the createTable() and printTable() methods? What problems are you encountering?

Member Avatar for rubberman
0
222
Member Avatar for James_30

The End.