Quoted from the first post of this thread itself:
Is 'Thinking in C++' good for a beginner. It is my first ever language so i want that the book teaches me all the basic concepts clearly.
Declaration:
size_t strlen(const char *str);
Computes the length of the string str up to but not including the terminating null character.
Returns the number of characters in the string.
Anyone know where I can find pdf or text documents containing all the built in function(of C language) declaration like following:
C++ is not for a beginner. One should learn C before C++. For that I would +1 nims' suggestion and you to get Head First C as well and learn from both.
Though ideally I would recommend Python as a first language.
Heyy Techies,i want to start programming from scratch,i wanna build and boost my Fundamentals in Programming,i should start with C or Python?
(I heard Python is a Server Side Programming Language)
Links, Resources, and a hotly contested debate. *www.thinkdigit.com/forum/programming/156195-book-beginner.html
This should be enough for you to take your decision.
I asked you why Python over C?
Also,what are the resources for learning python,resources include:books,compilers etc...book is not sufficient!
There is no universal answer. Basically you have to trust others to make your choice. You don't have the necessarily knowledge or experience to know the difference.