588 Posted Topics
Hey Everyone, I was just thinking it would be nice to have a forum dedicated to software development using Qt. I know IDE topics aren't really the goal of DaniWeb software development, but with the growing popularity of Qt I think it would be a move in the right direction. … | |
Re: also try just powering it off for 60 seconds and starting it back up. | |
Hey guys, When I create a file on the server and i login with an account called engineer and try to delete the file it says access denied make sure it's not in use or is write protected. I have the ntfs permissions set. I tried with administrator account and … | |
Hey guys, I'm about to start on a research project about multi-threading. I'm very comfortable with c++ oop/data structures concepts, but am completely new to programming with multiple threads. Does anyone have suggested resources for me to get started? | |
Really wanting a google wave invite... can anyone help me out? | |
Re: [quote=anbullet;391227]Hi Try downloading Tune-Up utilities from [URL="http://www.tune-up.com"]www.tune-up.com[/URL] It has a feature called Tune-up Undelete which recovers deleted files especially media files... regards Anand[/quote] Clicked this thread planning on suggesting this application... good call. | |
Re: click [URL="http://www.daniweb.com/forums/announcement8-2.html"]me[/URL] | |
Is there a way to make links in unordered lists be non-underlined by default? And when the user hovers over the link, it becomes underlined? Here's the current code: [code]<ul> <li><a href="water">Water</a></li> <li><a href="wastewater">Wastewater</a></li> <li><a href="surveying">Surveying</a></li> <li><a href="aerial">Aerial</a></li> <li><a href="it">Technology Consulting</a></li> </ul>[/code] On the page with the lists, all of … | |
Re: laneyh.. i like that name. welcome to DaniWeb! Have you tried using a different networking cable in the realtek card? Is the IP of the realtek something to the effect of 169.254.x.x? Have you tried right clicking, disabling the card, and re-enabling it? | |
Anyone know if they've released a 64bit version of Group Policy Management Console? I need one bad =( | |
Hey everyone, I'm tryiing to install gpmc on our server (see specs in profile). When I click the msi file it says I have to install .Net Framework before I can install gpmc. So I went to add/remove windows components and installed 2.0. After trying to install gpmc again, i … | |
Our organization has hundreds of project numbers. I would like to create a program that will let me store the numbers along with keywords in a database, and then have the option for predictive searching. By predictive searching I mean something similar to how when you start typing something in … | |
I am trying to convert an array of longs to an array of chars. There are 1081 elements in the long array. Each element is 4 digits long. Is there a function in C++ that will convert a long something I can store in the array or could someone point … | |
So my Data Structures class has finished the book we were using, but we still have a week of school left. My instructor has started going over binary files... only problem is I wasn't there when he went over it. My assignment is to open a binary file, save the … | |
Hey everyone, We (the place I work at) are getting a dedicated P2P T1 line to our main office. I'm not sure if this is going to be used for WAN traffic only, or also for internet. If it [I]is[/I] going to be used for internet, I want to block … | |
Re: One of my favorite projects I worked on was a small RPG type game. I can't remember it all, but I had classes that were derived from base classes.. these were the fighters. Elvaan, Hume, etc. And each class had different traits... (Elvaan might have attack +10%, Hume might have … | |
I'm going to be working on a summer research project with my college's robotics team. My task is going to be to develop a program to communicate with the robot via 802.11g. I would really like to stick to straight C++, and if I can't then C# is also an … | |
Re: Have you tried: - Different cable - Different port on the switch - Different NIC - Making sure your IP settings are what you expect - Making sure no devices have conflicting IP addresses Do you have DHCP setup on this server? Is the IP of the server static? | |
Hey everyone, I'm trying to make it so that my ^ operator is right justified within this binary expression tree. For example, 2^3^4 should be evaluated as 2^(3^4). So I should get 2^81, instead of the usual 2^12. Here is the code I have so far. Everything works, except the … | |
Re: Best C++ book I've ever used: [I]C++ Programming: From problem analysis to problem design[/I]... by Malik. [URL="http://www.amazon.com/Programming-Problem-Analysis-Program-Design/dp/1423902092/ref=sr_1_1?ie=UTF8&s=books&qid=1240712641&sr=8-1"]Latest Edition[/URL] | |
Other forums that I visit for help have this feature, and it seems like it would be very helpful. Often times, someone will post a thread and because of the number of people online it may start to sink to the bottom without receiving any replies. What I suggest is … | |
Hey everyone, I'm trying to work with Sets. I have a function [I]Union[/I] that takes a class type [I]Set[/I] as it's parameter. The function returns the union of class A and B. Here is my code: [code=c++]Set Set::Union(Set setB) { Set result (maxItems); for (int i = 0 ; i … | |
Re: I've always thought something like this should be implemented but a test should be manditory to get accepted. A test judging rational thought and personal dicision making skills after grade 10 to allow you to persue your interests rather than mess with the other stuff... | |
Does anyone know of a compiler that will let you utilize WPF in Linux? | |
Hey guys, Can anyone tell me why this doesn't work in VS2008? I've commented out the #includes and whatnot so you can paste it into a single .cpp file and run it. Here are my errors: [quote]1>test.obj : error LNK2028: unresolved token (0A000320) "int __cdecl eval(class Tree<struct InfoNode> &)" (?eval@@$$FYAHAAV?$Tree@UInfoNode@@@@@Z) … | |
Re: i didn't really read this thread all the way through... but has anyone mentioned the fact that the FDA doesn't require the Nutrition Facts section on cigarettes but does on every other sort of consumable? why? | |
Re: How about [URL="http://www.jauswg.org/"]JAUS[/URL]? It's a standard for (wireless) network communication for robotics. Could implement this into a custom piece of software? | |
Re: You'll have to specifically allow access to the users you want to have access to your files. For example. If you wanted to share a folder called Docs with a user named Bob. After sharing the folder Docs, right click on the folder and click the Security tab. This will … | |
Re: Never mind. Missed the part about "msconfig doesn't work". | |
![]() | Re: Just making sure, you're operating under a domain right? Is the DHCP server located on your domain controller? |
Re: Have you tried it? If so, did you receive any errors? | |
Re: Welcome to Daniweb. You need to cover a few bases here. #1 You have to make sure everything is gigabit compliant. I would purchase a fully gigabit switch (doesn't have to be Cisco, though if you have the $$$ not a bad idea). You also have to make sure that … | |
Re: [QUOTE=sedated12;822289]I decided to just create a ftp server instead, it was just easier.[/QUOTE] Good for you. Keep it simple at the home :) | |
Re: In the future, please use more descriptive titles :) As for booting XP over the network with your setup... I'm fairly certain this isn't possible (without some sort of server or 3rd party application in the mix). I could be wrong though | |
Re: Don't know what else to tell you other than to try a new motherboard/PSU. | |
Re: Hey rich, Have you tried running [URL="http://support.dell.com/support/downloads/format.aspx?c=us&l=en&s=gen&SystemID=XPS_700&os=WW1&osl=en&deviceid=3841&typecnt=1&libid=13&releaseid=R132141&vercnt=3"]Dell Diag.[/URL]? We use Dell throughout our company, and this can be a huge time saver. You might reboot your XPS and see if there's an option already to run the diagnostics. It will take an hour or two, and you need to write … | |
Hey guys, I'm getting an error at lines #9 and #14. Could someone tell me what I'm doing wrong? [code=c++]StackType::StackType(const StackType & st) // copy c-tor { if ( st.topPtr == NULL ) topPtr = NULL; else { NodeType * stptr; // pointer to source Stack NodeType * p; // … | |
Re: This should probably be posted in one of the web design forums. | |
Hey guys, I have a function that compares two dynamic arrays and returns true or false if they're identical. [code=c++] bool Identical(QueType que1, QueType que2) { if (que1.IsEmpty() != true && que2.IsEmpty() != true) { cout << "in loop\n" ; ItemType tmp1 ; ItemType tmp2 ; que1.Dequeue(tmp1) ; que2.Dequeue(tmp2) ; … | |
Re: Take a look at [URL="http://www.devcity.net/Articles/94/1/multipleforms.aspx"]this[/URL]. That explains it better than I can. | |
Re: have you tried [code]system("pause") ;[/code] ? | |
I have an assignment question that says "Decide whether the [I]syntax[/I] of the following statements is valid or invalid." These are the statements: [code=c++] a) listData->next = ptr1->next ; b) listData->next = *(ptr2->next) ; c) *listData = ptr2 ; d) ptr2 = ptr1->next->info ; e) ptr1->info = ptr2->info ; f) … | |
Hey guys, I'm going to be starting a research project pertaining to [URL="http://www.jauswg.org/index.shtml"]JAUS[/URL]. Basically, this is a standardized protocol to be used in autonomous robotics... someone will essentially connect to a robots IP and be able to transmit various commands over 802.11. I not exactly sure where to start, so … | |
Hey guys, Does anyone know of a simple way to correct the geometry issue experienced with video cameras? i.e., the top of the screen is much wider (in distance) than say the middle. I need to correct this, so that I can plot pixels onto a 2D map. |
The End.