doubt bout python time Programming Software Development by lakshaypandey I want to kno whether you can control an inpput by time in python. whether i can have a function which checks time n if input not given in that time then moves on? JQuery select first chlied on clients account Programming Web Development by younes.keraressi … on server machine the "reset button" all text-inpput get empty and the selects got the first child, and… Re: I want to know how to display the "adding" part of a sum of squares Programming Software Development by mmgoicochea …number; int sum; int i; int square; //variables inpput(number); sumsq(number, sum,i,square); errorcheck( number,sum…errorcheck(number,sum,i,square); } } //function errorcheck int inpput(int & number) { cout<<endl; cout… Re: read and convert letters from an array to another... to then display a message ?? Programming Software Development by mmgoicochea …;}; char encoded[28]={"qwertyuiopasdfghjklzxcvbnm\0"}; char name[101]; inpput(letter,encoded,name); //exit. while (true) { cout<<"…(answer=="exit") break; if (answer=="no") { inpput(letter,encoded,name); } break; } system("pause"); return 0… Re: doubt bout python time Programming Software Development by lllllIllIlllI You know, this was the first question i ever asked when i came to this forum. This is the answer i got :) [url]http://www.daniweb.com/forums/thread122666.html[/url] Re: doubt bout python time Programming Software Development by lakshaypandey Thanks for the help ! it does solve part of my problem but i still can't work out the time thing! u c i m making sumthing like an timed quiz! Re: doubt bout python time Programming Software Development by masterofpuppets [QUOTE=Paul Thompson;1019354]You know, this was the first question i ever asked when i came to this forum. This is the answer i got :) [url]http://www.daniweb.com/forums/thread122666.html[/url][/QUOTE] thanks a lot for that example bro. I haven't seen it before. Really helpful stuff :) Re: JQuery select first chlied on clients account Programming Web Development by AleMonteiro I didn't understand what you saying about server and client machine, jQUery is always client. Anyway, try like this: $("#i_b_prob") .children() .removeProp("selected") .first() .prop("selected", true);