PDA

View Full Version : C-C++


  1. ANSI C Standard
  2. Unions in C : A less used but a powerful feature of C
  3. All possible combinations of a string
  4. TicTacToe in Plain C without using BGI graphics
  5. Pointer to point to 3rd byte of an integer
  6. Flush cout output carefully
  7. Finding LCM & GCD in C
  8. Biggest of four Nos using Macro..
  9. 100 Multiple choice questions in C
  10. Calculator program in C
  11. Calculation of largest no as they are entered.
  12. Write A Simple COM Application
  13. Comma-Separated Expressions
  14. Arguments Into Functions
  15. Interrupts and Signals: <signal.h> (Unix)
  16. Optimizing Class Member Alignment
  17. OutputDebugString with variable number of arguments
  18. Friendship Calculator With Poll
  19. File Splitter and Merger
  20. Pointer overview
  21. Basics for Sockets Programming
  22. Reverse the content of the array
  23. Basic operations in Linked List
  24. Swap two nodes of a linked list
  25. Move forward a node in linked list
  26. Insert a node in a linked list
  27. Queue implementation through linked list
  28. Double linked list
  29. Double circular linked list
  30. Circular linked list
  31. File Handling in C - File Pointers
  32. Error Handling using Exceptions in C++
  33. Commonly used C Preprocessor Directives
  34. OS version detection for 32 and 64 bit OS.
  35. Syntax highlighting for User-Defined Keywords
  36. All ASCII chracters generation
  37. Counts each alpahbets occurs how many times
  38. Decimal, Hex, octal and binary number inter conversion
  39. Constant and pointer
  40. Calendar in Plain C
  41. checks the well formness of the parentheses
  42. Multiplication of 2 Matrix in C
  43. Priority Queue implementation using Linked List
  44. InFix to PostFix and PostFix expression evaluation.
  45. Find upper and lower diagonal of 3x3 matrices
  46. Addition,transpose and multiplication of Matrix
  47. Swap two variables using macro
  48. Calculating Factorial (Recursively & Iteratively)
  49. A Brief intro to classes in C++
  50. Find the sum of all the prime numbers
  51. The copy constructor: Object initialization
  52. Huffman Encoding in C (Minimum Variance Encoding)
  53. Inserting a number into a sorted array
  54. Check for a leap year
  55. Tetris in BGI in Turbo C (Beta Demo)
  56. Symmetric check for a matrix.
  57. Armstrong number check
  58. A Beginner's Guide to Pointers
  59. Object Oriented Programming in C
  60. Program For Decimal To Binary Conversion
  61. Integer Into Words
  62. Top 100 C Questions Asked in Actual Interviews
  63. A Beginners Guide to Templates
  64. Multiple Choice Questions in C (Answers not given)
  65. Palindrome checking without using string.h
  66. A beginner's guide to Object Orientation
  67. Polymorphism in C++
  68. Exception Handling for C++
  69. An introduction to bitwise operators
  70. A Prelude to Pointers
  71. The three major concepts of C++
  72. AVL Binary Tree for C++
  73. File read write in plain C
  74. C++ Memory Pool
  75. Quiz Making & Participating Program in C
  76. What static_cast<> is actually doing
  77. How a C++ compiler implements exception handling
  78. Why one should choose C++
  79. Generic C++ Properties
  80. Calling a Function Before Program's Startup
  81. The C++ Forum FAQ
  82. Date Program
  83. Program tells you the day of the date inputed
  84. Month calender in plain C
  85. Operator overloading and inheritance with template classes.
  86. Sudoku Class
  87. Basic Pong in BGI
  88. Sort Linked List
  89. Stack Implementation using Linked list
  90. Connect C++ with Oracle
  91. How to create Doubly Link List without Loop.
  92. Data Structures operations using STL(Standard Template Library)
  93. How to create Private Constructor.
  94. Function Chaining in C++ (Call more than one function in a sequence )
  95. Difference between Pointers and Reference in C++
  96. Virtual Functions in C++
  97. How to use BitMap in Turbo C++
  98. A Beginners tutorial in Virtual Destructor
  99. How to declare function pointer in structure call it
  100. Pointer and reference similar at assembly level
  101. Linked Lists Implementation
  102. Problems of testing 64-bit applications
  103. Typical errors of porting C++ code on the 64-bit platform
  104. The forgotten problems of 64-bit programs development
  105. Binary search tree traversal-Inorder,preorder,postorder.
  106. About Memory Alignment
  107. Simple solutions for complex problems on single linked list..
  108. Self Printing Programs
  109. I/O status Flags in C++
  110. Custom Image Button
  111. Difference between '\n' and '\r\n' ...
  112. Tips to make your program more efficient
  113. To find a>b or a<b without using of Logical & relational Operators!!!
  114. Final Class in C++
  115. Fast algorithm for computing matrix multiplication!!!!
  116. Detail about How VPTR and Virtual table works
  117. Program for shared memory in c++
  118. The use of the code analysis library OpenC++: modifications, improvements, error fixs
  119. Magic Square
  120. The essence of the code analysis library VivaCore.
  121. Creating a Directory and read/write to file in Directory in c++
  122. string class
  123. Memory Leak detection Program without using any tools
  124. Restriction on creation of object into heap, stack, static memory
  125. Recursive function to find X to the power n
  126. Converting 2 dimemsional array to 3 dimensional array and vice versa in c++
  127. R.A.M. Exhaustion Program / The Havoc-Wrecking nature of NP Algorithms
  128. 2D Matrix Pattern Matching in C
  129. Printing the date from starting date to ending date
  130. Detail About Recursion and its Type
  131. Another method for printing the date
  132. Minimize Defects/Buggs in your code
  133. Port scanner in C
  134. Development of resource-intensive applications in Visual C++
  135. Date & Time Management System using C
  136. Threaded Binary Tree
  137. 32 OpenMP traps for C++ developers
  138. C++ Tutorial I
  139. Free utility to rename all files in a folder.
  140. Simplex and Dual Simplex Method
  141. Optimization of 64-bit programs
  142. Tic Tac Toe game using graphs
  143. Search for Robust Singleton Design Pattern
  144. Cross Delegation or Delegate to a sister class
  145. How to prevent your class getting inherited
  146. Stack Vs Heap
  147. Function Hiding and Probable Reason behind it
  148. Why bool is built-in data type
  149. Virtual Friend Function
  150. Handle - Body Design pattern and it's uses
  151. Smart pointer with Reference Counting
  152. Stack Memory Managment
  153. Prefer Function Objects over Function Pointers
  154. Exceptions Vs setjmp
  155. How Virtual Table and _vptr works
  156. Virtual Table and _vptr in Multiple Inheritance
  157. Size of a C++ class object
  158. Virtual Table and _vptr in Replicated and Shared Multiple Inheritance
  159. Interview with Dmitriy Vyukov - the author of Relacy Race Detector (RRD)
  160. Association, Aggregation and Composition Relationships with Examples
  161. Solve system of equation by Gaussian elimination
  162. Gauss-siedel method to solve system of equations
  163. Lagranges interpolation formula
  164. Passing variable number of arguments to a C++ function
  165. Newton Raphson Formula
  166. A 64-bit horse that can count
  167. Return ANY number of values from a C++ function
  168. Parallel Lint
  169. All about Static in C++
  170. ASSERTs in C++
  171. Design By Contract Technique with an example
  172. Linked List in C++
  173. Get Installed Windows Services In C++
  174. Tutorial on How to have fun with TC in class
  175. Seven Steps of Migrating a Program to a 64-bit System
  176. Generating prime set which add upto particular number
  177. Safety of 64-bit code
  178. Callback Implementation using Static Function, Member Function and Functor in C++
  179. All about const in C++
  180. 64-bit Loki
  181. Prevent Object Slicing in pass by value mechanism
  182. The concept behind the “upcast”.
  183. What is down-casting and how to make it safe?
  184. About size_t and ptrdiff_t
  185. All about Arrays in C/C++ - Part I
  186. All about Arrays in C/C++ - Part II
  187. Initialization List in C++
  188. All about References in C++:
  189. Interview with Anatoliy Kuznetsov, the author of BitMagic C++ Library
  190. Explicit Constructor in C++
  191. Uderstanding Structures in C/C++
  192. Error Handling Techniques/Tactics
  193. C++ FAQ's for complete Beginner
  194. Enumerated Data Types
  195. Practical Guide to using of Pointers
  196. Mouse Programming In C