0
where to go
Hello I've finished C++ course here . but can I code a hole programme now ?? I don't think so . So where to go now ?? how can I learn more ... How can I know about every library in C++ , etc ...
3 Answers
+ 5
Try this for more advanced stuff or do some web searching and you should be able to easily find what you're looking for: http://www.cplusplus.com/doc/tutorial/ Also the tutorial on here is more than sufficient to write a basic program so maybe try going back through it again. As for learning every C++ library... That's probably impossible but if you know what area you're interested in look for tutorials on libraries in that area.
+ 3
The website that K-Log mentioned is an excellent resource for looking into c++ libraries and definitions. As for what headers to include in your code, you'll pick up on the most common ones as you create more programs. However, http://www.cplusplus.com lists this information as well.
So basically, http://www.cplusplus.com is your best friend.
0
OK but do you know how to open the library and look into it ?? I once did it in some IDE but don't remember how .
Something else ... when I work on something how do I suppose to know that there's some library for this work .... it could be written by anyone ... let alone the standard libraries . :(