What are the best sources for learning all concepts of C ?

I am a java programmer, and I face difficulty with C/C++. I know how to make programs in C/C++ and write some basic algorithms, but I am weak in dealing with pointers, vectors, and all other concepts which are not available in JAVA.
Please give me some best sources to get command over these concepts (especially pointers). Thanks.

For pointer you can watch this video Introduction to pointers in C/C++ - YouTube

And for vector, topcoder tutorial is best :smiley: Topcoder

4 Likes

1 - C Tutorial - Learn C - Cprogramming.com

2 - Newest 'c' Questions - Stack Overflow

3 - google

Check this link -

 http://www.cprogrammingexpert.com/ 

and watch this video -

 https://www.youtube.com/watch?v=Cq1h1KPoGBU 
1 Like

for pointers you can watch videos from “mycodeschool”
for c++ you should try infiniteskill’s c++ level 1 and 2 lecture series.

For vector programs and implementation in program -

 http://www.dreamincode.net/forums/topic/33631-c-vector-tutorial/ 

.

HAPPY PROGRAMMING .

  1. C Tutorial - Learn C - Cprogramming.com
  2. goolge
  3. stackoverflow