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 http://www.youtube.com/watch?v=h-HBipu_1P0
And for vector, topcoder tutorial is best http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=standardTemplateLibrary
3 Likes
1 - http://www.cprogramming.com/tutorial/c-tutorial.html
2 - http://stackoverflow.com/questions/tagged/c
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 .