Simple projects

 functhor --> function searcher, backtraces, variable values saved inside a map


Writing a C++ program to divide a program by function, each function will be saved as an file/object and header files auto generated from function definition.

Write a C program to implement a AST using an array, AST structure body will be serialized string/pointer.

Write a C++ program to find the memory top allocators and memory corruption framework.

Write a C++ program to implement dynamic stack, queue ,  binary tree as an array, dynamic tuple data structure.

Write a C program to design an IPC using file , file will act as a storage place, consumer-producer solution using file. (Filo)

Write a C program to design set and dictionary.

Write a C program to implement string datatype of C++. functionalities like string constructor, string copy, string concatenate etc.

Write a C++ program to add/divide/subtract/multiply/lshift/rshift 2 string numbers.

Write a C++ program for memory allocator from scratch.

Write a C++ program to design a Symbol table using Hash/Map data structure or a tuple. Add Blocklevel, function ,line, l-value, r-value concept also.

Write a C++ program for C lexer.

Write a C program to implement a hybrid list, an array connecting to another array using pointer.

Write a C program to implement Tables as an IPC , remove extra spaces during parsing & reading of tables.

Write a C program to create an expression tree in which operator is the parent node and leaf nodes are operands always, also take care of parenthesis also

Write a C Program to implement IEEE 754

Implement expression evaluation using priority linked list

Write a C Program to implement Bitwise String, Eval string(binary operation) and bitwise operations on bitwise string.

Write a C program  to implement Overflow operators of SWIFT Language.

Write a C program to implement String digits to do addition, subtraction , division and multiplication on string digits, also Binary operations

Write a C Program to implement priority linked list

Comments