View Full Version: my limited knowledge of pascal

C++ Learning Community > Other Programing Languages > my limited knowledge of pascal


Title: my limited knowledge of pascal
Description: before i decided to learn c++


ih8censorship - June 27, 2003 03:36 PM (GMT)
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.

Dragon - June 27, 2003 04:40 PM (GMT)
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

Shadow of the Moon - June 27, 2003 06:01 PM (GMT)
That's about as far as I got with Pascal, too. I just didn't like the language.

Stuy GM - July 27, 2003 03:21 PM (GMT)
:huh: LOL, i didn't bother with he language... i wanna be a game developer, and pascal isn't a good language!

a_bug - July 28, 2003 08:27 PM (GMT)
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.




* Hosted for free by InvisionFree