Re: hi demo/john! Programming Web Development by LastMitch …** >can you plz show me the simple mutli poll handler example thanks alot!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I'm not sure…you are asking for a php code relating a simple mutli poll handler example. I know it's **7**…late. Here is a few of links regarding about mutli poll: http://www.tutorialized.com/tutorials/PHP/Polls-and… hi demo/john! Programming Web Development by sam1 can you plz show me the simple mutli poll handler example thanks alot!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Buying a new system - after feedback/opinions Hardware and Software Hardware by PaddyRamsey … what I've gathered, they are only really useful for mutli-tasking with for things like server hosts. The most I… Text File Programming Software Development by wandie How do i take results in a mutli dim array and write it to a text file. Each … creative ideas - creative work - creative solutions Community Center Say Hello! by vjero … as u may know, web is idea, interface, and well mutli-part job. I do serious websites - and mainly i work… Inserting a vector into another Programming Software Development by boncher …-c++ 4.9.9.2 to compile. mMap is a mutli map where some keys have multiple elements to them randIntInc… The Revolution Virtualizations. Hardware and Software Networking by videowall … going next will be towards this idea of a heterogeneous mutli-system virtualisation, and away from the component-based view, to… Bootloader Programming Software Development by Shikhin … any ideas on what shall I do on developing this mutli stage bootloaders. Probably and ideas on this OEM block. Probably… Master pages - (english and Arabic) Programming Web Development by mdimran03 Hi everyone iam facing a problem with the mutli language site.. My requirement is Home Aboutus contactUs (for english) --… Phyton mutli thread function Programming Software Development by newbie14 Dear All, I am very new to phyton and try to learn basis. I have a big application currently running in java. The application is a listener which lister to few thousand of gps devices which send data to it. The problem sometimes I notice some data goes missing because of heavy traffic. I was wondering can phyton handle those kind of stuff.… Convert Wide Char of mutli-lang to char array Programming Software Development by bubbleT I want to convert Wide char arrays (russian,turkey,switzerland,japanese,chinese simplified] to unsigned character array in VC++. I've tried using WideCharToMultiByte and wcstombs_s but both doesn't work. Anyone know the conversion? Thank you very much. Re: Convert Wide Char of mutli-lang to char array Programming Software Development by BobS0327 You shouldn't have any problem using the WidCharToMultiByte function to do this conversion. Post your nonworking code to provide details of the problem. Re: Convert Wide Char of mutli-lang to char array Programming Software Development by Ancient Dragon The conversion will fail on languages that require more than one byte to represent a character such as many Chinese and Japanese glyphs Re: Convert Wide Char of mutli-lang to char array Programming Software Development by BobS0327 Here's a [MS MVP](http://msmvps.com/blogs/gdicanio/archive/2010/01/04/conversion-between-unicode-utf-16-and-utf-8-in-c-win32.aspx) link that demonstrates how to use WideChartoMultiByte for translations. Re: Multi Boot disc question Hardware and Software Microsoft Windows by ArtChess …. In any event I will need to actually create a mutli-boot disc or CD that will have the Network Driver… Re: Operating Systems - choice - simultaneous or alternative Hardware and Software Microsoft Windows by nicentral IMHO don't bother with mutli-boots if you are just learning the software. Get yourself a copy of VMWare and you can have as many installs of whatever OSs you have disk space for. I run Linux on my machine and have as many as 6 Windows VMs running as a test lab. Re: Projects for the Beginner Programming Software Development by bumsfeld Build a Memory Game. You shortly flash up a number of random words. Lets say three or five, and then ask the player to recall the words from a mutli choice answer. Do that a ten or twenty times and then rate the player. They could be numbers too, but I think words are more fun. Re: assign elements to a multi-d array Programming Software Development by Lazaro Claiborn … of the work is done for you. Simply declare a mutli-dimensional array then assign the locations the distinguishing numbers. Although… Re: Sneaky little bugger! Hardware and Software Information Security by burnsy …, Microsoft, etc... as well as having written over a dozen mutli-tasking operating systems and aided in the development numerous custom… Re: Newbie needs help building a server Community Center by chris5126 … from users then straight line speed isnt needed and a mutli core processor will better suit your needs and could run… Re: checkbox data to sql db from multi step form Programming Web Development by diafol … own id/name. The question is - if you are using mutli-step forms, how do you propagate data from the first… Re: checkbox data to sql db from multi step form Programming Web Development by s2xi … own id/name. The question is - if you are using mutli-step forms, how do you propagate data from the first… Re: Time Complexity Analysis Programming Software Development by Banfa … time, if you are not careful, on a multi-core, mutli-tasking system is that you accidentally measure elapsed time rather… Re: Sequential Files Programming Software Development by JamesCherrill read() reads a single char, so it's probably not what you need to read mutli-character ints, you are reading the char '5' and assigning it to an int - ASCII 53. Ditto read '7' is ASCII 55. I have to go offline now till tomorrow, so good luck. I'll look again in the morning. An up-to-date source listing may be useful. J Re: reverse a string using recursion Programming Software Development by searchsource void reverse (int index char *str ) ; int main (void) { char name[100]; printf ( Enter a mutli-word string ) ; gets(name) ; reverse (strlen(name) name ) ; } void reverse (int index char *str ) { if (--index < 0 ) { return ; } else { putchar ( *(str + index) ) ; reverse (index str) ; } } Re: redirecting url Programming Web Development by shawtyred74 I am suppose to reference each song to a url link such as you tube using href in mutli dimensional array holding the songs such as if they select the song impossible by christina it should direct them to this link [url]http://www.youtube.com/watch?v=-vtRSTM1zMo[/url] Re: Can someone please dumb this down for me Programming Software Development by DavidKroukamp … s=...; //create string representation of char[][] return s;//returns the mutli dimensional char array of the board as a string }[/code… Re: Can someone please dumb this down for me Programming Software Development by dsmith12 … s=...; //create string representation of char[][] return s;//returns the mutli dimensional char array of the board as a string }[/code… Re: Boot up setting Hardware and Software Microsoft Windows by JorgeM … as an OS disk. Before you proceed with creating a mutli-boot system, I would highly recommend you consider leaving the… Re: drop down list of associated pages Programming Web Development by JorgeM So it sounds like you are simply asking for a nav menu with levels. This can be done with CSS and or JavaScript/jQuery. There are lots of examples out there. Here is a guide on how to create this using CSS. [Mutli-Navigation Menu Using CSS](http://www.itgeared.com/articles/1420-css-multi-level-navigation-menu-tutorial/)