cplus

C++ Pointers

Introduction to C++ Pointers Pointers के बारे में आप C language में पहले पढ़ चुके है। C++ में भी pointers को उसी प्रकार …

C++ References

Introduction to C++ References C++ में reference या reference variable किसी existing variable का alias (वैकल्पिक नाम) …

C++ Storage Classes

Introduction to C++ Storage Classes C++ में variables की अलग अलग storage classes (categories) होती है। अलग अलग storage …

C++ Strings

Introduction to C++ Strings Strings characters की sequence होती है। आसान शब्दों में कहें तो जब अक्षरों को एक क्रम में …

C++ Templates

Introduction to C++ Templates Templates C++ का एक important feature है। Templates C++ में generic programming की ability …

C++ Type Conversion

Introduction to C++ Type Conversion Type conversion एक ऐसी process होती है जिसमें एक तरह के data type की value/variable …

C++ Type Modifiers

Introduction to C++ Type Modifiers C++ आपको कुछ built in primitive data types (int, char और double) को modify (change) …

C++ Type Qualifiers

Introduction to C++ Type Qualifiers C++ में type qualifiers के द्वारा किसी variable के बारे में अतिरिक्त जानकारी provide …

C++ Variables

Introduction to C++ Variables किसी भी तरह के data को computer memory में store करने के लिए आप variables का उपयोग करते …

C++ Virtual Functions

Introduction to C++ Virtual Functions C++ आपको polymorphism की capability provide करती है। Polymorphism का मतलब एक …