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 ...

5th Dec 2017, 4:44 AM
Abd Alhaleem Bakkor Mustafa
Abd Alhaleem Bakkor Mustafa - avatar
3 odpowiedzi
+ 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.
5th Dec 2017, 4:50 AM
K-Log
K-Log - avatar
+ 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.
5th Dec 2017, 5:45 PM
bornToCode()
bornToCode() - avatar
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 . :(
5th Dec 2017, 6:13 AM
Abd Alhaleem Bakkor Mustafa
Abd Alhaleem Bakkor Mustafa - avatar