From Psuedo code to Visual Basic Programming Software Development by jem00 … running into a few troubles. How can i write this psuedo code into visual basic: [CODE] BEGIN even and odd numbers… psuedo help! Programming Computer Science by heftytest I was wondering what DIM means in psuedocode? I ran across this in my research and I can understand everything except for the DIM and it would help a lot if someone else could let me know what this means. I am working on the simple array process and having trouble. Here it is: Process 1. Display “Salary Average” as program title 2. Prompt user … Re: psuedo help! Programming Computer Science by Oxiegen DIM is the keyword used in Visual Basic to declare a variable. VB: Dim varname As Object C#: object varname; Re: psuedo help! Programming Computer Science by rubberman Actually, for this pseudo code (pseudo code is NOT standardized), I think it is the dimension of an array. IE, the C code for `DIM EmpName = 1` would likely be `const char* EmpName[1];` Since I don't have your professor's definition to be sure, this would be my best guess. 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 ..... Psuedo Roaming Profiles in Windows XP Workgroup Hardware and Software Networking by mmonaco27 If you search Google for information on how to create roaming profiles in Windows XP you find some pretty intricate nity-gritty guides such as this one: [url]http://computertips.toups.info/roaming/RoamingXPPro.htm[/url]. It is fairly complicated with a lot of obscure settings. Thus IMHO it is inelegant and should be avoided. My system is a … Psuedo walk through for complete setup for website that people can buy products on Digital Media Digital Marketing by CodyOebel OK here is what I am after and here is the bumps in the road. I am selling but ONE product, and this ONE product I am selling can be sold in different quantities of course. So after selling this product on the streets of my town to know it's a product to invest into. I wanted to make a website. So I bought the domain name [url]www.… Re: Psuedo walk through for complete setup for website that people can buy products on Digital Media Digital Marketing by Dani I don't know anything about GoDaddy's built-in ecommerce solutions, but if you're just selling one product quick 'n' simple you may want to consider PayPal? Re: From Psuedo code to Visual Basic Programming Software Development by debasisdas 1. remove the begin end part 2.use INPUT BOX instead of PUT 3.accept the value from inputbox instead of GET. rest almost remains Re: From Psuedo code to Visual Basic Programming Software Development by Jx_Man declare even and odd as integer and value to accomodate input (get). to insert (put) number you can use text box or inputbox. Re: From Psuedo code to Visual Basic Programming Software Development by jem00 Hey guys thanks for your help so far but how do i accomodate the input Thanks. Re: From Psuedo code to Visual Basic Programming Software Development by jem00 Don't worry i did some googling and found it out thanks for your help. Re: From Psuedo code to Visual Basic Programming Software Development by Jx_Man ha...3x, google is great searcher machine...:) C++ Bigint calculator (yet agiain...) Programming Software Development by TheZea …a variable for the result // // Begin writing psuedo code } Bigint operator*(const Bigint &x, …a variable for the result // // Begin writing psuedo code } Bigint operator-(const Bigint &x, … Make a variable for the result // // Begin writing psuedo code } //End Math operators #endif /* _BIGINT_H */ … Network Questions Hardware and Software Networking by CLOCKWORKGOONER … , nothing complicated. Would I be better off going with a Psuedo server , mirrored harddrives and Win XP Pro.?. I was planning… of using a pseudo server.?. If I do use a psuedo server can I still remote in using a vpn from… 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 someone help me pls? Community Center by pawpaw_2514 … pseudo code and a flowchart for the questions. But a psuedo code alone is alright. :) compute for the total bill for… I have no idea how to put it in a psuedo code... Thanks so much! Replicating Screen textbox.text to defined printed area Programming Software Development by x38class … textbox places the word on the next line which leaves psuedo spaces on the line above the user sees this: This… xxx word which has just been typed xxx is the psuedo spaces that are not in the text string So when… Validating an Email Programming Software Development by BountyX … if its possible. Is there any way to send a psuedo email just to see if the mail box is in… error mgs when trying to compute "for loop" Programming Software Development by dkm30 … of an integer to a float. The following is the psuedo code: Declare x as a float Declare y as an… 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… Reading in file input up to newline Programming Software Development by nanodano … to test for a newline if I'm using something (psuedo-code) like[INLINECODE]cin >> int x[/INLINECODE] Any… Re: Reading in file input up to newline Programming Software Development by WolfPack … to test for a newline if I'm using something (psuedo-code) like[inlinecode]cin >> int x[/inlinecode] Any… Delphi - Database Entry Total Programming Software Development by AnniHilatE … within a textbox. i know how to write this using psuedo code, but im not sure how to go about it… Absolute no brainer Programming Software Development by foxy xx … really do want to learn. Last year we worked from psuedo (sp?) code. if someone was to write that for me… New to Perl, need some advice Programming Software Development by Dageki …. Below you'll see what I have so far in psuedo-code: Populate array @folders with list of directory of backup… Help me about Http Client Post method Digital Media UI / UX Design by pntkiran … the message body in http request? Please explain with a psuedo code. Thanxs. Kiran Parmar need help...! Programming Software Development by katharnakh …]dbFunction()[/inlinecode], should go like this, i will write a psuedo code of this, [code=Java] public testClass[] dbFunction(){ ArrayList a… Making my void functions look at little better Programming Software Development by ice_tea_lemon … the total functions. You could just give me good ol' psuedo code and I would try to work it out from… A project of epic proportions! Programming Software Development by Maulth … edition. I am just going to type out the "Psuedo-Code" version of what my actual goal is. I…