210 Archived Topics
Remove Filter Could someone point me to a tutorial on how to write a vbscript that will auto install software when the user logs on? I will be applying this to a GPO. Also, will I need a (not sure if this is the right name for it) answer file/script to attach … ![]() | |
So yeah, I got accepted into a [I]NASA IV&V and Northrop Grumman[/I] internship; just wanted to brag a little :) Haven't heard a lot about NG, but their website is impressive. | |
Hey everyone. I'll post the detailed overview of what I've tried and what hasn't worked tomorrow. It's late, and I've been struggling with this for a few hours. In short, I have a Linksys WRT54Gv5 and two Linksys WRE54G (one v2 and one v3). I had already setup the router … | |
| |
I'm too lazy to do research right now, and I'll probably get better responses on here anyways. Is it possible to just buy a 32" LCD TV and use it as your monitor and your TV? Not at the same time of course. Just a thought someone at work had … | |
Hey everyone, My brothers and I have a router between 3 (soon to be 5 with mine and my mom's laptops) computers and our cable modem. The internet is constantly going out (a tech is coming tomorrow to look at it) and I'm searching for a free lan messaging system … | |
Well I had the cable company come over today and they checked our cables and whatnot. Turns out we're paying for 8MB/d and getting 12MB/d but that's only if one computer is directly connected. If we connect through the router with the same exact test we're getting 6MB/d. This is … | |
I've noticed a ton of questions asking about different degrees and college decisions in general. I figured the questions have been brought up enough to have a dedicated thread for the subject. ****************************************************************** I am really confused about what I should do after my BS. I'm currently working towards a … | |
Hey everyone, I'm getting ready to take a summer class on VB6 and I was wondering how hard it would be for me to keep on track with the rest of the class while using 2005 express or something of the like? I would really like to go ahead and … | |
Hey guys, this is a calculator program. I keep getting 0s for my answers... is there something wrong with the logic in this function: main() cin >> choice; while ( choice != 'q' && choice != 'Q' ) { cout << "For first fraction\n"; getFract(choice, 1, num1, den1); cout << … | |
Hey guys. I have a horrible problem with passing strings in a function and using the string to open an input file. Could you guys give me a hand? [code]#include "pe3.h" int main () { int ary[ SIZE ] ; ifstream inp ; string iNam ; cout << "Input-file name: … | |
Hey everyone, We have a UNIX DecAlpha here at work, and I need to change the IP on it. Could someone tell me how to do this through command line? Thanks! :mrgreen: | |
This program works unless I input 's' for marital status. Does anyone see my logic error? #include <iostream> #include <iomanip> using namespace std ; void getData ( int& numChild , double& grossSalary , double& penPay , char& maritalStat ) ; double taxAmount ( int& numChild , double& grossSalary , double& … | |
hey guys, could someone explain why you include string::size_type or string::npos? What do these do? | |
Hey everyone, I'm working on this program for class but I'm getting an error in the [I]sumGrades[/I] function saying 'inp' is undeclared. Could someone give me a hand? #include <iostream> #include <iomanip> #include <fstream> #include <string> using namespace std; // initializes count of females, count of males, female GPA sum, … | |
Hey, I'm working on another program for class which is to determine the day of the year given the date the user inputs. The date will be input in the xx-xx-xxxx format. Is there a way I can cin Mon, skip char, cin Day, skip char, cin Year ? How … | |
Hey everyone, My brother was playing a game the other day and his computer just shut off. When he rebooted it said missing/corrupt SYSTEM file. It's not his HDD, because he can boot into knopix and view his files. When we try to use a windows disk to boot from … | |
Hey everyone, this is a big one. The question has asked that I define functions and then write the function main to test the functions I wrote. I keep getting the following error at my first cout in main: error C2679: binary '<<' : no operator found which takes a … | |
Hey all, I'm doing hw, and I did a desk-check for this program and got completely different answers than that of the computer when the program was put into the compiler. The question says to consider the function `defaultParam` void defaultParam ( int u , int v = 5 , … | |
Hey everyone, I'm planning on purchasing a computer today, but wanted to get some input first. I've heard stories of people not being able to play games on their widescreen monitors because it stretches the characters and whatnot... is this so? I plan on getting an openbox viewsonic vx2245wm (maybe) … | |
Hey guys, I'm stuck again. The program is supposed to get the estimated population after n years using the equation P + (B*P/100)-(D*P/100) and the growth rate using B-D. Here is what I have so far, but I can see I'm going to be getting stuck. How can I set … | |
Hey everyone, we're going over functions now and I am supposed to write a program that counts the number of vowels in string of characters. I'm not sure what I'm doing wrong... could someone help? #include <iostream> using namespace std ; int isVowel ( string ) ; int main() { … | |
Hey everyone, I'm not sure where to post this so feel free to move if needed. A fellow classmate and myself are starting on message board project. I was asked to spec a powerful windows based system, but am unsure of what is most important in a web server? Could … | |
Here's my code... i put in some troubleshooting couts, but I can't figure out what's going on. #include <iostream> #include <iomanip> #include <fstream> using namespace std; int main() { const double INT_RATE = 0.10 ; const double FACTOR = 1.0 * INT_RATE ; const int START_AGE = 16 ; const … | |
Hey everyone, I'm currently enrolled in 4 year computer science BS program with a major in networking and hopefully a minor in programming. I am wanting to attain as much knowledge as possible, but am unsure of what the best route to take is. I will provide my plan and … | |
Hey guys, I posted this in site management, but I'm thinking I'll get more feedback here. What is most important (hardware) when specing out a webserver? | |
hey everyone, I am including my code and was wondering if there is a prefered way to document? I have comments which describe what does what, but I'm wondering if there is a neater and/or more efficient way to do it... /***************************************************** * COSC 230 - Structured Programming * Chapter … | |
Hey everyone, I'm still trying to get my mouse to work properly in Fedora 6.0 I am using a razer diamondback mouse, and only 2 of the 9 buttons work. I've looked at some of the conf.org file suggestions, but can't make heads or tails out of it. could someone … | |
Hey everyone, So I'm wanting to suggest purchasing new equipment for my firm. We currently buy a new system here and there for employees, but I'm thinking it will be more cost effective to purchase in bulk every 3 years; about 97 computers. I work at an engineering company, which … | |
Hey guys, I need help again :sad:. I'm doing really well in the class, it just seems like these past couple assignments have been really rushed (i.e., we went over chapter 5 the day after I finished reading chapter 4 =/). I'm getting sort of discouraged, because up to now … | |
Hey all, here is the part of my code I need help with: #include <iostream> #include <iomanip> using namespace std; int main() { int acctNo, dayMin, nightMin, tmin; double amtDue; char serviceCode; cout << "Account Number: " << flush; cin >> acctNo; What I'm wanting to do is, if someone … | |
Hey everyone, I have a question on one of my homework problems. I'm in basic structured programming; C++. The question states the following: The root of the quadratic equation ax^2 + bx + c = 0, a ≠0 are given by the following formula: [U]-b +/- √b^2 – 4ac[/U] … | |
Hi all I am new to C++ and have a few questions if that is ok. I would like to get into good habbits early (i.e., using switch instead of 12 if else statments) and was wondering if anyone knew right off how to get a timer to time the … | |
Hey everyone, I'm still considering a PhD program, but I'm not sure what fields are available. I've heard of a few common ones like Computer Science and IT/IS... but what about the ones like Doctor of Philosophy in Organization and Management Information Technology Management Specialization? What are my options and … | |
Hey guys, I have Fedora6 installed on my Dell laptop. I am a complete noob at any Linux os. I have a few things that I would like some help with. 1. I have no clue how to install drivers (or programs for that matter). I need drivers for my … | |
hey guys, I am running server2003 on my laptop at home. I just installed a printer and I'm wanting to share it to my brothers; one with PC, the other with a macbook. I've set up user accounts for both of them, but when they attempt to login through the … | |
Hey everyone, I'm trying to share my HP C3100 series printer to my brothers macbook with OS-X. I'm not sure what to do. I have the Mac disk, if that will help me at all. He can find my laptop and login to it with the u/n I made for … | |
Hey guys, real brain power tester here... In WinXP, how can I get the [I]show desktop[/I] icon back in the quick-launch? :mrgreen: | |
Hey guys, I'm in a Linux class right now; never used Linux before. I was given a copy of RH9 with my book and have it installed but can't load my nic on it. I go to terminal and type /sbin/ifconfig eht0 up which works. But then I try to … | |
Hey guys, I'm looking to purchase a new computer, and I was wondering what card would be best. My options are these two: The 768MB nVidia GeForce 8800 GTX or The 256MB nVidia Quadro FX 3450 I'm going to be using this PC primarily for compiling program and schooling but … | |
I administer a ~20 user network. How much will roaming profiles slow down the network, and would it be benificial at all to implement them? | |
I startup a computer and when I logon it says you must activate windows before loging on. When I attempt to activate it says it's already activated but then logs off... I have XP SP1 | |
Hey everyone, I'm still trying to get DNS setup correctly. I decided to pretty much start from scratch and use Microsoft's article 5171. I'm using MyCompany.com as our Domain and I put that in for the DNS as well. All of the other AD folders show up in my Forward … | |
Hey guys, Should I hide the sysvol folders from users logging on to the domain? | |
Hey guys, I'm trying to setup a remote computer to logon through RD to our server to run a printing program (we did this, because the printer takes a while and we figure our server will do it faster). I've set the group policy to allow log on through terminal … | |
we can not view our website, but we can connect to any other site on the web. I'm pretty sure the problem is DNS, but i'm not sure how to fix it. Our website is [I]ourcompany[/I].com and the domain is the same. What information do I need to fix this? … | |
Hey guys, we have a computer that won't stay turned off for more than 5-10 minutes. I'm going to try disabling the WOL, but just figured I would check for other suggestions. Thanks! | |
We're having an issue here with installing new programs. I set everyone us with very limited changes to the default gp and applied it to the group. Noone can install programs now... The only policy change I set that I can think of that might have affected this is a … | |
Gosh today has been horrible.... I'm getting ready to leave work and here's what happened: I was backing up my supervisor's Outlook data and after that finished the laptop became very slow. I tried to open AutoCad to determine if our licenses were still working because I had ran into … | |
We just switched over from workgroup to domain. The users are reconfiguring their settings and so forth, but I cannot find the outlook.pst files. All I can find are .dat / .FAV / .srs / .xml / .NK2 files... anyone know what's going on? |
The End.