i'm using a dialog box with no frame or borders, and i'm trying to display an image in the background like for an installer splash screen. and then, i'll just use the buttons to install stuff with. i tried making the whole dialog transparent so that only the buttons show up, and then do...
I'm trying to figure out how to use the glob sub routine. I've called it this way "$filename = glob("*.whatever")" and this way "use File::Glob ':glob';
@list = bsd_glob('*.whatever');"
neither of which work on windows XP. How do I get it to work in...
I'm using MPPE encryption on my R7100 Netopia router. I was wondering since it really slows down the connection can I turn it off since we already have the VPN tunnel up. Are the packets safely tucked away behind the tunnel? Or do they really need to be encrypted. We're not dealing with any...
When you created users for them there should have been an option to let them change their password. Goto Control Panel->Admin Tools->Computer Management and then goto the users area, which is inside the Computer Management program. Right click on one of the users and select properties or...
I'm to setup a VPN with a friend on a cable modem. I have DSL with a static IP. My Netopia router has PPTP request support and it is set up properly and working (I tested it locally and it connects and seems to work just fine.) I'm not sure though, since my friend is not here locally how will...
I think that comma before -length is throwing it off. Does that powf function return anything? Put whatever powf returned into a variable. And just do 1 - vpowf - length. Lemme know if you need more help.
-CDudd
#include <iostream.h>
int main()
{
int n, count; //declaration
double sum=0, average;
int x[10]; //declare array’s elements as type int
cout << "How many numbers do you want to enter not exceeding 10?";
cin >> n; //accept integer...
#include <iostream>
using namespace std;
void main()
{
int n, count; //declaration
double sum=0, average;
int x[10]; //declare array’s elements as type int
cout << "How many numbers do you want to enter not exceeding 10? "...
No each element in the month array contains the days per month. So just search through the array (using that loop he wrote) until you find your day :).
-CDudd
Are you wanting to just count to 10 or actually let them enter some numbers and you repeat them back to them? Cause right now it looks like you just looping from 0 - 9 and displaying the the sum of array garbage. When I say garbage I mean you don't have anything in that array, so it could be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.