P
rogramming
I
n
C
++
Chapters
Introduction
Chapter 1 - Naming Conventions
Chapter 2 - Programming Misconceptions
Chapter 3 - Class
Chapter 4 - Function
Chapter 5 - Debugging
Chapter 6 - Arrays Versus Pointers
Chapter 7 - The Standard Template Library
Chapter 8 - String
Chapter 9 - Segmentation Fault
Chapter 10 - Layout of a Program
Chapter 11 - How to Program Efficiently
Chapter 12 - How to Write a Function Efficiently
Chapter 13 - Documentation
Chapter 14 - Can You Spot Bugs?
Chapter 15 - Programming Exercises
Chapter 15.1 - Exercise #1: Identify Groups on a Board
Chapter 15.2 - Exercise #2: The Game of Nim
Chapter 15.3 - Exercise #3: Solve The Eight Queens Puzzle
Chapter 15.4 - Exercise #4: Word Ladder Game
Chapter 15.5 - Exercise #5: A Random Maze Generator
Chapter 15.6 - Exercise #6: Solving Draught Puzzle
Chapter 16 - General Traps and Tips
Appendix A - C++ Keywords
Appendix B - Operator Precedence
Appendix C - Useful Functions
Appendix D - A List of Traps and Tips
Appendix E - Resources
Conclusion
Sections
Useful Functions - Random Number Generator
Useful Functions - Parsing a string
Useful Functions - Conversion Between char* and string
Useful Functions - Show How Much Time Has Passed
Useful Functions - Pause For Some Time
Useful Functions - Conversion Between String and Number
Useful Functions - Tokenize a String
Useful Functions - Display Invisible Characters
Useful Functions - Advanced
Useful Functions - How Do You Create a Char Array with Other Variables?
Author
Comment
Share
Useful Functions
Home
Useful Functions
Advanced
Advanced
◀ Display Invisible Characters
▶ How Do You Create a Char Array with Other Variables?
Amazon
L
et's look at more useful utility functions. This section is more advanced than "Useful Functions - Part 1" because in this section, I will show you advanced ways to code in C or C++.
For example, I'll show you how to create a global char array with another variable which can help you save a lot of time.
Let's read on!
◀ Display Invisible Characters
▶ How Do You Create a Char Array with Other Variables?
f
Share
Questions? Let me know!