View Full Version : C-C++
- ANSI C Standard
- Unions in C : A less used but a powerful feature of C
- All possible combinations of a string
- TicTacToe in Plain C without using BGI graphics
- Pointer to point to 3rd byte of an integer
- Flush cout output carefully
- Finding LCM & GCD in C
- Biggest of four Nos using Macro..
- 100 Multiple choice questions in C
- Calculator program in C
- Calculation of largest no as they are entered.
- Write A Simple COM Application
- Comma-Separated Expressions
- Arguments Into Functions
- Interrupts and Signals: <signal.h> (Unix)
- Optimizing Class Member Alignment
- OutputDebugString with variable number of arguments
- Friendship Calculator With Poll
- File Splitter and Merger
- Pointer overview
- Basics for Sockets Programming
- Reverse the content of the array
- Basic operations in Linked List
- Swap two nodes of a linked list
- Move forward a node in linked list
- Insert a node in a linked list
- Queue implementation through linked list
- Double linked list
- Double circular linked list
- Circular linked list
- File Handling in C - File Pointers
- Error Handling using Exceptions in C++
- Commonly used C Preprocessor Directives
- OS version detection for 32 and 64 bit OS.
- Syntax highlighting for User-Defined Keywords
- All ASCII chracters generation
- Counts each alpahbets occurs how many times
- Decimal, Hex, octal and binary number inter conversion
- Constant and pointer
- Calendar in Plain C
- checks the well formness of the parentheses
- Multiplication of 2 Matrix in C
- Priority Queue implementation using Linked List
- InFix to PostFix and PostFix expression evaluation.
- Find upper and lower diagonal of 3x3 matrices
- Addition,transpose and multiplication of Matrix
- Swap two variables using macro
- Calculating Factorial (Recursively & Iteratively)
- A Brief intro to classes in C++
- Find the sum of all the prime numbers
- The copy constructor: Object initialization
- Huffman Encoding in C (Minimum Variance Encoding)
- Inserting a number into a sorted array
- Check for a leap year
- Tetris in BGI in Turbo C (Beta Demo)
- Symmetric check for a matrix.
- Armstrong number check
- A Beginner's Guide to Pointers
- Object Oriented Programming in C
- Program For Decimal To Binary Conversion
- Integer Into Words
- Top 100 C Questions Asked in Actual Interviews
- A Beginners Guide to Templates
- Multiple Choice Questions in C (Answers not given)
- Palindrome checking without using string.h
- A beginner's guide to Object Orientation
- Polymorphism in C++
- Exception Handling for C++
- An introduction to bitwise operators
- A Prelude to Pointers
- The three major concepts of C++
- AVL Binary Tree for C++
- File read write in plain C
- C++ Memory Pool
- Quiz Making & Participating Program in C
- What static_cast<> is actually doing
- How a C++ compiler implements exception handling
- Why one should choose C++
- Generic C++ Properties
- Calling a Function Before Program's Startup
- The C++ Forum FAQ
- Date Program
- Program tells you the day of the date inputed
- Month calender in plain C
- Operator overloading and inheritance with template classes.
- Sudoku Class
- Basic Pong in BGI
- Sort Linked List
- Stack Implementation using Linked list
- Connect C++ with Oracle
- How to create Doubly Link List without Loop.
- Data Structures operations using STL(Standard Template Library)
- How to create Private Constructor.
- Function Chaining in C++ (Call more than one function in a sequence )
- Difference between Pointers and Reference in C++
- Virtual Functions in C++
- How to use BitMap in Turbo C++
- A Beginners tutorial in Virtual Destructor
- How to declare function pointer in structure call it
- Pointer and reference similar at assembly level
- Linked Lists Implementation
- Problems of testing 64-bit applications
- Typical errors of porting C++ code on the 64-bit platform
- The forgotten problems of 64-bit programs development
- Binary search tree traversal-Inorder,preorder,postorder.
- About Memory Alignment
- Simple solutions for complex problems on single linked list..
- Self Printing Programs
- I/O status Flags in C++
- Custom Image Button
- Difference between '\n' and '\r\n' ...
- Tips to make your program more efficient
- To find a>b or a<b without using of Logical & relational Operators!!!
- Final Class in C++
- Fast algorithm for computing matrix multiplication!!!!
- Detail about How VPTR and Virtual table works
- Program for shared memory in c++
- The use of the code analysis library OpenC++: modifications, improvements, error fixs
- Magic Square
- The essence of the code analysis library VivaCore.
- Creating a Directory and read/write to file in Directory in c++
- string class
- Memory Leak detection Program without using any tools
- Restriction on creation of object into heap, stack, static memory
- Recursive function to find X to the power n
- Converting 2 dimemsional array to 3 dimensional array and vice versa in c++
- R.A.M. Exhaustion Program / The Havoc-Wrecking nature of NP Algorithms
- 2D Matrix Pattern Matching in C
- Printing the date from starting date to ending date
- Detail About Recursion and its Type
- Another method for printing the date
- Minimize Defects/Buggs in your code
- Port scanner in C
- Development of resource-intensive applications in Visual C++
- Date & Time Management System using C
- Threaded Binary Tree
- 32 OpenMP traps for C++ developers
- C++ Tutorial I
- Free utility to rename all files in a folder.
- Simplex and Dual Simplex Method
- Optimization of 64-bit programs
- Tic Tac Toe game using graphs
- Search for Robust Singleton Design Pattern
- Cross Delegation or Delegate to a sister class
- How to prevent your class getting inherited
- Stack Vs Heap
- Function Hiding and Probable Reason behind it
- Why bool is built-in data type
- Virtual Friend Function
- Handle - Body Design pattern and it's uses
- Smart pointer with Reference Counting
- Stack Memory Managment
- Prefer Function Objects over Function Pointers
- Exceptions Vs setjmp
- How Virtual Table and _vptr works
- Virtual Table and _vptr in Multiple Inheritance
- Size of a C++ class object
- Virtual Table and _vptr in Replicated and Shared Multiple Inheritance
- Interview with Dmitriy Vyukov - the author of Relacy Race Detector (RRD)
- Association, Aggregation and Composition Relationships with Examples
- Solve system of equation by Gaussian elimination
- Gauss-siedel method to solve system of equations
- Lagranges interpolation formula
- Passing variable number of arguments to a C++ function
- Newton Raphson Formula
- A 64-bit horse that can count
- Return ANY number of values from a C++ function
- Parallel Lint
- All about Static in C++
- ASSERTs in C++
- Design By Contract Technique with an example
- Linked List in C++
- Get Installed Windows Services In C++
- Tutorial on How to have fun with TC in class
- Seven Steps of Migrating a Program to a 64-bit System
- Generating prime set which add upto particular number
- Safety of 64-bit code
- Callback Implementation using Static Function, Member Function and Functor in C++
- All about const in C++
- 64-bit Loki
- Prevent Object Slicing in pass by value mechanism
- The concept behind the “upcast”.
- What is down-casting and how to make it safe?
- About size_t and ptrdiff_t
- All about Arrays in C/C++ - Part I
- All about Arrays in C/C++ - Part II
- Initialization List in C++
- All about References in C++:
- Interview with Anatoliy Kuznetsov, the author of BitMagic C++ Library
- Explicit Constructor in C++
- Uderstanding Structures in C/C++
- Error Handling Techniques/Tactics
- C++ FAQ's for complete Beginner
- Enumerated Data Types
- Practical Guide to using of Pointers
- Mouse Programming In C