beside Vb i have chosen to start c and c++. can anyone tell me about a c tutorial ?(web page?)
Printable View
beside Vb i have chosen to start c and c++. can anyone tell me about a c tutorial ?(web page?)
You're talking apples and oranges. C and C++ are related, for sure, but only because C++ is a superset of C. The mindset required for true C++ is totally different than that for C. It's a completely different type of programming, unless you are just using a C++ compiler to do C programming, and then calling it C++ just 'cause source the file has a ".CPP" extent instead of a ".C" extent. You really need to think through what kind of programming you want to do and then learn the language that best suits your needs. There are probably tons of places on the web that discuss the difference. Search for a few.
Did you read the tutorial thread at the top of this fourm? You would have found a good starting point. Also you can search this fourm for your question because I think it gets asked at least once a month.
Here is the last time I answered this question