Pascal/C++

Started by
11 comments, last by Samual 22 years, 4 months ago
I was wondering if anyone knew of some sites that I could learn Pascal and/or C++.
One misty moisty morning, when cloudy was the weather, I met a little old man, clothed all in leather.
Advertisement
Three C++ tutorials (not much base C though):
http://www.cplusplus.com
http://www.cprogramming.com
http://newdata.box.sk/bx/c/

[Resist Windows XP''s Invasive Production Activation Technology!]
you can download a free copy of pdf in www.planetpdf.com, it is call thinking in c++
Pascal is a cool language. Exspecially if you use Borland Pascal 7.0 under DOS. Why? Because of the cool editor and it''s BEGIN END blocks. That''s what they should include in the C language, BEGIN END. Looks much better than that { }.

Sand Hawk

Member of the Stupid Coders.
http://www.stupidcoders.cjb.net

-Earth is 98% full. Please delete anybody you can.
----------------(Inspired by Pouya)
#define BEGIN {
#define END }
I know but I can''t do that! What should the rest of our programming team thinks when I do that? They will start asking where the hell are those BEGIN END''s for???

Sand Hawk

Member of the Stupid Coders.
http://www.stupidcoders.cjb.net

-Earth is 98% full. Please delete anybody you can.
----------------(Inspired by Pouya)
quote:Original post by Sand_Hawk
Because of the cool editor and it''s BEGIN END blocks. That''s what they should include in the C language, BEGIN END. Looks much better than that { }.

I disagree .

[Resist Windows XP''s Invasive Production Activation Technology!]
Begin and End are a waste of keystrokes if you ask me...
The Department of Next Life - Get your Next-Life Insurance here!
quote:Original post by Sand_Hawk
Because of the cool editor and it''s BEGIN END blocks. That''s what they should include in the C language, BEGIN END. Looks much better than that { }.


I disagree too.

---
Make it work.
Make it right.
Make it fast.
"None of us learn in a vacuum; we all stand on the shoulders of giants such as Wirth and Knuth and thousands of others. Lend your shoulders to building the future!" - Michael Abrash[JavaGaming.org][The Java Tutorial][Slick][LWJGL][LWJGL Tutorials for NeHe][LWJGL Wiki][jMonkey Engine]
quote:Original post by Sand_Hawk
Pascal is a cool language. Exspecially if you use Borland Pascal 7.0 under DOS. Why? Because of the cool editor and it's BEGIN END blocks. That's what they should include in the C language, BEGIN END. Looks much better than that { }.

Sand Hawk

Member of the Stupid Coders.
http://www.stupidcoders.cjb.net

-Earth is 98% full. Please delete anybody you can.


Here's a little something for you, although it's really stupid but if you feel the need to have BEGIN & END instead of { and }:

#define BEGIN {
#define END }

then if you do:

if ( !a )
BEGIN
printf( "Salut" );
END



"And that's the bottom line cause I said so!"

** I WANT TO BE THE MODERATOR FOR THE LINUX FORUM **

Cyberdrek
Headhunter Soft
A division of DLC Multimedia

Resist Windows XP's Invasive Production Activation Technology!

"gitty up" -- Kramer
/(bb|[^b]{2})/ that is the Question -- ThinkGeek.com

Edited by - cyberdrek on December 14, 2001 9:05:40 AM
[Cyberdrek | ]

This topic is closed to new replies.

Advertisement