Re: Timestamp event in c# .net Programming Software Development by finito Psuedo code for no code. [CODE]if (readline.substring(get the time stamp).equals(timestamp)) DoSomthing();[/CODE] Re: Pseudocode Programming Computer Science by rproffitt Psuedo code is easy to find the definition on the web, so … Re: Pseudocode Programming Software Development by twomers …aQ.getElement(i+1,nameIn); DInQ[i].getName(); }[/CODE] Pseudo-code is pretty much a more readable way of printing real…of amusing that you can write the code but have difficulty in writing the psuedo-code :) Normally it's the other …way around. I'm assuming this code runs as you … Re: Print_Zero Function Programming Software Development by prog-bman psuedo code: [code] if miles <100 print 0 and miles if feet < 1000 print 0 and feet if inches < 10 print 0 and inches [/code] Re: Finding Factors of an Integer Programming Software Development by mrnutty Psuedo-Code [code] for i = 1 To N if(N % i == 0) printFactor(i); [/code] Re: Prevent duplicate values Programming Software Development by Momerath Psuedo code: Get the username Use the select from above to get the count of the username if count == 0 then add user to the database else display "user name already exists" endif From Psuedo code to Visual Basic Programming Software Development by jem00 … into a few troubles. How can i write this psuedo code into visual basic: [CODE] BEGIN even and odd numbers PUT "Enter… of odd numbers = ", odd END even and odd numbers [/CODE] Any help would be greatly apprecieated. Thanks, Jem. Re: Help.......Psuedo code Programming Software Development by tong1 You may learn how to write Psuedo code from web sites, such as [URL="http://www.unf.edu/~broggio/cop2221/2221pseu.htm"]http://www.unf.edu/~broggio/cop2221/2221pseu.htm[/URL] Following the samples overthere we may write as follows: create an input channel ask client to type in score convert the input into int variable if ..... Error in my MD5 code Programming Software Development by Auraomega … for me so I can get on and fix it! [CODE]int k[64]; int r[] = {7, 12, 17, 22, 7… the padding buffer[length] = buffer[length] | 0x80; // below based on psuedo code from Wikipedia for(int MD5_loop = 0; MD5_loop < bufLen / 64…;%04X%04X%04X%04X\n", h0, h1, h2, h3); }[/CODE] Cheers! Re: Error in my MD5 code Programming Software Development by Auraomega … hopefully someone can point me in the right direction. [CODE=c++] // generated by using floor(fabs(sin(loop +… char)buffer[bufLen - 1]); return; } } // below based on psuedo code from Wikipedia for(int MD5_loop = 0; MD5_loop < bufLen / 64…n", h0, h1, h2, h3); }[/CODE] the below error occurs for pretty much every value… Re: Error in my MD5 code Programming Software Development by Kieran Y5 … hopefully someone can point me in the right direction. [CODE=c++] // generated by using floor(fabs(sin(loop +… char)buffer[bufLen - 1]); return; } } // below based on psuedo code from Wikipedia for(int MD5_loop = 0; MD5_loop < bufLen / 64…n", h0, h1, h2, h3); }[/CODE] the below error occurs for pretty much every value… Re: help with pseudo code Programming Software Development by Momerath …] There is no specification on what 'difference' means in the psuedo code. It can be one, two, three, anything that you want… you know what it means. That's why it's psuedo code, and not an algorithm for finding the difference. Re: Help with writing a bit of code Programming Software Development by J_Search … do some math. I'm going to write it in psuedo code, becuase I really can't write it in C…. [code] { if ( i > 52 ) /*check for numbers larger than 52 (…]; else /* less than or equal to 26 */ printf alphabet[i]; } [/code] ok so i didn't write this next part in… Re: Unreachable Code Detected - ? Programming Software Development by nick.crane …] < MAX_TRIES; loop++) right? :)[/QUOTE] Yeah, thank. It is only psuedo code. Duki, you need to do the test for the error… out side the loop. [CODE]int loop; for (loop = 0; loop < MAX_TRIES; loop++) { try…// use if(xlBook!=null) too } } if (loop == MAX_TRIES) { // report error } [/CODE] C++ Bigint calculator (yet agiain...) Programming Software Development by TheZea … a variable for the result // // Begin writing psuedo code } Bigint operator*(const Bigint &x, const …a variable for the result // // Begin writing psuedo code } Bigint operator-(const Bigint &x, const …a variable for the result // // Begin writing psuedo code } Bigint operator/(const Bigint &x, const … operations Programming Web Development by Brims …, I have been told to do it in psuedo code, but i dnt know psuedo code. is there any other way this can be… Can someone help me pls? Community Center by pawpaw_2514 … thankful. Our teacher wants a pseudo code and a flowchart for the questions. But a psuedo code alone is alright. :) compute for the… I have no idea how to put it in a psuedo code... Thanks so much! Making my void functions look at little better Programming Software Development by ice_tea_lemon …int main () runs them. So I'll be omitting them. [CODE] void income_menu () { for (;;) // C/C++ idiom for (…'s on fixed expenses and one's on variable expenses. [CODE] void fixed_expenses_menu () { for (;;) { system ("cls&…. You could just give me good ol' psuedo code and I would try to work it out … Combine Buffers - How To? Programming Software Development by Superfreak3 …date. Anyway, here is the current code... I'll put the psuedo code or what I would like to do… in << >>. or commented //.. [CODE]DWORD … pNextSetting = pNextSetting + strlen(pNextSetting) + 1; str = pNextSetting; } }[/CODE] Again, it may not be the best and its older… mem-fun with a parameter to function Programming Software Development by lross1309 … research but I am just confused. Here is some psuedo code of the original. [Code] ClassB { void ClassB::openSocket(void) { ... } } ClassA { …(sigc::mem_fun(m_manager, &ClassB::openSocket),false); } } [/Code] The above code works fine. I am now trying to change to… help with parrallel arrays Programming Software Development by lsu420luv … and then score. I had a lot of help with psuedo code on the first assignment based on this task and would… so far. Am I even going in the right direction? [CODE]#include <iostream> #include <fstream> #include <…;> score[i]; fin >> judgeNumber[i]; } } } return countPlayers; } [/CODE] need help...! Programming Software Development by katharnakh …so that you guys can easily follow my question), [code=Java] public class testClass{ String name = "…; } public String getName(String string) { return name; } } [/code] This class i use as a helper class in one…should go like this, i will write a psuedo code of this, [code=Java] public testClass[] dbFunction(){ ArrayList a … Varible change Detection Programming Software Development by Seagull One …'t we talking about Dinosaurs?" Like so in this psuedo code: [CODE]class Topic: OnTopic = 'Dinosaurs' if OnTopic changes #Or tries to….Speak('Okay, lets talk about movies') Set OnTopic to 'movies'[/CODE] I'll continue to search for a solution myself. Thanks. Javascript resize problem Programming Web Development by PsychicTide …I don't know all these languages extensively, but psuedo code works for me. It seems I have the most… this javascript I found while trolling the forums... [code=Javascript]<script type="text/javascript">…quot;).height = document.body.offsetHeight ; </script>[/code] 90% of the time this script works perfectly resizing… Multiple student database Programming Software Development by tones1986 … multiple students. As of now i do the following: [code] void Student::loadInfoFromFile(fstream& inFile) { string firstName…); inFile >> courseID; //check for courseID == '$' ???? } [/code] That is how i read in from file and it… could be done, could someone give me some psuedo code, because right now i am at a complete … Recursive algorithm Programming Software Development by zoner7 … possibility (the direction you came from). here is some psuedo code I wrote [CODE=C++] bool GenBoard(class Tile pBoard[pBoard.GetRows][pBoard…) = append a to list p. return true; } //backtrack return false } [/CODE] I figured I would have 2 sets, w and p… Re: [PROBLEM] inverting a list Programming Software Development by eggmatters …Can somebody offer at least a psuedo code? Thanks[/QUOTE] Cool problem. Can you post the code that shows how your list …distinct_flag = "true" } push (@groups, $value} } #endwhile [/CODE] so now that you have those lists. Use a variation… on the above code to go through your list, obitain groups where … Java Menu Programming Software Development by whiteyoh Hi All, Hoping you can help with the following. The psuedo code is: 1. Menu is displayed 2. User inputs a … completion, the user is returned to 1 above. the code i have so far is as follows, but its still… exiting the program. [code] /* * To change this template, choose Tools | Templates * and open… Storing letters into an array Programming Software Development by NitaB … what the parameters of this function need to be. [B]Psuedo code:[/B] count=0; Read a letter; While the letter !='.'{…. Add 1 to count; Read the next letter; } Actual code I wrote(which I feel in my gut is horribly… off): [CODE] void readLetters() { cout<<"Enter a series… ScriptManager ScriptService Programming Web Development by deven_a76 … the guidance given by MSDN, I have code in my system. I have used following psuedo code... [Code] <ScriptManager ID="...">…, onresult); } function onresult(result) { alert (result.value); } </script> [/code] I am able to test my web service through the…