well heres about the extent of my pascal programming-- pascal is easyer than c++ for me but i found out it was developed mainly as a teaching tool and it lacks many capabilitys. i know there is object pascal or delphi- but im not big on paying that much for something i dont know if ill ever be able to use good.
| CODE |
program game (input, output); var numb1,numb2 : string; begin writeln('we have a mission for you would you like to accept it'); read( numb1 ); writeln; if numb1='yes' then writeln('ok lets go'); if numb1='no'then writeln('byteme.'); writeln (numb1); writeln('ok heres what you do get some pascal tutorials and then..'); read(numb2);
end.
|
i know i could have made it more complicated but that was about the time i decided to learn c++ instead. now i can do more things in c++ than i could in pascal.
I didn't really like Pascal and I find C++ to be MUCH better.
Anyways, I think it's "bite me," not "byteme", unless you meant something else. :P
That's about as far as I got with Pascal, too. I just didn't like the language.
:huh: LOL, i didn't bother with he language... i wanna be a game developer, and pascal isn't a good language!
hasnt anyone here heard of delphi? thats just object pascal. the only reason im learning c++ instead of pascal/delphi is because i cant afford a delphi compiler.