I have a question about c++/sfml

I have just started learning c++ and im learning from a book called 'starting out with c++ early objects seventh edition' it wont take me too long to finish the book. when i'm done with it can i start getting into sfml and sdl straight away or do i have to read any other books? this is whats in the contents page





CHAPTER 1 Introduction to Computers and Programming 1
CHAPTER 2 Introduction to C++ 27
CHAPTER 3 Expressions and Interactivity 75
CHAPTER 4 Making Decisions 157
CHAPTER 5 Looping 243
CHAPTER 6 Functions 305
CHAPTER 7 Introduction to Classes and Objects 387
CHAPTER 8 Arrays 485
CHAPTER 9 Searching, Sorting, and Algorithm Analysis 577
CHAPTER 10 Pointers 619
CHAPTER 11 More About Classes and Object-Oriented Programming 677
CHAPTER 12 More About Characters, Strings, and the string Class 771
CHAPTER 13 Advanced File and I/O Operations 829
CHAPTER 14 Recursion 901
CHAPTER 15 Polymorphism and Virtual Functions 935
CHAPTER 16 Exceptions, Templates, and the Standard Template Library (STL) 973
CHAPTER 17 Linked Lists 1023
CHAPTER 18 Stacks and Queues 1071
CHAPTER 19 Binary Trees 1111
Appendix A: The ASCII Character Set 1141
Appendix B: Operator Precedence and Associativity 1145
Index 1147
Practice making small programs with what you've read from the book. You'll then see that there are still little details you have to learn that you cannot get straight from a book.
What programs should i make?
Programs involving concepts you learn in the book. You can make programs based on each chapter (looping, functions, classes, pointers, etc.) for example.
Topic archived. No new replies allowed.