Reply to Re: C Programming Tutorial
If you don't have an account, just leave the password field blank.
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...
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...