Visual FoxPro and Other Programming Languages
Most programming languages have similar basic features. If you are familiar with one programming language, you can easily translate this knowledge to another language. Choose an item below to see a comparison of Visual FoxPro with BASIC, C/C++, and Pascal.
To compare |
See |
---|---|
Whether the language is case-sensitive. |
|
How variables are declared. |
|
How to insert comments in programs. |
|
How to store values to variables. |
|
The structure of IF statements. |
|
The structure of CASE statements. |
|
The structure of FOR loops. |
|
The structure of WHILE loops. |
|
How to pass data to parameters |