I'm trying to determine if there are full versions of windows (2000,XP) in german available somewhere. Not a language pack, but an actual full german version? Any input?
Here's the deal:
I have two computers connected via a router. I want to password protect the files that I'm sharing but I need to know how to do that. Basically, so when I want to get a file from Computer #2 on Computer #1, I need a user name and/or password.
So I had a couple folders on my HD marked private and I had to reinstall windows. Well now if i try to access them, I can't. Is there any possible way to regain access to these files?
For the life of me, I cannot remember how to do this. I have an error message that I want to take a screenshot of just the error message window. Please advise.
i pass an array into a function like so
void intstuff(int **buffer){
}
i just need to know how to determine the actual size (in bytes) of the buffer, all i can get now is the size of the pointer . . . which is always 4
I'm trying to create a multidimensional array (temp) that has dimensions of inRows x inColums but i get errors of "Expected constant expression" and "Cannot declare array of constant size 0".
void createIntArray(int inRows, int inColumns){
int temp[inRows][inColumns];
}...
I need to pass an array into a method but the dimension of the array can vary indefinitely (2D, 3D, . . . , nD) with the functioning of the program. Is there a way to allow the method to accept an array of any dimension and to determine the dimension of the array. thanks
I'm trying to read the contents of a directory on my web server onto a web site. I have a directory of files on an upload server and i need the web site to be able to display all the files of a certain type (.xls) on a web page. Any ideas on approaches to this problem?
I want to create a script that will list the files from a directory on my web server into a web page. Then i'll be adjusting it to make it link to certain sites. Question mainly is how do I access the directory and get the files to the page. Thanks
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.