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

Programming & Design - November 2006

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

I'm a programming major myself, but personally I have never programmed anything in binary. Regardless when I was required to take a mandatory assembly class, I gained a lot more respect for those who had to program in the lower level languages.

I had to do my own memory management, work with reregisters to perform any and all math, and if I was outputting to a file if I missed one byte, I screwed up the entire output.

Did people that had no other choice but to code in binary eventually go insane?

2006-11-09 12:47:41 · 3 answers · asked by D 4

0

I made a function to draw bitmaps but when I use a char* in it like this

char* FileName;

LoadPicture(FileName);

it won't work even though the filename is correct and an error box appears saying that the program has encountered a problem and needs to close but if I do something like this

LoadPicture("Example.bmp");

It works but why does a char* not work and how do I fix this problem.

2006-11-09 12:33:47 · 3 answers · asked by DukeInstinct 2

2006-11-09 12:01:36 · 9 answers · asked by pamela o 1

http://www.createblog.com/layouts/preview.php?id=13788

2006-11-09 11:59:00 · 4 answers · asked by YAHOO! 1

What types of things do you like to eat/drink while you are coding?

Some things I like to eat/drink are...

Coke black
Trisket Crackers
Espresso
Bawls Energy drink
(diet) Rockstar Energy Drinks
Sandwhiches

2006-11-09 11:34:06 · 4 answers · asked by D 4

I want to put a picture on the left, and have text aligned on the right side next to the picture. if anyone knows what i'm talking about, can you help me please? or give me some good myspace code sites for text if you can't answer the question. thank you so much!<3

2006-11-09 11:13:32 · 2 answers · asked by Anonymous

2006-11-09 10:54:52 · 3 answers · asked by Anonymous

these are the methods in linear programming and assignment problem....

2006-11-09 10:15:52 · 2 answers · asked by Saugata Roy 2

So far i got if ($_POST["Username"] == "" or (!ereg("^[a-z0-9]", $_POST["Username"])))

I just cant seem to find any code that will stop spaces being acceptable. I need spaces to not be allowed. Can anyone help?

2006-11-09 09:18:23 · 2 answers · asked by Anonymous

Hi, just hoping someone can help me out. I have a webpage with a main image and thumbnails and was wondering what the code would be to click on a thumbnail and change the main picture to that of the thumbnail. I was hoping to do this without having to make a seperate page for each different picture. Sorry, I know i'm not explaining this really well but I would really appreciate it if you could help. Thanks

2006-11-09 09:17:12 · 5 answers · asked by Navi0121 2

Spreadsheet macros

2006-11-09 08:30:12 · 4 answers · asked by jorge h 1

I'm applying for a job as a systems engineer, I have a very minimal idea of what the role entails (identifying and correcting problems with hardware and software). The job description is not very detailed, however in the interview i'm expected to explain what I have applied for and why, does anybody have any ideas?

2006-11-09 07:49:22 · 5 answers · asked by oookiezooo 1

2006-11-09 07:21:07 · 1 answers · asked by Rawrrrr 6

Can you turn on autocomplete for entries eg if you have lots of identical fields in a database? Say 50 records have the same entry for one of the fields... Can it be turned on by the user or must it be done at the programmer level? I would find out myself but I don't have MS Access loaded on this pc.

2006-11-09 07:20:44 · 3 answers · asked by Tertia 6

I'm writing a program in VB and i want another window to pop up and ask for confirmation when i press the delete button. How can i call the
confirmation window?
Thanks

2006-11-09 07:16:57 · 4 answers · asked by fintanabb 1

I'm looking for a cool plugin to mess around with, Price is not an issue.

2006-11-09 07:03:15 · 3 answers · asked by The Saber 2

my web page is www.maddenjinx.com and the only way i can find it in a search engine is by typing madden jinx or maddenjinx.com. i want the search engine to find it by typing madden curse, john madden football, etc..

2006-11-09 06:44:07 · 6 answers · asked by nalamf 2

I am looking for a hosting company who provides easy to use, reliable content management systems so that clients who aren't familiar with html can update text and photos on the websites that I design & develop for them.

The company I've been using for awhile now is no longer efficient or reliable so I really need a company with a good reputation & experience.

Thanks!

2006-11-09 05:33:34 · 2 answers · asked by G G 1

and dont any saddos say this one

2006-11-09 05:26:20 · 17 answers · asked by charlie 3

I have followed directions exactly, but can not get the backgound to show on my page, any suggestions

2006-11-09 05:15:08 · 7 answers · asked by sheshethedog 2

do u just submit the main page--/index
or all of the main pages???

2006-11-09 05:09:24 · 2 answers · asked by Anonymous

I have a form that contains the following code snippet:

*******

$encodedRecipeName = urlencode($recipeName);
echo " $encodedRecipeName . "\'>" . $recipeName;
**********
On the page that I want to display this information, I have the following code:

**********
$recipeName =$_POST['recipeName'];
$recipeName= trim($recipeName);
if (!$recipeName)
{
echo 'You have not entered search details. Please go back and try again.';
exit;
}

if (!get_magic_quotes_gpc())
{
$recipeName = addslashes($recipeName);
}
echo $recipeName;

**********

If $recipeName is "Grilled Chicken Sandwich", the result of the above code is:

\\\'Grilled+Chicken+Salad\\\'

How do I get rid of all the slashes, quotation marks, and plus signs?

2006-11-09 04:55:15 · 2 answers · asked by Anonymous

How will you code this word MAHARASHTRA.
please explain procedure also.
I know huffman tree theory but I am not able to code given words. Please tell me technique to code the words.

2006-11-09 04:53:56 · 2 answers · asked by Abhijit D 2

How to test, if two circular strings are identical?
We always take strings of equal length 'n'
for example like "helloworld" and "elloworldh"

any ideas to show that checks they are identical?
how i should proceed in designing a algorithm.if O(n) complexity is obtained how ?

2006-11-09 04:47:20 · 2 answers · asked by Anonymous

I want know how I can make a moveable gif image from a short movie clip. I am talking about take a small piece from a short movie and make it to a gif image. If you know how please tell me

2006-11-09 04:46:20 · 4 answers · asked by 666_maggot_666 1

Can someone give me some websites that teach you binary?

2006-11-09 04:37:59 · 10 answers · asked by Anonymous

2006-11-09 04:32:42 · 2 answers · asked by Anonymous

fedest.com, questions and answers