There are no reviews yet. Be the first to send feedback to the community and the maintainers!
UsingArraysAsFunctionParameters
Example of sending arrays as function parameters (it also shows how to automatically calculate the number of elements of it).PointersArithmetic
Example of pointers arithmetics.functionsExercise
Function that calculates the average between 2 numbersExerciseAboutWhile
Exercise about while where it is shown a countdown from 100 to 0 with a step of 2OOP-Exercise
Exercise related to OOP where a class about mobile devices is created and 3 objects are instanciated.ExerciseAboutWhen
This is an exercise about when related to age in the US.Exponential
Calculates exponentials without using extra libraries.BasicDataTypesExercise
Exercise about basic data typesAdditionalWhileExercise
Additional exercise about while where the condition depends on a informed stringArraysAndVectors
Example of a code with an array that stores 5 grades, calculates its average and also displays a string (with blank spaces) with the name of the student.MenuUsingDotHFile
This project has a menu with functions broken into 3 files (2 CPP and 1 H file).Factorial
This code calculates the factorial without the need of extra libraries.TernaryOperator
Shows two examples of using ternary expressions.OnlyNumbers
This code calculates the multiplication table of a number but it only allows integer numbers!SecondExerciseAboutForLoops
Counts from 0 to 10000 stopping on 9001 to write "IT'S OVER 9000!".ExerciseAboutFor
Exercise about For where there's a countdown from 10 to 0Math
This calculator was made with functions and also using a H file, it calculates the 4 basic mathematical operations and also potentiation and the square root of the 2 informed numbers.MenuWithFunction
This application is a menu app using functions. It also has a needed fix using exit function to quit it.Love Open Source and this site? Check out how you can help us