English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - March 2007

[Selected]: All categories Computers & Internet Programming & Design

what are the meanings of different domain names

2007-03-02 19:28:27 · 6 answers · asked by Anonymous

I am usually pretty good with computers but I have never bookmarked something, how do I do this?

2007-03-02 18:31:01 · 3 answers · asked by Shannon F 1

char *encrypt_i(char* str, char* encrypted, int iLength) {
printf("Original string is: <<%s>>\n",str);
int i=0;
int j=iLength-1;
int k=0;

int length = iLength;

int temp;
for(temp = 0; temp < length/2; temp ++) {
encrypted[i] = str[j];
encrypted[i+1] = str[k];
i+=2;
k++;
j--;
}

if(length % 2 == 0) {
encrypted[length] = '\0';
} else {
encrypted[length-1] = '\0';
}
return encrypted;
}

int main(){
char* str="This is a test.";
char* encrypted = (char *)malloc( strlen(str));
int u=strlen(str);
printf("%d\n",u);
char* a = encrypt_i( str, encrypted, strlen(str));
printf("%s\n", a);
return 0;
}

2007-03-02 17:54:35 · 2 answers · asked by Craig P 2

its windows 2003 server and i want to learn how give the pemissions and create domains

2007-03-02 17:28:20 · 2 answers · asked by ali y 1

2007-03-02 17:27:49 · 3 answers · asked by Flyingpens † 2

2007-03-02 17:07:19 · 2 answers · asked by chatatonline 1

I bought an APPLE computer shortly after christmas. I now want to install a game called The Sims 2. When I put the cd in, the installer helper pops up and i click install, but an alert pops up and days The Sims 2 needs at least 1 MB of free space, and advices me to clean my drive. My friend told me to talk any pictures I have on my computer and upload it to a photo hosting web site, I did that, and it still alerts me of the same problem, so she says to delete some of my 906 songs I have in my iTunes, YEAH RIGHT! lol Let's just say thats were the experimenting STOP!
please give me knowlegdable advice.
Thank You!!!!!!!!!!
remember: I'm new to this computer please be thorough

2007-03-02 17:05:19 · 1 answers · asked by Megan C 2

I just want to get rid of the ad banner with a code... I am sure there is a code like that out there somewhere... I hope. Please help.

2007-03-02 16:23:05 · 5 answers · asked by Monk_man 1

How do I make Flash animations, movies, etc.?

2007-03-02 16:13:51 · 5 answers · asked by xoxotrecool 3

I already uploaded it to the host but when I click submit, it takes me to an error page with an address that says webot self. What can I do different?

2007-03-02 15:59:22 · 3 answers · asked by Steve E 1

I have the feeling when I'm on certain web pages they are false, can this be true?

2007-03-02 15:33:04 · 7 answers · asked by windmillsarecool 2

I made a html page; I am trying to print the background color of the page, but it does not print. I set the printer to print the background color, but it does not print.
Does anybody know how to set a code in html command that allow to print background color?

Thank you

2007-03-02 14:46:39 · 5 answers · asked by buby 2

. . .and if my server doesn't support MySQL, what do I need to do?

2007-03-02 14:39:50 · 3 answers · asked by D_Diva 1

2007-03-02 14:28:46 · 11 answers · asked by rstails 1

2007-03-02 14:27:50 · 2 answers · asked by rgr5717 1

I want to know the basic outline of the coding for this program. Should i make global variables and then use switch statements? Do i use while and for loops? Anyone know any websites that can help me out with the matrix program in C? I need the coding for adding, multiplication and transpose

2007-03-02 14:25:01 · 3 answers · asked by Anonymous

I'm trying to use ipscan (angry IP) in a batch file in xp pro but the command line says id doesn't recognize ipscan as a command. Any ideas on how to use ipscan in a batch file?

2007-03-02 14:17:12 · 2 answers · asked by Goblin517 1

2007-03-02 14:02:12 · 2 answers · asked by www.GeeksFreelance.com 1

i would like to make nice 3d house renders and floor plans. Since I have a graphic design background and not an arhitectural background, what is the easiest software to use?

2007-03-02 13:07:40 · 3 answers · asked by brad 3

an applet needs to be attached to java, how can i do that?

2007-03-02 13:03:07 · 2 answers · asked by davionmw 4

I want to make a blog with a picture of me for a link. How would I do that?

2007-03-02 12:55:19 · 2 answers · asked by Lars 2

Heres the program:

#include
using namespace std;

int main()
{
long double pi=4.00;
bool op=false;

for (long double n=3.00;n<1000000.00;n+=2.00)
{
if (op==true)
{pi+=4.00/n; op=false;cout << pi << endl;}
else
{pi-=4.00/n; op=true; cout << pi << endl;}
}
system ("PAUSE");
return 0;
}


it returns more and more accurate approximations of pi, but it only returns 6 digits, doesnt long double have a precision of 19 digits??

i need it to output more digits after the decimal

2007-03-02 12:32:43 · 3 answers · asked by Pandu 2

I want to be able to send a picture to someone via myspace message.

2007-03-02 12:29:02 · 3 answers · asked by Becky S 2

I have a login system which opens a new window when you login. It works fine, and has for years. I want to change it so that instead of opening a new window it will log the user into the current window, and create the user options down the sidebar. This works. The problem is when I link the user options (on the sidebar) to an iframe (called mainbody) on the page, the pages loaded in the iframe do not recognize the PHP session. How do I make these pages that load in the iframe on the main page recognize the session that the main page already recognizes. (Also note that if you open the control panel in a new window, and click a link on the main page (associated with the login session) it will log you out of the new window and log you into the main page. Both of these should be the same session, and niether should log you out of the other one (Even though I will be getting rid of the new window control panel entirely soon) Hopefully this isn't too complicated. Thanks in advance!

2007-03-02 12:18:52 · 3 answers · asked by Vertical 1

what is the best Java IDE?

JAVA IDE's are way too over complicated for someone learning java basically all i need is a notepad that can compile my code. (No fancy stuff like indents and color coding. I hate that stuff) atm im just using JDK 6.

2007-03-02 11:53:15 · 5 answers · asked by glen_r07 1

fedest.com, questions and answers