Login


Lost your password?

Don't have an account ?
Register (It's FREE) ×
  


Shop
CPP All : Simple Real World Problems
Concept Learning Code Sheets

Celsius to Fahrenheit Conversion #1843

Temperature conversion from degree Celsius to degree Fahrenheit using standard formula

Temperature conversion c2f and f2c #1845

Converting given temperature assuming if it is in Celsius as Fahrenheit and if is in Fahrenheit as Celsius

Salary Calculation #1847

A real world application of financial calculation with an example of salary calculations

Finding bricks required to build a wall #1849

Bricks required to build a wall with an assumption of walls made with bricks only.

Finding the paint quantity for door painting #1851

Based on the spread of the paint, exact paint quantity can be computed for a given door size.


Solved Problems

gallons to cubic centimeters unit conversion #3066

Convert given user input in gallons to cubic centimeter.  fter conversion u

Convert given user input in gallons to cubic centimeter.  fter conversion use the converted quantity back to gallons. Print both the values. Assume appropriate data types.
Use conversion of 1 gallon = 3785.41 cc.


Code Sheets:5  Solved Problems:1 
×
Introductory Sessions Beginning to Program Tokens Keyword and Identifiers Data Types Variables and Constants Operators Simple User Input Building Expressions and Formulas Simple Real World Problems Simple If and If Else Multiple-Nested-Ladder of If Else Switch case selection Simple Loops Tricks in Loops - break continue scope Loop Applications - Handling numerals Series printing loops Nested Loops Pattern printing loops Number Varieties and Crunches String Handling (Null Terminated) Strings - string class type Functions (Built-in) Functions - user defined Functions Reference Passing/Returning Arrays Concepts and 1-D Arrays Array Data Management Two dimensional arrays and Matrices Structures Basics Structures passing/returning 2D Array Memory Addressing Display Using IO Manipulation Display Using C Formatting Tricks User Defined Data Types Enumerated Types Preprocessor Directives And Macros Exception Handling Programming Paradigms and OOPs Advantages Abstraction and Encapsulation Polymorphism Inheritance Function Overloading Concepts Function Overloading Varieties Function Overloading Special Cases Defining Classes Creating and Using Class Objects Class Members Accessibility Class Function Types Inline Functions Constant Functions Nesting of Functions Class Members Scope Resolution Static Members in a Class Array of Objects Constructor Concepts Default Constructor Parameterized Constructor Copy Constructor Constructor Overloading Destructors Inheritance Fundamentals Public Derivations Private and Protected Derivations Multiple Inheritance Multi-Level Inheritance Class Nesting Data File Concepts Handling Text Files Handling Binary Files Pointer Concepts Pointer and Arrays Pointers and Functions Object Pointers This Pointer Linked Lists Stacks Queues


Back