Some functions to help C++ learners
To run the codes in a linux terminal:
-
First compile: g++ name_of_file.cpp -o name_of_file
-
Then run: ./name_of_file
-
Be happy :)
Some functions to help C++ learners. There are also some problems of the book "Cracking the Code" in C++
C++