Hello, i am new to programming.
I know a little bit of C and am trying to learn pascal.
I have Cygwin On my computer, and i used to use it to program for psp.
The Cygwin Dash Barely notices any code, it notices some C and zer Pascal.
For Example:
Also, it doesnt recognize variables like 'int' type as it reads:Code:Craig@computer ~
$ #include <stdio.h>
Craig@computer ~
$
Craig@computer ~
$ main(){
> POINT pt;
> getcursorpos(&pt);
bash: syntax error near unexpected token `&'
Craig@computer ~
$ }
"bash: syntax error near unexpected token 'int'"
I think What I need is some libraries, so if somebody could point me to some libraries for both C and Pascal, and tell me where to save them under cygwin, i would be very appreciative. Thank You.
Oh, and By the way, i am on Windows XP professional if that matters.
