IDE, compilers, charts, and code
What is an IDE? Also, could I get some more info on flow charts and pseudo code, please? Links to windowsME compilers would also be appreciated. Yet again, my thanks.
Re: IDE, compilers, charts, and code
An IDE is an Integrated Development Environment. I think it's integrated anyways, can't quite remember.
Pseudo code would look like this:
if there are nodes
While I still have nodes to go through
take the info from this node and save it
increment the index
end while
else
give an error message
Basically it's code but written in english, not java/c++/perl etc. Makes it a lot easier to decide what you are going to do and how you are doing it without having to worry about syntax.
Re: Re: IDE, compilers, charts, and code
Quote:
Originally posted by Stronzo
An IDE is an Integrated Development Environment. I think it's integrated anyways, can't quite remember.
Pseudo code would look like this:
if there are nodes
While I still have nodes to go through
take the info from this node and save it
increment the index
end while
else
give an error message
Basically it's code but written in english, not java/c++/perl etc. Makes it a lot easier to decide what you are going to do and how you are doing it without having to worry about syntax.
if u r looking for codes for different languages then simply go here
click