Quote:
|
Originally Posted by Aignam
Can anybody reccommend any useful resources for someone who wants to take up PASCAL and BASIC?
|
Google Directories. You will probably have no problem finding a tutorial there. Does your school have courses on these two languages?
Quote:
|
Originally Posted by Joe Ross
What is your purpose for learning those two languages?
|
He could be wanting to learn these two because they are VERY GOOD beginning programming languages. Your printf function in C is the equivalent of the PRINT function in BASIC. If, else, for, and while are functions in C that have exact roots of themselves in BASIC. Pascal is also very similar to C in structure (even though I have just started learning Pascal myself.)