The Dink Network

Reply to Re: C Programming Tutorial

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
November 29th 2005, 04:47 PM
wizardg.gif
I do not think there is a string data type in C, however there IS one in C++ (which is a far better language than C, but one you are best off learning C than moving to). Well, strictly speaking, the string data type in C++ is a basic class, but to all intents and purposes we might as well consider it a data type.

Personally I do not know any Pascal, and neither do I see any real reason to bother at this stage. The languages that I consider as useful/important now and in the future are: C, C++, C#, Visual Basic, Java, Qt, Mono (once it actually gets a little further), KBasic and others.

As for C string tutorials, you could try:
here

Or:
Here

Or you could just try asking me a little about strings if you want...