210 Archived Topics

Remove Filter
Member Avatar for Duki

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 …

Member Avatar for iamthwee
0
218
Member Avatar for Duki

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.

Member Avatar for Duki
0
103
Member Avatar for Duki

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 …

Member Avatar for Spriggan
0
106
Member Avatar for Duki
Member Avatar for Duki

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 …

Member Avatar for Duki
0
98
Member Avatar for Duki

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 …

Member Avatar for arjunsasidharan
0
107
Member Avatar for Duki

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 …

Member Avatar for DenisOxon
0
165
Member Avatar for Duki

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 …

Member Avatar for Duki
0
137
Member Avatar for Duki

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 …

Member Avatar for jamello
0
353
Member Avatar for Duki

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

Member Avatar for Narue
0
100
Member Avatar for Duki

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

Member Avatar for John A
0
117
Member Avatar for Duki

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:

Member Avatar for jay.smith
0
156
Member Avatar for Duki

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

Member Avatar for Duki
0
123
Member Avatar for Duki

hey guys, could someone explain why you include string::size_type or string::npos? What do these do?

Member Avatar for Rashakil Fol
1
13K
Member Avatar for Duki

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

Member Avatar for John A
0
103
Member Avatar for Duki

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 …

Member Avatar for John A
0
244
Member Avatar for Duki

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 …

Member Avatar for jbennet
0
116
Member Avatar for Duki

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 …

Member Avatar for Duki
0
583
Member Avatar for Duki

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

Member Avatar for Duki
0
105
Member Avatar for Duki

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

Member Avatar for Duki
0
135
Member Avatar for Duki

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 …

Member Avatar for Duki
0
4K
Member Avatar for Duki

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() { …

Member Avatar for Duki
0
238
Member Avatar for Duki

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 …

Member Avatar for jbennet
0
83
Member Avatar for Duki

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 …

Member Avatar for Salem
0
178
Member Avatar for Duki

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 …

Member Avatar for Duki
0
187
Member Avatar for Duki

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?

Member Avatar for John A
0
188
Member Avatar for Duki

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 …

Member Avatar for Duki
0
99
Member Avatar for Duki

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 …

Member Avatar for Infarction
0
169
Member Avatar for Duki

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 …

Member Avatar for shaunlfletcher
0
159
Member Avatar for Duki

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 …

Member Avatar for Duki
0
172
Member Avatar for Duki

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 …

Member Avatar for WaltP
0
304
Member Avatar for Duki

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

Member Avatar for Duki
0
2K
Member Avatar for Duki

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 …

Member Avatar for Narue
0
140
Member Avatar for Duki

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 …

Member Avatar for Pink-Lipz
0
62
Member Avatar for Duki

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 …

Member Avatar for pty
0
198
Member Avatar for Duki

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 …

Member Avatar for jbennet
0
262
Member Avatar for Duki

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 …

Member Avatar for John A
0
181
Member Avatar for Duki

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:

Member Avatar for Duki
0
91
Member Avatar for Duki

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 …

Member Avatar for pty
0
104
Member Avatar for Duki

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 …

Member Avatar for Duki
0
127
Member Avatar for Duki

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?

Member Avatar for Humanvoice
0
134
Member Avatar for Duki

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

Member Avatar for caperjack
0
64
Member Avatar for Duki

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 …

Member Avatar for Duki
0
208
Member Avatar for Duki

Hey guys, Should I hide the sysvol folders from users logging on to the domain?

0
106
Member Avatar for Duki

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 …

Member Avatar for knsljo
0
104
Member Avatar for Duki

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

Member Avatar for DMR
0
158
Member Avatar for Duki

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!

Member Avatar for Duki
0
129
Member Avatar for Duki

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 …

Member Avatar for Duki
0
200
Member Avatar for Duki

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 …

Member Avatar for Duki
0
128
Member Avatar for Duki

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?

Member Avatar for Duki
0
84

The End.